Commit graph

4733 commits

Author SHA1 Message Date
Timothy Z.
94f12540f5 fix(Settings): use correct prop for button 2025-03-05 16:35:47 +01:00
Tim
f2f99fcedd fix(Slider): seekbar background style 2025-03-05 15:33:34 +01:00
Timothy Z.
48e07c3008 Merge branch 'development' into feat/replace-multiselect-settings 2025-03-05 12:03:48 +01:00
Timothy Z.
89a15b0ad4 Merge branch 'development' into feat/player-mobile-slide-volume 2025-03-05 12:03:40 +01:00
Timothy Z.
20577e2431 Merge branch 'development' into fix/library-default-filter 2025-03-05 12:03:35 +01:00
Timothy Z.
86c29f2201 Merge branch 'development' into fix/discover-page-remove-duplicated-filters 2025-03-05 12:03:29 +01:00
Timothy Z.
ad260f3ded Merge branch 'development' into feat/season-episode-inputs 2025-03-05 12:03:22 +01:00
Timothy Z.
45307b680a Merge branch 'development' into feat/right-click-context-menu 2025-03-05 12:03:14 +01:00
Botzy
7ea974f1da refactor(Settings): use MultiselectMenu instead Multiselect 2025-02-28 17:49:20 +02:00
Botzy
794f4e48ac feat(MultiselectMenu): handle title function 2025-02-28 17:45:13 +02:00
Lachezar Lechev
dba4016979
chore: VideoList - clean up
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-02-28 11:01:02 +02:00
Lachezar Lechev
28dbdaa20d
feat: MetaDetails selects appropriate season:
- For non-watched series it choses 1st season
- For watched series it uses the LibraryItem video to choose the same season

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-02-28 09:06:04 +02:00
Tim
7ea8b18c59 fix(Settings): quit on close setting label 2025-02-27 23:13:16 +01:00
Tim
72053246cb fix(useShell): use chrome.webview instead of qt webChannelTransport 2025-02-27 22:55:23 +01:00
Tim
21c050f887
Merge pull request #850 from Stremio/feat/show-catalog-names-while-loading
Board/Search: Show catalog names while loading
2025-02-27 15:37:21 +01:00
Tim
6370908f93
Merge pull request #840 from Stremio/feat/shell-quit-on-close
App(Shell): add quit on close setting
2025-02-27 15:21:55 +01:00
Ivelin Megdanov
fef0a57ac7 Removed addon name from catalog title 2025-02-27 13:41:30 +02:00
Timothy Z.
0a6d70f3a6
Merge pull request #807 from Stremio/feat/mark-season-as-watched
Some checks are pending
Build / build (push) Waiting to run
Videos: Add mark season as watched option
2025-02-27 13:01:37 +02:00
Botzy
eb192997d9 feat(Player): prevent immersing while volume slider is in use 2025-02-26 15:24:17 +02:00
Ivelin Megdanov
6420b5e0c9 Added the loading title to the Board 2025-02-26 12:30:59 +02:00
Ivelin Megdanov
3d56023ffd Added addon name to catalogTitle function 2025-02-26 12:25:47 +02:00
Ivelin Megdanov
7220635d79 Show catalog names while loading 2025-02-26 12:05:17 +02:00
Botzy
e979b185b0 feat(Player): handle touch events when sliding volume slider on mobile 2025-02-25 17:26:20 +02:00
Tim
8fb09b0026
Merge pull request #847 from Stremio/fix/hide-calendar-bottom-sheet-on-resize
Some checks failed
Build / build (push) Has been cancelled
Calendar: Close BottomSheet on screen rotation
2025-02-25 14:10:06 +01:00
Botzy
a213139319 fix(useOrientation): fix hook return value 2025-02-25 15:04:27 +02:00
Timothy Z.
3d3828f274
Merge pull request #848 from Stremio/fix/ipad-calendar-styles 2025-02-25 15:03:05 +02:00
Botzy
dc5c94b461 refactor(useOrientation): refactor hook to not ask for permissions 2025-02-25 14:54:32 +02:00
Botzy
8733af871b fix(BottomSheet): close BottomSheet on orientation change 2025-02-25 13:57:50 +02:00
Timothy Z.
fdda358412 refactor(Calendar): simplify the styles
align the padding to other routes values
2025-02-25 12:56:40 +02:00
Timothy Z.
02bf0cfc6c
Merge pull request #846 from Stremio/fix/intro-responsive-layout
Some checks are pending
Build / build (push) Waiting to run
Intro: Improve layout responsiveness on smaller screens
2025-02-25 12:44:14 +02:00
Timothy Z.
e10c031233 fix(Calendar): styles 2025-02-25 12:43:57 +02:00
Botsy
9d17c82562
Update src/routes/Intro/styles.less
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-25 12:24:30 +02:00
Botzy
b563ea1d10 fix(BottomSheet): hide BottomSheet when screen is resized 2025-02-25 11:45:48 +02:00
Botzy
2b5df90827 feat(useWindowSize): added hook for screen size 2025-02-25 11:40:34 +02:00
Tim
0572ee3371 fix(Library): continue watching mode was broken 2025-02-25 10:36:17 +01:00
Tim
c63d01c8e4 fix(Library): input and filters were missing 2025-02-25 10:30:11 +01:00
Botzy
315391de7f fix(Intro): modify breakpoint for mobile layout and add some adjustments 2025-02-24 18:28:24 +02:00
Botzy
3890001085 fix(Library): align guest Placeholder with Calendar Placeholder layout and styles on mobile 2025-02-24 16:24:55 +02:00
Botzy
1608448b8c fix(Library): use separate placeholder image 2025-02-24 16:21:08 +02:00
Tim
4b56ac44c2 style: code format 2025-02-24 14:40:32 +01:00
Tim
3bef434f42 refactor: update quit on close logic 2025-02-24 14:35:39 +01:00
Timothy Z.
235d09f960
Merge pull request #845 from Stremio/fix/calendar-mobile-placeholder
Some checks are pending
Build / build (push) Waiting to run
Calendar: Fix placeholder responsiveness
2025-02-24 15:26:18 +02:00
Botzy
bf37815d14 fix(MainNavBars): limit content scroll on mobile to not go under bottom nav bar 2025-02-24 14:51:09 +02:00
Botzy
c5c7805d91 fix(Placeholder): improve styles and add scroll on mobile instead of squeezing in components 2025-02-24 14:20:23 +02:00
Botzy
039676afb5 fix(MainNavBars): limit the content scroll area to not include navbar 2025-02-24 14:19:13 +02:00
Botzy
a50e3c7186 fix(Discover): apply new lines in styles where missed 2025-02-21 15:09:05 +02:00
Botzy
a050dd8d76 fix(Calendar): update placeholder image name 2025-02-21 13:58:48 +02:00
Botzy
755f0625bf fix(Placeholder): rename placeholder image 2025-02-21 13:53:11 +02:00
Botzy
7b0c013dc0 fix(Placeholder): improve styles on mobile 2025-02-21 13:41:59 +02:00
Botzy
e2c3e719ff fix(Checkbox): remove transition on outline 2025-02-20 17:36:40 +02:00
Botzy
13c9ef986a refactor(Library): reuse Placeholder component and remove unused styles 2025-02-20 14:31:20 +02:00
Botzy
64310c863f feat(Placeholder): added Placeholder component 2025-02-20 14:30:35 +02:00
Botzy
39e37b5875 refactor(Calendar): rename placeholder image with more generic name and fix import 2025-02-19 18:22:10 +02:00
Botzy
0506d53f4e fix(Discover): fix mobile styles for filter button 2025-02-19 17:38:17 +02:00
Botzy
1b17bc81cb Merge branch 'development' into fix/discover-page-remove-duplicated-filters 2025-02-19 17:30:19 +02:00
Tim
31121aab21 refactor(App): use dash for shell update settings message 2025-02-19 11:11:40 +01:00
Tim
a4ee4db1b8 feat: add quit on close setting for shell 2025-02-19 11:05:09 +01:00
Botzy
b8c328507e fix(Library): default to type All filter after selected type is no longer available 2025-02-18 18:05:18 +02:00
Tim
dfe509d93f
Merge pull request #819 from Stremio/feat/shell-volume-booster
Some checks failed
Build / build (push) Has been cancelled
Player(shell): add audio boost
2025-02-18 15:32:22 +01:00
Tim
cc36befc9a refactor(Slider): simplify audio boost logic 2025-02-18 15:24:20 +01:00
Botzy
224b6e6f76 fix(Discover): improve styles to handle filters edge cases 2025-02-18 15:35:14 +02:00
Botzy
b1365e31d4 fix(Multiselect): destruct options from props to not pass them to component 2025-02-18 15:33:11 +02:00
Tim
180de13e26
Merge pull request #831 from Stremio/fix/user-panel-behind-server-warning
Some checks are pending
Build / build (push) Waiting to run
Board: Ensure user panel is visible correctly when the server warning is not dismissed
2025-02-18 12:09:15 +01:00
Botzy
2816f7bcea Merge branch 'development' into fix/discover-page-remove-duplicated-filters 2025-02-18 11:54:50 +02:00
Ivelin Megdanov
1fc5ab290d Merge branch 'development' into feat/shell-volume-booster 2025-02-18 11:34:01 +02:00
Timothy Z.
902b91d744
Merge pull request #837 from Stremio/feat/scrub-bar-contrast
Some checks are pending
Build / build (push) Waiting to run
Player: Improve Seek Bar Contrast for Better Visibility
2025-02-17 19:08:43 +02:00
Tim
0459676c2a
Merge pull request #833 from Stremio/fix/calendar-scroll-position
Calendar: Fix items scroll in view to ensure borders remain visible
2025-02-17 18:03:38 +01:00
Ivelin Megdanov
878691fffb Removed margin block and convert padding to rem 2025-02-17 18:57:33 +02:00
Botzy
c9c8828447 Merge branch 'feat/intro-consent-checkbox' of github.com:Stremio/stremio-web into feat/intro-consent-checkbox 2025-02-17 18:35:41 +02:00
Botzy
14927942e8 fix(ConsentToggle): remove unused ConsentToggle component 2025-02-17 18:25:21 +02:00
Botsy
e60cf6501e
Update src/components/Checkbox/Checkbox.less
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-17 18:10:48 +02:00
Botzy
f5ef7d653d fix(Checkbox): improve typings and styles to follow mockups 2025-02-17 18:09:17 +02:00
Botzy
72e7b7051e fix(Button): add missing target prop to type 2025-02-17 17:46:13 +02:00
Ivelin Megdanov
5c316f4a33 Added supports check 2025-02-17 15:27:19 +02:00
Ivelin Megdanov
91ed45625b Moved scroll padding/margin inside the classes 2025-02-17 15:21:06 +02:00
Ivelin Megdanov
b800e78c8b Added seek bar contrast 2025-02-17 15:08:03 +02:00
Ivelin Megdanov
6e806d5c84 Revert previous changes and added margin/padding block 2025-02-17 14:11:28 +02:00
Botzy
71bd470d31 fix(Checkbox): use checkmark icon instead of styles and make bg color the primary accent one 2025-02-17 14:02:15 +02:00
Botzy
dad4804bad fix(Discover): Hide duplicated catalog type filter on mobile 2025-02-17 12:57:20 +02:00
Tim
c08bed630d
fix(Player): use Player action for MarkSeasonAsWatched
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-15 07:27:24 +01:00
Ivelin Megdanov
b4ac4b4db7 Merge branch 'development' into fix/calendar-scroll-position 2025-02-13 13:12:08 +02:00
Botzy
e3fda56a11 refactor(Intro): reuse Checkbox component for consent items 2025-02-13 13:06:05 +02:00
Botzy
1b2fe21044 feat(Checkbox): added Checkbox component 2025-02-13 13:05:14 +02:00
Ivelin Megdanov
7074e13047 Fix: Visible calendar items when selected 2025-02-13 12:59:09 +02:00
Botsy
6999ef6a8d
Update src/components/NumberInput/NumberInput.tsx
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-13 12:37:36 +02:00
Botzy
675328ca08 fix(StreamsList): show EpisodePicker only if type is series 2025-02-12 17:27:37 +02:00
Tim
d05488feb6
Merge pull request #829 from Stremio/fix/subtitles-action-menu-scroll
Some checks failed
Build / build (push) Has been cancelled
Player: Subtitles Settings scrollable on mobile
2025-02-12 16:23:32 +01:00
Botzy
07cc2a9b2d refactor(EpisodePicker): apply suggested improvements 2025-02-12 16:59:37 +02:00
Botzy
4cd9db53d1 fix(NumberInput): remove unused import 2025-02-12 16:01:28 +02:00
Botzy
f678375633 refactor(NumberInput): apply suggested improvements 2025-02-12 16:00:41 +02:00
Botsy
10a36d2c4d
Update src/components/NumberInput/NumberInput.tsx
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-12 15:46:52 +02:00
Botzy
aa3dedf8be fix: linting 2025-02-12 15:38:14 +02:00
Botsy
232c64b613
Update src/routes/MetaDetails/StreamsList/EpisodePicker/EpisodePicker.tsx
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-12 15:34:47 +02:00
Botsy
37020f340c
Update src/routes/MetaDetails/StreamsList/StreamsList.js
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-12 15:34:35 +02:00
Botsy
3dcd0020c9
Update src/components/NumberInput/NumberInput.tsx
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-12 15:34:24 +02:00
Botsy
d7974babdd
Update src/components/NumberInput/NumberInput.tsx
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-12 15:34:07 +02:00
Botzy
6274115f8f refactor(EpisodePicker): simplify setting season and episode initial state 2025-02-12 13:55:34 +02:00
Botzy
7a79e31f95 fix(EpisodePicker): use default export in StreamsList 2025-02-12 13:14:01 +02:00
Botzy
1721810467 fix(NumberInput): follow style name convention 2025-02-12 13:13:06 +02:00
Ivelin Megdanov
a51fccbe16 Moved LESS variables after the imports 2025-02-12 12:58:41 +02:00
Ivelin Megdanov
7fbd723db4 Renamed LESS variables 2025-02-12 12:50:08 +02:00
Botzy
3bc075d0a1 fix(EpisodePicker): remove named export 2025-02-12 12:44:21 +02:00
Ivelin Megdanov
804cf46161 add LESS variables for height calculations 2025-02-12 12:42:06 +02:00
Ivelin Megdanov
2b92474160 Using viewport height instead of 100vh 2025-02-12 12:22:25 +02:00
Ivelin Megdanov
40626ecb78 Fixed max height calculation on mobile 2025-02-12 11:25:16 +02:00
Botzy
3c2ab92bd6 fix(EpisodePicker): make 0 the initial value for season when no value provided, remove placeholder 2025-02-11 19:27:49 +02:00
Botzy
3f60df9073 refactor(EpisodePicker): improve styles and typings 2025-02-11 19:05:46 +02:00
Botzy
6ca94a2124 fix(EpisodePicker): unify styles with install addons button 2025-02-11 16:41:36 +02:00
Ivelin Megdanov
173e58467e Fix user panel appearing behind server warning 2025-02-11 16:21:11 +02:00
Ivelin Megdanov
675257eb56 fix: prevent navbar icons to cut on mobile 2025-02-10 18:02:04 +02:00
Botzy
f7494d6e97 fix(EpisodePicker): typings 2025-02-10 17:52:57 +02:00
Botzy
fbdfa110b5 fix(StreamsList): add scroll when episode picker is shown on landscape orientation on mobile 2025-02-10 17:38:32 +02:00
Botzy
9fc0de0be2 fix(Subtitles): make subtitle settings scrollable on mobile 2025-02-10 16:27:36 +02:00
Botzy
d407e6c7b7 fix(NumberInput): min & max validation when entering value from keyboard 2025-02-10 15:12:43 +02:00
Botzy
0c9b9927cc Merge branch 'development' into feat/season-episode-inputs 2025-02-10 15:02:39 +02:00
Botzy
34808d6014 fix(EpisodePicker): set season and episode from url 2025-02-10 14:18:13 +02:00
Botzy
6b30b90893 fix(MetaDetails): handle search for any episode and season 2025-02-10 13:31:44 +02:00
Botzy
5e98355896 fix(NumberInput): fix check for min and max values 2025-02-10 12:37:40 +02:00
Lachezar Lechev
f7e0e09c11
Merge branch 'development' into feat/mark-season-as-watched 2025-02-09 21:29:29 +02:00
Tim
286be6179f fix(EventModal): incorrect import 2025-02-08 23:39:55 +01:00
Botzy
7fa4f462c5 feat(StreamsList): added upcoming label when no results 2025-02-07 19:23:33 +02:00
Botzy
36a2896525 fix(NumberInput): use color variable for font color 2025-02-07 19:13:23 +02:00
Tim
b3502eb407 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/hardware-decoding 2025-02-07 17:37:06 +01:00
Tim
02d3c421bc Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-local-subtitles 2025-02-07 17:32:48 +01:00
Botzy
538e462b12 fix(StreamsList): hide Install addons button if episode is upcoming 2025-02-07 18:23:28 +02:00
Botzy
39f168a34c fix(EpisodePicker): handle season 0 as value 2025-02-07 18:22:24 +02:00
Tim
8a1b040296
Merge pull request #817 from Stremio/feat/shell-updater-banner
App: add updater banner
2025-02-07 17:16:35 +01:00
Botzy
461c9d3d53 fix(EpisodePicker): fix export 2025-02-07 17:49:27 +02:00
Botzy
15c6a231a6 feat(EpisodePicker): added season and episode picker when no streams loaded 2025-02-07 17:27:53 +02:00
Botzy
e8a6e72b13 feat(NumberInput): added NumberInput common component 2025-02-07 17:06:26 +02:00
Ivelin Megdanov
2d28973fea Merge branch 'development' into feat/shell-volume-booster 2025-02-07 14:15:08 +02:00
Ivelin Megdanov
0a17a56e24 Simplified the logic and renamed prop for audioBooster 2025-02-07 14:09:46 +02:00
Tim
6b700aeaf9 Merge branch 'feat/shell-updater-banner' of https://github.com/Stremio/stremio-web into feat/shell-updater-banner 2025-02-07 12:06:16 +01:00
Tim
6ba966d306 refactor(UpdaterBanner): add translation strings 2025-02-07 12:05:31 +01:00
Tim
330fac3f39 style: lint 2025-02-06 18:29:15 +01:00
Tim
9d18a1bb61 fix: drop srt file with shell 2025-02-06 18:10:34 +01:00
Lachezar Lechev
4081396ae0
feat: Player - Volume slider - on muted show 0 volume
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-02-06 12:16:29 +02:00
Tim
d9da7d5ab7 feat: support hardware decoding 2025-02-05 15:00:06 +01:00
Ivelin Megdanov
05486a35bf Add preview for truncated stream names 2025-02-04 16:05:12 +02:00
Botzy
a4054c80b8 fix(context menu): positioning when resizing/entering fullscreen 2025-02-03 17:28:52 +02:00
Ivelin Megdanov
f865bca9ea Fixed code format 2025-02-03 14:54:19 +02:00
Ivelin Megdanov
3375415bdc Restrict new volume boost logic only when shell is active 2025-02-03 13:12:56 +02:00
Ivelin Megdanov
2f010168a3 Enhance volume slider with warning & danger gradient for boosting 2025-02-03 12:22:03 +02:00
Ivelin Megdanov
ad107ff98b Ensure Arrow Up-Down, and onWheel adjust volume correctly 2025-02-03 12:19:40 +02:00
Ivelin Megdanov
e13ec37227 Added new maximum audio value for boosted audio 2025-02-03 12:17:45 +02:00
Botzy
4648aef21b fix(context menu): calculate menu position inside safe area 2025-01-31 14:04:36 +02:00
Tim
a95f07f19d fix(UpdateBanner): missing useEffect deps array 2025-01-30 17:02:24 +01:00
Tim
e2b9114ece fix(Platform): import issue 2025-01-30 17:01:28 +01:00
Tim
77e283d934 refactor: use useShell hook for UpdaterBanner 2025-01-30 14:57:37 +01:00
Botzy
62b8a6a5cc fix(season select): key for dropdown options ID is undefined, use value 2025-01-30 14:50:38 +02:00
Botzy
8810327ca2 Merge branch 'development' into feat/right-click-context-menu 2025-01-30 14:44:45 +02:00
Botzy
ce8ce7404c fix(season select): propagate the event on mousedown to close the multiselect 2025-01-30 14:44:14 +02:00
Botzy
56d750c960 feat(Context menu): Add context menu over nav, control bar and side drawer button 2025-01-30 13:53:01 +02:00
Botzy
e87048799f refactor(useOutsideClick): pass ref as hook param, use ref to calculate context menu offset 2025-01-30 13:31:14 +02:00
Tim
e5882ea143 refactor(App): update updater banner style 2025-01-30 11:10:45 +01:00
Tim
7b80784218 feat: implement shell updater banner 2025-01-29 23:56:48 +01:00
Tim
33d80722e5 fix(ColorInput): ModalDialog import 2025-01-29 19:13:45 +01:00
Botzy
a15ce0ea52 fix(Context Menu): handle click inside and outside context menu 2025-01-29 17:55:32 +02:00
Botzy
dcff82ff45 refactor(useOutsideClick): update event handlers to combine with onContextMenu handler 2025-01-29 17:54:20 +02:00
Botzy
0eca23873f feat(context menu): enable context menu on right click while loading/buffering 2025-01-29 15:16:39 +02:00
Botzy
9a3be29a39 feat(context menu): enable context menu on right click on video 2025-01-29 15:15:29 +02:00
Tim
de1989a8db feat(Settings): display shell version when available 2025-01-29 10:03:00 +01:00
Timothy Z.
9a2fa6442d refactor(SideDrawer): same flex on series content 2025-01-24 17:13:38 +02:00
Timothy Z.
b8415c48f2 fix(SideDrawer): mobile landscape styles 2025-01-24 15:40:04 +02:00
Timothy Z.
e8845d707b Merge branch 'development' into fix/PWA-height-width-global-bugs 2025-01-23 18:10:00 +02:00
Timothy Z.
37ab9ced93 fix: size of the warning on mobile landscape 2025-01-23 17:48:39 +02:00
Timothy Z.
17c5341f69 refactor(StreamingServerWarning): change global 2025-01-23 17:43:48 +02:00
Timothy Z.
2f380c2cb9 fix(Navbar): android devices fullscreen 2025-01-23 17:31:23 +02:00
Timothy Z.
b1e8b47e7b fix(StreamingServerWarning): respect safe areas 2025-01-23 17:06:23 +02:00
Timothy Z.
f49f29094f fix(App): iphone PWA issues 2025-01-23 16:20:26 +02:00
Timothy Z.
6ae9d1c9d4 fix(Calendar): PWA landscape mode 2025-01-23 16:20:03 +02:00
Timothy Z.
79e3dab206 fix(App): global width / height issues 2025-01-23 16:08:29 +02:00
Tim
6e00a3384c feat: add mark season as watched for videos 2025-01-22 18:39:45 +01:00
Timothy Z.
87e23ed417 fix(SideDrawerButton): styles 2025-01-22 17:01:12 +02:00
Timothy Z.
281189a38e fix(StreamingServerWarning): dismiss when online 2025-01-22 16:08:38 +02:00
Timothy Z.
15d2988bef
Merge pull request #786 from Stremio/refactor/streaming-server-warning
Board: update the style of the streaming server warning
2025-01-22 12:03:32 +02:00
Timothy Z.
53cc896c4a remove: unnecessary declarations 2025-01-22 12:00:27 +02:00
Timothy Z.
662e5b0bd7 refactor(SSWarning): remove margin use positioning 2025-01-22 11:56:24 +02:00
Timothy Z.
2af455c691 Merge branch 'development' into refactor/install-addons-button-stream-list 2025-01-20 17:36:19 +02:00
Timothy Z.
3fdd2b10fa refactor: make the button the same styles 2025-01-20 17:36:14 +02:00
Tim
730ca8b9e5 refactor(NextVideoPopup): reduce overall popup size 2025-01-20 15:29:15 +01:00
Tim
427264e6b8 refactor: remove unnecessary file 2025-01-20 10:58:28 +01:00
Tim
d5fb245104 feat(Player): select local subitles once added 2025-01-20 10:56:19 +01:00
Tim
00dedd8c73 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-local-subtitles 2025-01-20 10:21:07 +01:00
Tim
74eefbc5eb fix(FileDrop): remove use of dragenter 2025-01-20 10:20:57 +01:00
Timothy Z.
6d4117125a refactor(NextVideoPopup): remove desc & styles 2025-01-20 09:52:53 +02:00
Tim
1a06a72dc6 feat: provide feedback for file drop 2025-01-17 21:20:08 +01:00
Tim
b150fe1957 refactor: move file drop logic to provider 2025-01-17 21:18:56 +01:00
Tim
42ff17f742 refactor(SubtitlesMenu): update translation key for local subtitles 2025-01-17 20:04:45 +01:00
Timothy Z.
3636468d45 fix(Search): hide empty catalog rows 2025-01-17 20:08:16 +02:00
Timothy Z.
1989baa262
Merge pull request #797 from Stremio/refactor/nav-tab-button-styles
refactor(NavBar): improve navigation buttons contrast
2025-01-17 17:28:57 +02:00
Timothy Z.
b266ae5f2b refactor(NavTabButton): lower icon opacity 2025-01-17 16:35:10 +02:00
Timothy Z.
6981680cc1
Merge pull request #795 from Stremio/refactor/meta-details-landscape-styles
refactor(MetaDetails): landscape mobile styles
2025-01-17 14:07:25 +02:00
Timothy Z.
6f2deb15e4 remove(App): unnecessary declarations 2025-01-15 20:50:08 +02:00
Timothy Z.
8c1b6fc653 fix(Navbar): positioning on older devices 2025-01-15 20:34:50 +02:00
Timothy Z.
92a6d6f182 refactor(App): clean up 2025-01-15 20:21:43 +02:00
Timothy Z.
97acfa82ca fix(App): html and app styles fallback 2025-01-15 20:16:13 +02:00
Timothy Z.
dd9accfe33 Merge branch 'development' into refactor/install-addons-button-stream-list 2025-01-15 19:30:27 +02:00
Timothy Z.
06813a0d13 Merge branch 'development' into refactor/streaming-server-warning 2025-01-15 19:30:17 +02:00
Timothy Z.
830abe090d Merge branch 'development' into refactor/meta-details-landscape-styles 2025-01-15 19:30:07 +02:00