Tim
8b29dd4e02
chore: update stremio-core-web
2024-12-23 16:57:27 +01:00
Alexandru Branza
5e25b18815
Merge pull request #771 from Stremio/fix/streams-container-scroll-position
...
fix(StreamsList): streams-container scroll position
2024-12-23 17:43:45 +02:00
Timothy Z.
91a92a0a32
rename(StreamsList): ref name
2024-12-23 17:24:29 +02:00
Tim
b3b072f70f
chore: update core-web
2024-12-23 16:22:26 +01:00
Timothy Z.
87a07f28db
fix(StreamsList): streams-container scroll position
2024-12-23 17:21:06 +02:00
Tim
95682f63e6
chore: update stremio-translations
2024-12-23 16:20:21 +01:00
Tim
b41a8f740f
chore: update stremio-core-web
2024-12-23 15:39:22 +01:00
Alexandru Branza
4ae93d081f
Merge pull request #769 from Stremio/poster-sharpness
...
Fix Poster Sharpness
2024-12-23 15:52:44 +02:00
Alexandru Branza
30b7588236
Fix Poster Sharpness
...
Chrome (on Windows only) was showing the posters with high sharpness, this made it hard to read text on some posters (including the title), this one css style seems to fix it, and I didn't notice it impacting other cases yet.
2024-12-23 14:26:51 +02:00
Tim
22b877f2f6
chore: update stremio-video
2024-12-23 12:00:37 +01:00
Tim
09ff695f03
chore: update stremio-video
2024-12-23 10:56:23 +01:00
Tim
f4e024848d
Merge pull request #767 from Stremio/chore/webpack-improve-build-time
...
chore: improve webpack build time
2024-12-22 16:08:52 +01:00
Tim
734c384efa
chore: improve webpack build time
2024-12-22 14:19:07 +01:00
Timothy Z.
17effe0e81
Merge pull request #764 from Stremio/fix/modal-popup-horizontal-styles
...
fix: modal image was not visible on some macbooks
2024-12-22 00:19:24 +02:00
Tim
d589b67f85
feat(Addons): make addons actions one click
2024-12-21 23:14:48 +01:00
Timothy Z.
fbebd9bbd4
refactor(Library): use rem instead of px
2024-12-21 23:14:49 +02:00
Timothy Z.
7c23ab5585
refactor(HorizontalNavbar): use rem & use vars
2024-12-21 23:14:37 +02:00
Timothy Z.
c49ae8d595
refactor(MetaDetails): use rem instead of px
2024-12-21 23:14:12 +02:00
Timothy Z.
3d29fefa7c
refactor(copyright): update copyright info
2024-12-21 23:10:16 +02:00
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