askmanu[bot]
ea1825eaee
Added reference documentation for: src/routes/Player/SideDrawer/SideDrawer.tsx
2025-10-15 20:31:28 +00:00
Lachezar Lechev
91fbfc1178
fix: useFullscreen - catch exception on Firefox when using keyboard F shortcut in web
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-14 12:00:43 +03:00
Lachezar Lechev
56b60beedb
fix: useFullscreen - catch exception on Firefox when using keyboard F shortcut in web
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-14 11:39:28 +03:00
Tim
3eff7f0903
refactor(Player): use poster for media session artwork
2025-10-13 12:33:46 +02:00
Tim
122e43dbe5
refactor(Player): remove handling of media keys
2025-10-13 12:26:42 +02:00
Tim
910242b201
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-media-session
2025-10-13 12:25:56 +02:00
Timothy Z.
d832a9c136
refactor(ActionButton): hide labels on mobile
2025-10-10 18:22:06 +03:00
PsyGuy007-sys
2dee307ac3
Add media key play/pause shortcuts
2025-10-08 09:29:55 +02:00
Tim
d38cf32773
Merge pull request #1016 from ckorber/pr/cause_args
...
Dev: Improve error logs
2025-10-07 21:24:46 +02:00
Christian
a0615bda42
Complete addition of cause argument
...
As mentioned in #296 error cast are now added with cause argument.
Signed-off-by: Christian <chr.korber@gmail.com>
2025-10-07 19:57:29 +02:00
Tim
19c6e042fb
Merge pull request #1018 from NachoLZ/feature/disable-service-worker
...
Dev: add option to disable service worker
2025-10-07 17:56:23 +02:00
Ignacio Lizana
57571cf1fc
fix: Handle boolean value for SERVICE_WORKER_DISABLED
...
The `webpack.EnvironmentPlugin` provides the default value for `SERVICE_WORKER_DISABLED` as a boolean (`false`).
The previous implementation only checked for the string `'true'`, which would fail to correctly identify the boolean `true` case, causing the feature to not work as intended when the variable was set without being explicitly a string.
This commit updates the conditional check to handle both the boolean `true` and the string `'true'` to ensure the service worker is reliably disabled.
Co-authored-by: Tim <tymmesyde@gmail.com>
2025-10-07 17:44:23 +02:00
Ignacio Lizana
670f119027
feat: add option to disable service worker
2025-10-07 15:57:14 +02:00
Tim
c26dac2154
feat(Player): add media session support
2025-10-06 14:49:50 +02:00
actuallylost
39bdb374e1
chore: remove unused no-var comment
2025-09-29 14:00:19 +03:00
Tim
90f834e893
Merge pull request #981 from asnaek/development
...
Build / build (push) Has been cancelled
Update SearchParamsHandler.js
2025-09-25 08:09:07 +02:00
Christopher Drosos
83bb34e505
Update Intro.js added translatable error messages
2025-09-18 16:57:34 +03:00
a snaek
f271c97502
Merge branch 'Stremio:development' into development
2025-09-10 16:44:39 +02:00
Timothy Z.
8000a7089a
fix(Search): dynamic view calc
2025-08-25 17:23:48 +03:00
Timothy Z.
36721b40f1
fix(MetaPreview): button positioning
2025-08-25 14:56:23 +03:00
a snaek
80f25b8d45
Merge branch 'Stremio:development' into development
2025-08-12 00:51:59 +02:00
a snaek
53dfddec74
Update SearchParamsHandler.js
2025-08-05 10:23:15 +02:00
Lachezar Lechev
20bbe12a8a
fix: Player - TimeChanged & Seek duration now has Math.max(0, x)
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 22:04:57 +03:00
Lachezar Lechev
3c2914aca2
fix: Player - TimeChanged & Seek time now has Math.max(0, x)
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 21:58:17 +03:00
Tim
a9b9631241
Merge pull request #970 from Stremio/feat/player-subtitles-size-shortcuts
...
Build / build (push) Has been cancelled
Player: Add subtitles size shortcuts
2025-07-07 14:33:37 +02:00
Tim
85fea50c15
Merge pull request #965 from Stremio/feat/player-subtitles-settings-hold-click
...
Player: Support holding click for subtitles settings
2025-07-07 14:27:44 +02:00
Tim
e98bdf2023
Merge pull request #964 from Stremio/feat/player-download-subtitles
...
Player: Add option to download subtitles
2025-07-07 14:27:32 +02:00
Tim
59953e991d
feat: add subtitles size shortcuts
2025-07-04 16:35:18 +02:00
Tim
71bf98dac8
refactor(Settings): remove videos menu shortcut
2025-07-04 15:35:51 +02:00
Tim
595dfb22a3
fix: Transition transitionEnded prop error
2025-07-03 11:56:06 +02:00
Tim
4632d6e09a
fix(Player): hide indicator if subtitles menu is open
2025-07-03 11:22:14 +02:00
Tim
f04948240a
feat: support holding click for subtitles settings
2025-07-03 08:45:22 +02:00
Tim
cff57d7d59
feat(Player): add option to download subtitles
2025-07-02 15:31:56 +02:00
Timothy Z.
066819d283
fix(Search): fullscreen shortcut interference
2025-06-30 13:09:04 +03:00
Timothy Z.
0b16f1c80e
Merge pull request #957 from Stremio/fix/trailers-button-crash
...
Build / build (push) Has been cancelled
fix(MetaDetails): trailers button crash
2025-06-28 14:57:18 +03:00
Timothy Z.
8c985619b8
fix(MetaDetails): trailers button crash
2025-06-28 14:44:49 +03:00
Timothy Z.
1780b49a38
refactor(Ratings): remove btn transition
2025-06-28 14:42:29 +03:00
Timothy Z.
8f0b58f38e
chore(styles): lint
2025-06-27 13:10:20 +03:00
Timothy Z.
8821eaf4a1
fix(Video): right click menu crash
2025-06-27 13:09:22 +03:00
Timothy Z.
306dd09f24
Merge pull request #931 from Stremio/feat/user-item-ratings
...
MetaPreview: Implement user item ratings
2025-06-26 14:48:19 +03:00
Timothy Z.
80fc8c755f
refactor(Ratings): rename RatingStatus to Rating
2025-06-26 12:06:55 +03:00
Timothy Z.
ee5269e1c8
Merge pull request #950 from Stremio/feat/langs-alphabetic-ordering
Build / build (push) Waiting to run
2025-06-25 17:58:36 +03:00
Timothy Z.
652a042a55
fix(Settings): correctly sort without matchingidx
2025-06-25 16:59:16 +03:00
Timothy Z.
f7f97b551c
feat(Settings): langs alphabetic ordering
2025-06-25 16:54:21 +03:00
Timothy Z.
3cc6066a12
refactor(MultiselectMenu): fixed height
2025-06-25 16:39:35 +03:00
Tim
4207fb52d6
fix(Discover): catalog select error
2025-06-25 13:27:07 +02:00
Timothy Z.
d326cd5052
Merge pull request #933 from JSOClarke/development
...
Build / build (push) Waiting to run
Settings: Default langs priority and Alphabetic Ordering
2025-06-24 22:57:36 +03:00
Timothy Z.
5eff16695c
chore: remove unnecessary "," (2)
2025-06-24 22:18:42 +03:00
Timothy Z.
41a5bb7cef
chore: remove unnecessary ","
2025-06-24 22:18:09 +03:00
Timothy Z.
cbe3a5d35e
refactor(Ratings): use pointer-events to disable
2025-06-24 13:26:50 +03:00