Tim
|
f9cb1a5fd2
|
refactor(Player): make SideDrawer act like a menu
|
2024-12-18 09:34:12 +01: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 |
|
Timothy Z.
|
1788a95f24
|
fix: strange positioning on movies
|
2024-12-16 14:19:50 +02:00 |
|
Timothy Z.
|
b8a5e60374
|
refactor: button position moved to right
|
2024-12-13 16:33:43 +02:00 |
|
Timothy Z.
|
444152a09b
|
refactor: closer button logic and width on mobile
|
2024-12-13 13:30:59 +02:00 |
|
Timothy Z.
|
47464ceed0
|
feat: add close button
|
2024-12-13 13:06:57 +02:00 |
|
Timothy Z.
|
7a39c40a54
|
remove: unused var
|
2024-12-13 12:54:55 +02:00 |
|
Timothy Z.
|
5eb0c01536
|
fix: videos height
|
2024-12-12 19:19:24 +02:00 |
|
Timothy Z.
|
6c34c6fd61
|
fix: use flex instead of height attribute
|
2024-12-12 19:14:56 +02:00 |
|
Timothy Z.
|
10838315d8
|
fix: use dvw for width instead of %
|
2024-12-12 19:10:40 +02:00 |
|
Timothy Z.
|
f97b5f1d69
|
refactor: import hooks on top of the file
|
2024-12-12 18:51:33 +02:00 |
|
Timothy Z.
|
483273aacd
|
fix: menu-layer mobile issues
|
2024-12-10 20:31:55 +02:00 |
|
Timothy Z.
|
de290823e6
|
fix: speed menu overflow issue
|
2024-12-10 20:31:38 +02:00 |
|
Timothy Z.
|
3fc1e2c191
|
fix: action-buttons-container margin issue
|
2024-12-10 20:31:23 +02:00 |
|
Timothy Z.
|
c3d506c749
|
fix: padding on MetaPreview
|
2024-12-10 19:48:43 +02:00 |
|
Timothy Z.
|
cc046ce48a
|
refactor: fix iOS overflow issues
|
2024-12-10 19:12:41 +02:00 |
|
Timothy Z.
|
d5b8dc9480
|
Merge branch 'fix/player-mark-video-as-watched' into feat/player-side-drawer
|
2024-12-10 13:58:19 +02:00 |
|
Timothy Z.
|
5a422b5b33
|
refactor (styles): landscape mode on mobile
|
2024-12-09 18:05:10 +02:00 |
|
Timothy Z.
|
d9cec1205c
|
refactor(styles): use dvh to respect safe areas
dvh solves an issue where without fullscreen not all videos in the list are fully visible since vh does not count the safe / unsafe area
|
2024-12-09 17:39:55 +02:00 |
|
Timothy Z.
|
8e42bb0d1d
|
refactor(styles): videos height
|
2024-12-09 17:22:37 +02:00 |
|
Timothy Z.
|
36bae5221a
|
refactor(styles): orientation UI tweaks
|
2024-12-09 16:20:47 +02:00 |
|
Timothy Z.
|
cbffdfa33c
|
refactor(styles): mobile UI adjustments (3)
|
2024-12-09 16:01:25 +02:00 |
|
Timothy Z.
|
7d2c5118b3
|
refactor(styles): more mobile adjustments
|
2024-12-09 15:59:09 +02:00 |
|
Timothy Z.
|
e372b89566
|
refactor: mobile UI improvements
|
2024-12-09 15:24:10 +02:00 |
|
Timothy Z.
|
2b03b087f2
|
fix: ts error for the inert attribute
|
2024-12-09 12:30:47 +02:00 |
|
Tim
|
41be4528ff
|
fix: don't spread Video component props
|
2024-12-09 09:06:03 +01:00 |
|
Tim
|
8098bc5c33
|
fix: mark video as watched on player
|
2024-12-08 13:57:40 +01:00 |
|
Timothy Z.
|
888b008cae
|
refactor: simlifications, fix arrows
|
2024-12-06 15:37:23 +02:00 |
|
Timothy Z.
|
61c578160b
|
refactor(SideDrawer): simplify the conditionals
|
2024-12-06 14:48:50 +02:00 |
|
Timothy Z.
|
a81792ea5d
|
remove: InfoMenu and VideosMenu
|
2024-12-06 14:45:25 +02:00 |
|
Timothy Z.
|
a726ffb60d
|
feat: init side drawer component
|
2024-12-06 14:39:16 +02:00 |
|
Timothy Z.
|
7087033522
|
fix: typo of toggle
|
2024-11-29 12:17:38 +02:00 |
|
Tim
|
9ea6c82619
|
Merge pull request #645 from Stremio/feat/seek-player-action
feat(player): add seek action and handle seeking player state
|
2024-11-28 09:56:37 +01:00 |
|
Tim
|
96a15dfbf6
|
refactor(Player): format type declaration
|
2024-11-28 09:23:10 +01:00 |
|
Tim
|
9fc13d2c55
|
refactor(Player): remove unecessary comments
|
2024-11-28 09:20:11 +01:00 |
|
Tim
|
941d8d7822
|
refactor(Player): remove unecessary dep onSeekRequested callback
|
2024-11-28 09:18:47 +01:00 |
|
Tim
|
bd6367ef50
|
refactor(Player): core seek action
|
2024-11-26 18:20:59 +01:00 |
|
Lachezar Lechev
|
6ead608086
|
fix(payer): Seekbar action and arrow keys for Seek action
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
|
2024-11-25 15:41:23 +02:00 |
|
Tim
|
efc2667c1d
|
Merge pull request #688 from ArtificialSloth/feat/subtitles-track-label
feat: Add label to subtitle tracks
|
2024-11-20 15:35:01 +01:00 |
|
ArtificialSloth
|
0b40ffe4b7
|
Merge branch 'feat/subtitles-track-label' of https://github.com/ArtificialSloth/stremio-web into feat/subtitles-track-label
|
2024-11-20 05:56:16 -05:00 |
|
ArtificialSloth
|
b07e10fe2b
|
handle text overflow for track origin.
|
2024-11-20 05:56:14 -05:00 |
|
ArtificialSloth
|
18359aa42d
|
Update src/routes/Player/SubtitlesMenu/SubtitlesMenu.js
Co-authored-by: Timothy Z. <timothy@stremio.com>
|
2024-11-20 05:40:02 -05:00 |
|
ArtificialSloth
|
ffdb2fd5d4
|
Swap origin and label, add fallback for url check, translate origin, and handle text overflow for long labels
|
2024-11-20 05:26:48 -05:00 |
|
Timothy Z.
|
feb84ef4c4
|
refactor: use single quote strings
|
2024-11-18 15:52:28 +02:00 |
|
Timothy Z.
|
06e43968c9
|
refactor: add checks to call setter when needed
|
2024-11-18 15:49:48 +02:00 |
|
Lachezar Lechev
|
2b4e616701
|
Merge branch 'development' into feat/seek-player-action
|
2024-11-18 14:53:09 +02:00 |
|