Commit graph

6024 commits

Author SHA1 Message Date
Timothy Z.
ec570b91f1 refactor(styles): app styles.less 2024-12-21 15:30:07 +02:00
IEduStu
e03aba766a feat: improve mobile design 2024-12-21 15:21:26 +02:00
Timothy Z.
da22bc090a fix: modal image was not visible on some macbooks 2024-12-21 15:18:03 +02:00
Tim
d1583a6f4a
Update src/routes/Player/Player.js
Co-authored-by: Timothy Z. <timothy@stremio.com>
2024-12-20 20:26:48 +01:00
Tim
b9d6e01256 fix(Player): layout issue with audio menu 2024-12-20 20:24:51 +01:00
Tim
caeacf1bc1 Merge branch 'refactor/player-audio-menu' of https://github.com/Stremio/stremio-web into refactor/player-audio-menu 2024-12-20 20:23:26 +01:00
Tim
57aac8a27a fix(Player): audio menu open state 2024-12-20 20:18:17 +01:00
Timothy Z.
08fdf19677 Merge branch 'development' into refactor/player-audio-menu 2024-12-20 19:37:01 +02:00
Timothy Z.
04f579eab5
Merge pull request #761 from Stremio/fix/streaming-server-url-item-styles
fix: streaming server url AddItem styles
2024-12-20 12:10:45 +02:00
Timothy Z.
07412f0b7e fix: mobile additem styles 2024-12-20 12:00:51 +02:00
Timothy Z.
3d806257df
Merge pull request #762 from iAbhishekPanwar/patch-2
Fix: Correct URL Encoding in SearchBar Component
2024-12-19 23:05:06 +02:00
Abhishek Panwar
082df3a253
Fix: Correct URL Encoding in SearchBar Component
Changes Made:
Used encodeURIComponent in the SearchBar component to ensure special characters and spaces in search queries are correctly encoded.

Example:
Before: Searching Alexa & Katie could break the query, returning incomplete results.
After: The query is now encoded as Alexa%20%26%20Katie, ensuring accurate results.
2024-12-20 02:01:32 +05:30
Timothy Z.
befc1d6eec fix: streaming server url item styles 2024-12-19 21:23:56 +02:00
Timothy Z.
379bd1dc88 Merge branch 'development' into feat/player-side-drawer 2024-12-19 11:44:20 +02:00
Timothy Z.
659c3c96d2
Merge pull request #760 from Stremio/feat/addon-placeholder-implementation
feat: addon placeholder
2024-12-19 10:53:30 +02:00
Timothy Z.
8a7e07f833 refactor: add back the gap to the placeholder 2024-12-18 17:36:17 +02:00
Timothy Z.
f9fb161292 refactor: align mobile view size with real addon 2024-12-18 17:34:19 +02:00
Timothy Z.
fbb9c45460 fix: copyright comment 2024-12-18 17:15:43 +02:00
Timothy Z.
4b22bda09c feat: addon placeholder 2024-12-18 17:07:19 +02:00
Timothy Z.
1b997dfb83 Merge branch 'development' into feat/player-side-drawer 2024-12-18 12:21:21 +02:00
Tim
8fefc66521
Merge pull request #759 from Stremio/fix-outer-glow-problems
fix: toats outer glow problem with overflow
2024-12-18 11:16:44 +01:00
Timothy Z.
1d9f0fcb15 fix: toats outer glow problem with overflow 2024-12-18 12:00:19 +02:00
Timothy Z.
78a3771fcb
Merge pull request #756 from Stremio/feat/rewrite-sidedrawer-menu
refactor: rewrite sidedrawer to act like a menu
2024-12-18 11:45:12 +02:00
Timothy Z.
5249d1855f refactor(SideDrawerButton): styles 2024-12-18 11:35:19 +02:00
Timothy Z.
f1cb4c145a feat: add copyright + button mobile styles 2024-12-18 11:30:01 +02:00
Tim
609e407914 fix(Player): hide side drawer button when overlay hidden 2024-12-18 10:24:01 +01:00
Tim
c45cc8afe2 fix(Player): remove side-drawer-layer from overlayHidden 2024-12-18 10:22:15 +01:00
Timothy Z.
429dfc2f29 refactor: use cubic bezier easing 2024-12-18 10:53:20 +02:00
Tim
f6ed54f2f9 feat: add transition to side drawer 2024-12-18 09:38:38 +01:00
Tim
f9cb1a5fd2 refactor(Player): make SideDrawer act like a menu 2024-12-18 09:34:12 +01:00
Timothy Z.
3e9df761be
Merge pull request #758 from Stremio/fix/event-addon-modal
fix: styles on event modal
2024-12-17 17:09:35 +02:00
Timothy Z.
d353305428 remove: image on mobile landscape 2024-12-17 16:56:20 +02:00
Timothy Z.
7875e4ba99 fix: modal image sizing 2024-12-17 16:44:31 +02:00
Timothy Z.
99921c0db8 remove: uneccesary flex declaration 2024-12-17 15:33:46 +02:00
Timothy Z.
c2a4fb87bd fix: rename old class to align to new impl 2024-12-17 15:32:45 +02:00
Timothy Z.
d9a9fb2d4f fix: styles on event modal 2024-12-17 15:20:26 +02:00
Timothy Z.
72b7a370fc feat: rewrite sidedrawer to act like a menu 2024-12-16 19:25:31 +02:00
Timothy Z.
1555e05d6b (revert): removal of useeffect | sidedrawer states 2024-12-16 17:08:23 +02:00
Timothy Z.
9b4e3e83b1 remove: unused prop 2024-12-16 16:38:24 +02:00
Timothy Z.
f8d9d0d838 fix(info container): height in landscape mode 2024-12-16 16:37:10 +02:00
Timothy Z.
297b8f172d refactor: keep the DOM organised 2024-12-16 16:32:03 +02:00
Tim
3dc0e37e02
Merge pull request #748 from Stremio/refactor/remove-addons-button-horizontal-navbar
refactor: remove addons button horizontal navbar
2024-12-16 14:01:32 +01:00
Timothy Z.
1788a95f24 fix: strange positioning on movies 2024-12-16 14:19:50 +02:00
Timothy Z.
dd53dcc4b3 Merge branch 'development' into feat/player-side-drawer 2024-12-16 14:14:15 +02:00
Tim
afe21186e3 5.0.0-beta.14 2024-12-16 12:41:14 +01:00
Tim
1090fdb504
Merge pull request #755 from Stremio/fix/calendar-hover-pointer
fix(Calendar): hover only on pointer fine
2024-12-16 12:37:23 +01:00
Tim
aba6c48281 fix(Calendar): hover only on pointer fine 2024-12-16 12:34:57 +01:00
Tim
85752239ea
Merge pull request #752 from Stremio/fix/color-input-styles
fix: colorInput component styles
2024-12-16 12:18:59 +01:00
Tim
d3b7482d2d
Merge pull request #754 from Stremio/fix/bottom-sheet-ipad-pro
fix(BottomSheet): was hidden on ipad pro in portait mode
2024-12-16 12:17:08 +01:00
Tim
16b43933a6
Merge pull request #753 from Stremio/fix/mutliselect-menu-height-settings
fix: use the default height set in the component
2024-12-16 12:16:44 +01:00