Commit graph

4007 commits

Author SHA1 Message Date
Tim
3e3e97ee76 refactor: add typings 2023-03-14 05:02:16 +01:00
Alexandru Branza
9d3d6a5f9f
Merge pull request #345 from Stremio/fix/settings-profile-auth
fix(Settings): profile auth condition issue
2023-03-05 15:56:35 +02:00
Alexandru Branza
fd73e19f58
Merge pull request #346 from Stremio/fix/player-external-player-button
fix(Player): props issue on open in external player button
2023-03-05 15:56:18 +02:00
Tim
5428e30d74 refactor(Player): remove unecessary checks 2023-03-05 14:46:52 +01:00
Tim
13fa0d8d4e fix(Player): props issue on open in external player button 2023-03-05 14:41:43 +01:00
Tim
0852146fb5 fix(Settings): profile auth condition issue 2023-03-05 14:21:58 +01:00
Alexandru Branza
f7f72f5d90
Merge pull request #342 from vczb/add-autofocus-to-settings-modal
fix: Add autofocus to server url input on settings modal
2023-02-08 20:42:46 +02:00
Vinicius Zucatti
b680f22b9e fix: Add autofocus to server url input on settings modal 2023-02-05 18:55:59 -03:00
Alexandru Branza
1447b6ce20
Merge pull request #336 from Stremio/video-params-for-subs
Add Video Params for Subs Requests
2023-02-02 12:56:00 +02:00
Alexandru Branza
4401157e21 Add Video Params for Subs Requests 2023-01-03 11:45:05 +02:00
Alexandru Branza
3f24573806
Merge pull request #334 from Stremio/feat/settings-trakt-addon
Feat: settings trakt auth
2022-12-29 12:12:59 +02:00
Alexandru Branza
272c87675d
Merge pull request #304 from Stremio/feature/addSubscribeCalendar
Feature/add subscribe calendar
2022-12-29 12:12:45 +02:00
Tim
d1819f4bd6 refactor(ServicesToaster): add more checks when suppressing trakt addon installed error 2022-12-29 10:11:35 +01:00
Tim
758347076a fix(Settings): check for trakt token expires 2022-12-29 10:11:29 +01:00
Tim
2beaffc9ab fix(App): update ctx api actions hook logic 2022-12-29 09:38:59 +01:00
Tim
43f3481632 refactor: dispatch ctx api actions on window focus instead 2022-12-29 09:31:57 +01:00
Tim
b2890ab9a1 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/settings-trakt-addon 2022-12-29 09:12:28 +01:00
Tim
0a55c3bdf8 feat(Settings): implement trakt logout 2022-12-29 09:07:12 +01:00
Tim
f57a053b1e chore: update stremio-core-web 2022-12-29 09:06:36 +01:00
Tim
998cd7d9e0 refactor(Settings): improve trakt auth logic 2022-12-29 08:50:19 +01:00
Alexandru Branza
a4cc63b29a
Merge pull request #335 from Stremio/settings-remove-fb-import
refactor(Settings): remove facebook import setting
2022-12-28 10:30:59 +02:00
Tim
08c024f632 refactor(Settings): remove facebook import setting 2022-12-27 08:29:01 +01:00
Tim
b9e826553c refactor(ServicesToaster): prevent installed trakt addon toast error 2022-12-26 17:57:03 +01:00
Tim
650ada3f8e feat(Settings): implement trakt auth and install addon 2022-12-26 17:56:20 +01:00
Alexandru Branza
d6736e84cb
Merge pull request #330 from Stremio/feat/data-export
Feat/data export
2022-12-25 12:05:14 +02:00
Tim
2371ca1d3f refactor(Settings): load data_export model on click 2022-12-23 06:23:17 +01:00
Tim
2c3e656eb5 chore: update stremio-core-web 2022-12-22 11:22:42 +01:00
Tim
9433897b05 feat(Settings): implement data export 2022-12-22 03:26:28 +01:00
Tim
52fdee39e7 chore: update stremio-core-web 2022-12-22 03:17:27 +01:00
Alexandru Branza
9a52f3cbc7
Merge pull request #311 from Stremio/feat/player-options-menu
feat(Player): add options menu
2022-12-21 16:30:07 +02:00
Tim
3b9c52d99a refactor(OptionsMenu): remove the need of streamingServer 2022-12-21 14:14:22 +01:00
Tim
879118b098 refactor(OptionsMenu): add streamUrl to toast error message 2022-12-21 13:04:03 +01:00
Tim
117dd30c76 refactor(OptionsMenu): use download prop from external deeplinks for streamUrl 2022-12-21 13:00:52 +01:00
Tim
825102bb0f chore: update stremio-core-web 2022-12-21 12:59:32 +01:00
Tim
8a0b0a93e3 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-options-menu 2022-11-28 18:20:19 +01:00
Nikola Hristov
0771cd7fd7
Merge pull request #318 from Stremio/feat/player-next-video-popup
feat: player next video popup
2022-11-28 19:17:47 +02:00
Tim
d138753b8f refactor(Player): move nextVideo check in useEffect 2022-11-28 18:15:48 +01:00
Tim
f7a2fdc404 fix(Player): use player.selected.stream instead of videoState.stream for options menu 2022-11-28 13:37:43 +01:00
Tim
d090ac5952 fix(Player): disble play shortcuts when options menu is open 2022-11-28 13:35:17 +01:00
Tim
87733e6e1f fix(Player): display layer also for options menu 2022-11-28 13:32:02 +01:00
Tim
e68a0a7c77 refactor(Player): disable play in external player on options menu 2022-11-28 13:28:32 +01:00
Tim
c5d84bfe6b Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-options-menu 2022-11-28 13:28:18 +01:00
Tim
262fbbdf11 refactor(Settings): disable next video popup setting when auto-play is unchecked 2022-11-28 13:15:40 +01:00
Tim
1612343d73 refactor(Button): set lower opacity when disabled 2022-11-28 13:12:56 +01:00
Tim
0a7ef22eb6 refactor(Player): use nextVideoNotificationDuration setting to trigger next video popup 2022-11-28 12:41:00 +01:00
Tim
b51f607ffe feat: add next video popup duration setting 2022-11-28 12:37:45 +01:00
Tim
77282695da chore: update stremio-core-web 2022-11-28 12:26:33 +01:00
Tim
38bb9355e1 chore: remove double entry for langs in package.json 2022-11-28 12:02:03 +01:00
Tim
166fde9090 fix(Player): do not show next video popup if nextVideo is null 2022-11-28 12:00:38 +01:00
Tim
e8f3291c34 fix(Player): do not show next video popup if bingeWatching is not enabled 2022-11-28 11:44:23 +01:00