Commit graph

4691 commits

Author SHA1 Message Date
Botzy
ba652b8e5c feat(useSelectableInputs): use navigate instead window location 2025-05-14 18:55:22 +03:00
Botzy
3c012fccca feat(Video): use navigate instead window location 2025-05-14 16:55:36 +03:00
Botzy
6b35568f85 feat(SearchBar): use navigate instead window location 2025-05-14 16:49:46 +03:00
Botzy
173745042c feat(LibItem): use navigate instead window location 2025-05-13 15:36:44 +03:00
Botzy
9a3ac82479 feat(ContinueWatching): use navigate instead window location 2025-05-13 15:36:00 +03:00
Botzy
8ca47aca92 feat(withProtectedRoutes): use navigate instead of window location 2025-05-13 14:18:57 +03:00
Botzy
271f8c9870 fix(ModalDialog): fix issue with cycle dependencies in ModalDialog 2025-05-12 17:30:25 +03:00
Botzy
e633ba370c fix(Search): linting 2025-04-29 19:23:35 +03:00
Botzy
2fbddee9ae fix(Intro): parse correct query params 2025-04-29 19:15:48 +03:00
Botzy
0e75a6ceed fix(Search): parse correct url and search params 2025-04-29 19:10:41 +03:00
Botzy
f026175cf8 fix(Player): parse correct url and search params 2025-04-29 19:06:56 +03:00
Botzy
f87ef3de4e fix(MetaDetails): parse correct url and search params 2025-04-29 18:54:00 +03:00
Botzy
ed65bed7c8 fix(Addons): parse correct url and search params 2025-04-29 18:42:34 +03:00
Botzy
0951ef350c fix(Calendar): parse correct url params 2025-04-29 17:56:25 +03:00
Botzy
d0891adddf fix(Library): parse correct url and query params and model type 2025-04-29 17:47:12 +03:00
Botzy
95a3965f11 fix(Discover): parse correct url and query params 2025-04-29 17:13:55 +03:00
Botzy
91c363c17a Merge branch 'development' into feat/react-router 2025-04-29 17:09:41 +03:00
Botzy
b15ff4264e fix(App): clean up unused code 2025-04-29 15:48:24 +03:00
Botzy
90d54017c1 fix: cycle dependency with useRouteFocused 2025-04-29 15:35:03 +03:00
Botzy
3c5e75431b feat(Router): added HashRouter to manage routes in app 2025-04-29 15:34:25 +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
Timothy Z.
a8eb284379 Merge branch 'development' into fix/discover-page-remove-duplicated-filters 2025-04-15 13:00:52 +03:00
Timothy Z.
55dac0d36f
Merge pull request #827 from Stremio/feat/season-episode-inputs
Streams List: Season and Episode picker when no streams loaded
2025-04-15 12:50:06 +03:00
Timothy Z.
e6bd8d66e8
Merge pull request #839 from Stremio/fix/library-default-filter
Library: Default type All filter
2025-04-15 11:58:00 +03:00
Timothy Z.
a8931d94df
Merge pull request #889 from Stremio/feat/example-apple-login
App: Implement Apple login
2025-04-15 11:55:23 +03:00
Timothy Z.
57d16957f2 chore(useapplelogin): update redirect to prod 2025-04-14 23:26:04 +03:00
Timothy Z.
303dd9858b refactor(useapplelogin): handle error cases 2025-04-14 19:29:12 +03:00
Timothy Z.
3aac148258 Update useAppleLogin.ts 2025-04-14 17:23:09 +03:00
Timothy Z.
66abce42c5 revert(useapplelogin): timeoutid 2025-04-14 17:20:54 +03:00
Timothy Z.
0744fdfb8d refactor(Intro): new button design 2025-04-14 16:16:02 +03:00
Timothy Z.
922de40134 fix(useapplelogin): add timeout for close 2025-04-14 16:12:27 +03:00
Timothy Z.
52dc7722ad Revert "fix(useapplelogin): remove state signin"
This reverts commit e454cecc45.
2025-04-14 14:53:44 +03:00
Timothy Z.
e454cecc45 fix(useapplelogin): remove state signin 2025-04-14 14:38:19 +03:00
Timothy Z.
468dc604ae Revert "chore: add debug logs"
This reverts commit 0c3b7e8d4a.
2025-04-14 14:12:05 +03:00
Timothy Z.
0c3b7e8d4a chore: add debug logs 2025-04-14 13:36:40 +03:00
Timothy Z.
43c76b6a4b refactor(Intro): adjust styles 2025-04-10 22:48:56 +03:00
Timothy Z.
5acc32411d fix(app): apple login types 2025-04-10 21:54:11 +03:00
Timothy Z.
2ce1619313 chore: remove logs & use correct core action 2025-04-10 21:52:57 +03:00
Timothy Z.
2713c8b46d fix(useapplelogin): jwt errors 2025-04-10 21:31:34 +03:00
Timothy Z.
b86887e111 chore: add testing logs 2025-04-10 21:11:41 +03:00
Timothy Z.
846445001c fix(useapplelogin): get sub id from token 2025-04-10 21:10:50 +03:00
Timothy Z.
50edda2557 fix(useapplelogin): use redirect uri for testing 2025-04-10 20:45:51 +03:00
Timothy Z.
a1acb7423a fix(useapplelogin): auth response 2025-04-10 20:40:05 +03:00
Timothy Z.
96f0baadc2 fix(Player): on options menu open crash 2025-04-10 16:46:19 +03:00