Timothy Z.
dab4205988
refactor(app styles): env vars changes
2024-12-21 22:57:55 +02:00
Timothy Z.
561896b611
remove(SearchBar): remove fixed width
...
- .search-container
2024-12-21 22:39:37 +02:00
Timothy Z.
9c2b9da9bf
refactor(app toasts): styles
2024-12-21 22:39:07 +02:00
Timothy Z.
72d9a6b36f
fix(app): styles for the bottom-overlay-size
...
- use rem instead of px
- make the bottom-overlay-size adjustments
2024-12-21 22:35:42 +02:00
Timothy Z.
a8609da7da
refactor(MetaDetails): styles + performance
...
- use useMemo for the bg render check
2024-12-21 22:26:33 +02:00
IEduStu
9ca41aa8c0
feat: improve mobile design
2024-12-21 22:18:29 +02:00
Timothy Z.
96ceafa458
remove(app styles): variable which was repeated
...
- var(--selectable-inputs-assumed-height) removed in favor of reusing
var(--top-overlay-size)
- fixed the bottom overlay size
2024-12-21 22:11:13 +02:00
Timothy Z.
fb1a043e1d
refactor(MetaDetails): use rem instead
...
- remove unused nav-bar-size declaration
2024-12-21 21:57:47 +02:00
Timothy Z.
ef153fab4b
refactor(Discover): remove inline var
2024-12-21 21:56:01 +02:00
Timothy Z.
d29375c31b
refactor(Discover): use global vars
2024-12-21 21:55:40 +02:00
Timothy Z.
d7a4deadaa
refactor(Addons): use global vars
2024-12-21 21:55:26 +02:00
Timothy Z.
3a67df5791
refactor(app): add vars used across the app
2024-12-21 21:55:11 +02:00
Timothy Z.
896950cff0
refactor(Board): styles
...
- removed use of px
2024-12-21 21:46:45 +02:00
Timothy Z.
d7776f6d98
refactor(Addons): styles
...
- removed use of px
- creates less native variables
-removed unnecessary vars
2024-12-21 21:44:00 +02:00
Timothy Z.
dd8791d589
refactor(StreamingServerWarning): styles
...
- removed the use of px values since these might be problematic on some devices
- sticking to rem as the best way of defining sizes
- reusing the global variable approach according screen sizes
- added spacing
- improved border-radius handling
2024-12-21 21:24:39 +02:00
Timothy Z.
39cb89b0b0
refactor: update the copyrights (1)
2024-12-21 20:56:25 +02:00
Timothy Z.
77657929e8
refactor(HorizontalNavbar): add missing space
2024-12-21 20:55:37 +02:00
Timothy Z.
4f4b46c9f1
refactor(MainNavbars): use less variables
...
this ensures we utilize built in less style variables at the top of the file to avoid inline variable declarations
2024-12-21 20:53:36 +02:00
Timothy Z.
8e4fcc1a6e
fix: image was not visible on some iPads
2024-12-21 18:02:29 +02:00
Timothy Z.
055ac1d873
remove: webkit properties on button
...
touch-callout is not supported well and might cause problems, clearly written not to use in production;
highlight color not needed since we use it on global html
2024-12-21 15:41:27 +02:00
Timothy Z.
45ed5254ea
add: calculated-bottom-safe-inset
...
this will allow us to reuse in the app without importing globals file
2024-12-21 15:40:35 +02:00
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