Commit graph

5032 commits

Author SHA1 Message Date
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
actuallylost
67f5446030
chore: fix all typos and misspellings 2025-09-27 16:23:06 +03:00
Tim
90f834e893
Merge pull request #981 from asnaek/development
Some checks failed
Build / build (push) Has been cancelled
Update SearchParamsHandler.js
2025-09-25 08:09:07 +02:00
Timothy Z.
10a98fcecf chore: code styles 2025-09-23 23:45:57 +03:00
Aris Sidiropoulos
5bea8a83c6 fix(Intro): clean up unused css class 2025-09-19 16:45:25 +03:00
Aris Sidiropoulos
010f2e0390 fix(Intro): follow up commit, best practice solution 2025-09-19 11:43:36 +03:00
Christopher Drosos
83bb34e505
Update Intro.js added translatable error messages 2025-09-18 16:57:34 +03:00
Aris Sidiropoulos
cfa99f0e38 fix(Intro): make all text lowercase to match the rest 2025-09-17 20:11:35 +03:00
Lachezar Lechev
88ed546414
chore: change PullUserFromAPI action and include args
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-09-10 21:35:38 +03:00
a snaek
f271c97502
Merge branch 'Stremio:development' into development 2025-09-10 16:44:39 +02:00
Lachezar Lechev
672dbdeb28
Merge branch 'development' into feat/stream-converted-source 2025-09-04 18:26:53 +03:00
Lachezar Lechev
d177f86018
chore: change PullUserFromAPI action and include args
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-09-03 12:07:30 +03: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
3c2f8cb89b
fix: Player - selected check before video.load
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-18 12:08:48 +03:00
Timothy Z.
56989781c8 Merge branch 'development' into pr/704 2025-07-16 17:40:00 +03: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
Lachezar Lechev
746e5ba0d8
feat: Player - use player.stream field
chore: bump core-web to feature branch

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 21:56:47 +03:00
Tim
0e3aa9c2c8 feat: scroll to last watched video on details page 2025-07-15 17:00:08 +02:00
Tim
a9b9631241
Merge pull request #970 from Stremio/feat/player-subtitles-size-shortcuts
Some checks failed
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
ArtificialSloth
5ab324f125 resolve upstream conflicts 2025-06-30 00:58:33 -04:00
Timothy Z.
0b16f1c80e
Merge pull request #957 from Stremio/fix/trailers-button-crash
Some checks failed
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
Some checks are pending
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
Some checks are pending
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
Timothy Z.
c726398402 chore: run lint 2025-06-24 13:22:32 +03:00
Timothy Z.
7fb0a8c1be remove(usePlayerOptions): unnecessary dep 2025-06-24 13:02:12 +03:00
Timothy Z.
f49a243009 refactor(Settings): simplify handling for langs 2025-06-24 13:01:11 +03:00
Timothy Z.
ec1e098c99
Merge pull request #914 from Stremio/fix/workaround-binge-watching-full-support
Some checks are pending
Build / build (push) Waiting to run
Shell: Fix binge watching flow
2025-06-24 11:17:34 +03:00
Timothy Z.
f2490ee775 refactor(Dropdown): clean up 2025-06-24 09:54:57 +03:00
Timothy Z.
75bb1b0489 Merge branch 'development' into pr/933 2025-06-24 09:41:02 +03:00
Timothy Z.
5ba7622f72
Merge pull request #936 from mesalilac/jump-to-currently-playing
Some checks failed
Build / build (push) Has been cancelled
2025-06-21 18:18:21 +03:00
Jordan Clarke
a7a36d6f11 Settings: Default langs priority and Alphabetic Ordering #933 2025-06-21 12:54:25 +01:00
Jordan Clarke
e4c917ff20 Merge branch 'development' of https://github.com/JSOClarke/stremio-web into development 2025-06-21 12:53:22 +01:00
Jordan Clarke
5f82d6e9da Fixed Linting Errors in Dropdown.tsx and removed the seperator logic from dropdown and style from less file 2025-06-21 12:46:41 +01:00
Jordan Clarke
f4a9c88c68 Fixed linting issues, refactored sorting. 2025-06-21 12:42:57 +01:00
Timothy Z.
703514b02d Merge branch 'development' of https://github.com/JSOClarke/stremio-web into pr/933 2025-06-20 20:12:45 +03:00
Timothy Z.
19178c8ac3 Merge branch 'development' into pr/933 2025-06-20 20:12:43 +03:00
Timothy Z.
5fe16b8268 Merge branch 'development' into fix/workaround-binge-watching-full-support 2025-06-20 20:11:44 +03:00
Timothy Z.
f35b726359 Merge branch 'development' into feat/user-item-ratings 2025-06-20 20:11:36 +03:00
Jordan Clarke
8ba2c4741e Removed CODE_MAP, added fallbacks, simplified getPriority, removed hardcoded English. Ordering Logic same, neater 2025-06-20 12:14:45 +01:00
Tim
1c1163888e refactor(service): remove init shell logic 2025-06-20 12:11:34 +02:00
Timothy Z.
a3c895dfc6 refactor(SideDrawer): simplify refs handing 2025-06-20 12:08:55 +03:00
Timothy Z.
00d89aec75 chore: fix builds 2025-06-20 11:46:07 +03:00
Timothy Z.
2e5958e957
Merge branch 'development' into jump-to-currently-playing 2025-06-20 11:41:04 +03:00
Abdalrzag Eisa
82783a4de7
only scroll if transitionEnded is true 2025-06-20 07:08:08 +03:00
Abdalrzag Eisa
f920ab48f3
pass sideDrawerTransitionEnded into SideDrawer 2025-06-20 07:06:00 +03:00
Abdalrzag Eisa
37de79a0dc
add a callback function prop onTransitionEnd 2025-06-20 07:04:48 +03:00
Tim
a77cf17133 fix(Settings): incorect translation key 2025-06-19 03:05:53 +02:00
Tim
3e91f55d22 fix(MultiselectMenu): support disabled prop 2025-06-19 03:05:32 +02:00
Tim
409267cb44 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/settings 2025-06-18 23:38:17 +02:00
Tim
00bac0aca2 refactor(Settings): add translation for shortcuts and 2025-06-18 23:30:10 +02:00
Tim
c30129c9e2 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-subtitles-delay-shortcuts 2025-06-18 17:28:33 +02:00
Tim
1b7d618a89 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/settings 2025-06-18 11:14:10 +02:00
Botzy
485501c95b Merge branch 'development' into feat/untranslated-strings 2025-06-18 11:30:14 +03:00
Tim
7ec7e8eb03 refactor: rewrite settings route 2025-06-18 09:48:12 +02:00
Tim
f6d4e3f4a6 feat: add player subtitles delay shortcuts 2025-06-16 15:22:10 +02:00
Abdalrzag Eisa
5f106f49d3
fix: SideDrawer glitched element movement.
Even when using `onTransitionEnd`, the `scrollIntoView` problem persists.
The solution that i found is to use `requestAnimationFrame` two times,
turns out that's enough time after the component mounts to fix the problem.
2025-06-14 23:18:08 +03:00
Abdalrzag Eisa
a0d3a50122
fix: pass correct prop to SideDrawer 2025-06-14 22:53:57 +03:00
Abdalrzag Eisa
dfaba09ef2
clear up naming 2025-06-14 22:50:47 +03:00
Abdalrzag Eisa
f7f9e6a408
remove container and use forwardRef 2025-06-14 22:42:14 +03:00
Abdalrzag Eisa
dad52d61ed
use onTransitionEnded and remove setTimeout 2025-06-14 22:24:09 +03:00
Timothy Z.
86bd1b276a fix(SideDrawer): mobile styles 2025-06-14 18:24:57 +03:00
val_makkas
d5eb6a515f fixed info box styling 2025-06-14 08:49:48 +03:00
Abdalrzag Eisa
524bcd90da
automatically jump to video on mount, remove button 2025-06-14 02:38:11 +03:00
Abdalrzag Eisa
7dc0958e39
Add jump-to-currently-playing-btn class 2025-06-13 22:00:58 +03:00
Abdalrzag Eisa
40871dc8f2
Add button jump-to-currently-playing-video 2025-06-13 21:59:19 +03:00
Abdalrzag Eisa
73823e9e07
Pass currentlyPlayingVideoID into SideDrawer 2025-06-13 21:56:36 +03:00
val_makkas
48d95d9d6f fix(SideDrawer): add show more/less button for description 2025-06-12 22:07:50 +03:00
Tim
cbd0e87729 refactor: rating logic 2025-06-12 15:22:22 +02:00
Timothy Z.
f4d02ac151 refactor(MetaPreview): ratings only on supp src 2025-06-12 13:31:39 +03:00
Tim
21ad21c82e refactor: rating logic 2025-06-11 16:08:30 +02:00
Tim
bbe966bc88 chore(MetaPreview): fix format 2025-06-10 18:27:34 +02:00
Tim
a5ffa2677d refactor(MetaPreview): remove use of metaId for Rate action 2025-06-10 18:09:11 +02:00
Botzy
7c3dd67eb9 fix: video release date locale formatting 2025-06-10 14:18:04 +03:00
Botzy
2f0ec456fe Merge branch 'development' into feat/untranslated-strings 2025-06-10 13:57:12 +03:00
Jordan Clarke
fb3d4e29fa Cleaner Fix for Stremio#916 - Added System priority and Alphabetic Ordering on all dropdowns from settings screen. 2025-06-08 13:58:15 +01:00
Jordan Clarke
bd5a8e988f Improved Fix for Stremio#916 - Added System priority and Alphabetic Ordering on other dropdowns. 2025-06-08 13:06:14 +01:00
Jordan Clarke
d329139abe Fix for #916 - Added System priority and Alphabetic Ordering - First Commit Ever :) 2025-06-08 01:14:43 +01:00
Timothy Z.
48851a62cb refactor(Ratings): disabled styles 2025-06-06 17:14:58 +03:00
Timothy Z.
64707dee21 refactor(Ratings): disable actions when not ready 2025-06-06 16:50:53 +03:00
Timothy Z.
1297a2926b fix(Ratings): mobile styles 2025-06-05 20:06:21 +03:00
Timothy Z.
40907e9448 refactor(ActionButton): remove dead code (3) 2025-06-05 19:50:03 +03:00
Timothy Z.
6c7035db9c refactor(ActionButton): remove dead code (2) 2025-06-05 19:49:05 +03:00
Timothy Z.
4df2c4c9ca refactor(ActionButton): remove dead code 2025-06-05 19:48:31 +03:00
Timothy Z.
3dbcff6fb9 fix(Ratings): icons styles 2025-06-05 19:47:33 +03:00
Timothy Z.
be73839349 refactor(Ratings): align with new design 2025-06-05 19:00:31 +03:00
Timothy Z.
dc9cfb12f3 refactor(ratings): remove dead code 2025-06-05 17:54:57 +03:00
Timothy Z.
38d5290d91 refactor(MetaPreview): usage of ratings 2025-06-05 16:34:03 +03:00
Timothy Z.
beb873e34e refactor(MetaPreview): discover fix 2025-06-04 14:56:11 +03:00
Timothy Z.
ad680ca2a5 refactor(useRating): simplify 2025-06-03 15:05:43 +03:00
Timothy Z.
faee4166c3 feat(MetaPreview): impl user item ratings 2025-06-03 14:58:19 +03:00
Timothy Z.
d75c9b1d99
Merge pull request #855 from Stremio/feat/replace-multiselect-settings
Some checks failed
Build / build (push) Has been cancelled
Аpp: Replace Multiselect usage with MultiselectMenu
2025-06-03 12:54:55 +03:00
Timothy Z.
eab1b8def3 refactor(StreamingServerInputs): non null value 2025-06-03 12:48:44 +03:00
Timothy Z.
a162397d29 refactor(MultiselectMenu): lint & types 2025-06-03 12:39:08 +03:00
Timothy Z.
fd4c9e73c8 refactor(MultiselectMenu): use value only 2025-06-03 12:34:14 +03:00
Tim
824763a277 refactor(common): remove use of ipc for opening external url 2025-05-31 17:12:42 +02:00
Botzy
8768b9ced3 added missing modal button labels and \input placeholder translation keys 2025-05-28 19:02:28 +03:00
Botzy
d692d09041 fix: replace all remaining untranslated strings with translation keys 2025-05-28 17:17:34 +03:00
Botzy
d27f92fb01 fix(Discover): use correct translation func 2025-05-28 16:30:04 +03:00
Botzy
4f9cd61286 fix(Discover): dropdown options translations 2025-05-28 13:36:21 +03:00
Timothy Z.
83a7f6fd3d
Merge pull request #917 from Stremio/fix/trakt-logout-button
Some checks are pending
Build / build (push) Waiting to run
Settings: fix trakt logout button
2025-05-27 21:36:24 +03:00
Timothy Z.
8968055493
fix(Settings): trakt text checks repetition 2025-05-27 21:33:13 +03:00
Tim
5d9a005686 style(App): use singlequote for string 2025-05-27 20:30:23 +02:00
Tim
597b366ce2 fix(common): allow board regex to match empty 2025-05-27 20:26:02 +02:00
Tim
41546d65d2 feat: full deeplink support for shell 2025-05-27 20:16:26 +02:00
Botzy
18b70402a4 fix lint 2025-05-27 18:32:20 +03:00
Botzy
3c249e5925 fix hardcoded titles with no translations 2025-05-27 18:20:18 +03:00
Botzy
51a1da958b fix: season number translation key 2025-05-27 17:55:47 +03:00
Botzy
fe871f03f1 fix: dropdown options and titles translations 2025-05-27 17:55:17 +03:00
Botzy
5a942c5f73 fix spacing 2025-05-27 16:53:57 +03:00
Botzy
a7eb1801e3 fix(Settings): added missing translation keys 2025-05-27 14:24:59 +03:00
Botzy
a25d23559f fix(NotFound): added missing translation keys 2025-05-27 14:23:39 +03:00
Botzy
7b57c0f508 fix(MetaDetails): added missing translation keys 2025-05-27 12:24:35 +03:00
Botzy
db40abfad3 fix(Library): added missing translation keys 2025-05-27 12:12:39 +03:00
Botzy
61fdf3113e fix(Discover): added missing translation keys 2025-05-27 12:07:57 +03:00
Botzy
64c553d253 fix(Calendar): added missing translation keys 2025-05-27 12:06:58 +03:00
Tim
2b44367a26 feat: toggle fullscreen with F key with shell 2025-05-27 10:28:02 +02:00
Tim
6dfa3fdae0 fix: toggle fullscreen 2025-05-27 10:19:39 +02:00
dexter21767-dev
e8ac50135b fix trakt logout button 2025-05-26 20:00:06 +01:00
Botzy
789173bb5b fix(Intro): added missing translation keys 2025-05-23 18:18:35 +03:00
Botzy
5f81804b00 fix(MetaDetails): added missing translation keys 2025-05-23 18:03:47 +03:00
Botzy
2de0a517e0 fix(Multiselect): added missing translation keys 2025-05-23 17:43:06 +03:00
Botzy
f24ad7d069 fix(Addons): added missing translation keys 2025-05-23 17:17:30 +03:00
Botzy
aba31c8ceb fix(Addons): added missing translations 2025-05-23 17:05:01 +03:00
Botzy
4d82c2f890 Merge branch 'feat/replace-multiselect-settings' into feat/replace-multiselect-multiselectmenu 2025-05-22 18:42:25 +03:00
Botzy
42a55a254d Merge branch 'development' into feat/replace-multiselect-settings 2025-05-22 17:00:30 +03:00
Timothy Z.
bed2a58060
Merge pull request #913 from Stremio/feat/allow-disabling-subs-globally
Some checks failed
Build / build (push) Has been cancelled
Settings: Allow disabling subtitles globally
2025-05-22 16:53:12 +03:00
Timothy Z.
7b7c700533 chore(styles): align styles code 2025-05-22 15:01:21 +03:00
Timothy Z.
fa07709d31 refactor(Discover): use a reference instead 2025-05-22 14:59:31 +03:00
Timothy Z.
28578e1dea refactor(Player): reset global var 2025-05-21 15:11:32 +03:00
Botzy
2e72f5af9d refactor(Discover): check for window innerWitdth instead isMobile to enable direct navigation 2025-05-21 14:10:42 +03:00
Botzy
01c5100aaf fix(Discover): enable direct navigation to meta item on mobile instead focus first 2025-05-20 19:38:37 +03:00
Timothy Z.
440713ee68 fix(Player): reset the flag back to false 2025-05-20 15:54:20 +03:00
Timothy Z.
38f7e5a0f8 chore(Player): update logs 2025-05-20 15:32:02 +03:00
Timothy Z.
365294946a chore(Player): add logs 2025-05-20 15:12:29 +03:00
Timothy Z.
b4c0ab551e fix(Player): binge watching 2025-05-20 15:09:50 +03:00
Timothy Z.
fff0ebe85d fix(Player): workaround for binge watching 2025-05-19 17:02:32 +03:00
Timothy Z.
1d8401e4df feat(Settings): allow disabling subs globally 2025-05-19 10:56:28 +03:00
Timothy Z.
a6f84d18d1
Merge pull request #907 from Stremio/fix/exit-fullscreen
Some checks failed
Build / build (push) Has been cancelled
fix: exitFullscreen
2025-05-14 11:30:48 +03:00
Timothy Z.
1ae009c0bc
Merge pull request #906 from Stremio/fix/player-statistics-show-max-100-percent
fix: StatisticsMenu - max of 100% for completed
2025-05-14 11:30:34 +03:00
Timothy Z.
62f8bb367f refactor(Search): align completely to Board 2025-05-13 15:18:30 +03:00
Timothy Z.
878af40c1d fix(Search): align styles with board catalogs 2025-05-13 14:33:35 +03:00
Lachezar Lechev
2dec01923a
fix: StatisticsMenu - max of 100% for completed
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-05-12 13:47:09 +03:00
Lachezar Lechev
f8ab1a7dbc
fix: exitFullscreen
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-05-12 13:45:53 +03:00
Timothy Z.
4d53952368 remove(Player): unnecessary returns 2025-05-05 17:51:12 +02:00
Timothy Z.
b51791baa0 fix(Player): replace history entry
- fix for the navigation
2025-05-02 19:55:09 +03:00
Timothy Z.
17312f64fd revert: chore lint 1 2025-05-02 19:48:04 +03:00
Timothy Z.
ebb15463b4 chore(Player): lint (2) 2025-05-02 19:47:04 +03:00
Timothy Z.
3985c88346 chore(Player): lint 2025-05-02 19:44:55 +03:00
Timothy Z.
f3a7ef5978 fix(Player): binge watching in shell 2025-05-02 19:42:49 +03:00
Timothy Z.
ce0c5da3fd test: again 2025-05-02 01:46:13 +03:00
Timothy Z.
d6372c4f86 test: another test 2025-05-02 01:30:58 +03:00
Timothy Z.
79f06153c8 Update Player.js 2025-05-02 01:14:48 +03:00
Timothy Z.
f446047f8b test(Player): fix binge watching (6) 2025-05-02 00:53:42 +03:00
Timothy Z.
9b405c53d8 test(player): fix binge watching (5) 2025-05-02 00:22:39 +03:00
Timothy Z.
9aed64d998 test(Player): fix binge watching (4) 2025-05-02 00:00:15 +03:00
Timothy Z.
672a0067ce test(Player): fix binge watching 2025-05-01 23:37:44 +03:00
Timothy Z.
18ac3583b4 chore(Player): lint (2) 2025-05-01 23:07:00 +03:00
Timothy Z.
7924200dab
chore(player): lint 2025-05-01 23:01:02 +03:00
Timothy Z.
980d0038ec test(player): fix binge watching (3) 2025-05-01 22:52:39 +03:00
Timothy Z.
0efd1453bb test(player): fix binge watching (2) 2025-05-01 22:41:04 +03:00
Timothy Z.
6bfe079030 test(player): use replace instead of href 2025-05-01 22:23:14 +03:00
Timothy Z.
5b56c58e5b fix(player): redirect to MetaDetails 2025-05-01 21:56:37 +03:00
Timothy Z.
22ba03dea2 refactor(useapplelogin): fallback in case no name 2025-04-25 14:10:01 +03:00
Timothy Z.
1568ba1bb2 refactor(useapplelogin): use correct url 2025-04-24 16:49:01 +03:00
Timothy Z.
d09c760a1c fix(useapplelogin ): lint 2025-04-24 16:01:44 +03:00
Timothy Z.
63624a9554 refactor(useapplelogin): use w/out popup instead 2025-04-24 15:59:48 +03:00
Timothy Z.
fb7c5642b0 test: do not use popup 2025-04-24 13:04:12 +03:00
Botzy
0809fbdf53 Merge branch 'development' of github.com:Stremio/stremio-web into fix/binge-watching-next-episode 2025-04-15 16:31:14 +03:00
Botzy
6faf70d33e fix(Player): update video event handlers on handlers changes 2025-04-15 16:30:13 +03:00