Tim
dbbf12c491
fix(Player): subtitles tracks layout
2024-12-27 11:56:36 +01:00
Tim
e82632be2f
Merge pull request #774 from Stremio/refactor/improve-tracks-language-label
...
Player: improve language tracks
2024-12-27 11:49:33 +01:00
Tim
702452fc2b
refactor: improve tracks language labels
2024-12-26 16:50:31 +01:00
Tim
cd9fdc59f5
Merge pull request #739 from Stremio/refactor/player-audio-menu
...
Player: move audio tracks to their own menu
2024-12-26 14:42:19 +01:00
Tim
2eec7ed844
Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/player-audio-menu
2024-12-24 15:04:15 +01:00
Tim
e74924bda9
Merge pull request #735 from Stremio/feat/player-side-drawer
...
feat: Side Drawer component implementation inside the Player
2024-12-24 14:57:02 +01:00
Tim
c83f3e8ded
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-side-drawer
2024-12-24 14:52:33 +01:00
Tim
2da51b7b51
Merge pull request #773 from Stremio/fix/external-subtitles-offset-shell
...
fix: external subtitles offset with shell
2024-12-24 14:40:51 +01:00
Tim
cd1cdf2172
fix: external subtitles offset with shell
2024-12-24 12:28:02 +01:00
Tim
dc7de13a2c
5.0.0-beta.15
2024-12-23 17:15:32 +01:00
Tim
5a58043b6b
Merge pull request #770 from Stremio/fix/library-item-progress
...
Fix library item progress
2024-12-23 17:13:33 +01:00
Tim
fe8ad254cf
Merge pull request #772 from Stremio/fix/streams-container-scroll-position
...
fix: scroll top safari issues
2024-12-23 17:13:15 +01:00
Timothy Z.
7b930f439a
fix: scroll top safari issues
2024-12-23 18:06:17 +02:00
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
Timothy Z.
8e4fcc1a6e
fix: image was not visible on some iPads
2024-12-21 18:02:29 +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