Commit graph

28 commits

Author SHA1 Message Date
askmanu[bot]
ea1825eaee
Added reference documentation for: src/routes/Player/SideDrawer/SideDrawer.tsx 2025-10-15 20:31:28 +00:00
Tim
595dfb22a3 fix: Transition transitionEnded prop error 2025-07-03 11:56:06 +02:00
Timothy Z.
a3c895dfc6 refactor(SideDrawer): simplify refs handing 2025-06-20 12:08:55 +03:00
Abdalrzag Eisa
82783a4de7
only scroll if transitionEnded is true 2025-06-20 07:08:08 +03:00
Abdalrzag Eisa
5f106f49d3
fix: SideDrawer glitched element movement.
Even when using `onTransitionEnd`, the `scrollIntoView` problem persists.
The solution that i found is to use `requestAnimationFrame` two times,
turns out that's enough time after the component mounts to fix the problem.
2025-06-14 23:18:08 +03:00
Abdalrzag Eisa
dfaba09ef2
clear up naming 2025-06-14 22:50:47 +03:00
Abdalrzag Eisa
f7f9e6a408
remove container and use forwardRef 2025-06-14 22:42:14 +03:00
Abdalrzag Eisa
dad52d61ed
use onTransitionEnded and remove setTimeout 2025-06-14 22:24:09 +03:00
Abdalrzag Eisa
524bcd90da
automatically jump to video on mount, remove button 2025-06-14 02:38:11 +03:00
Abdalrzag Eisa
40871dc8f2
Add button jump-to-currently-playing-video 2025-06-13 21:59:19 +03:00
Tim
c08bed630d
fix(Player): use Player action for MarkSeasonAsWatched
Co-authored-by: Timothy Z. <timothy@stremio.com>
2025-02-15 07:27:24 +01:00
Tim
6e00a3384c feat: add mark season as watched for videos 2025-01-22 18:39:45 +01:00
Tim
003881d06d refactor: move components to their own folder 2024-12-31 18:34:22 +01:00
Timothy Z.
f1cb4c145a feat: add copyright + button mobile styles 2024-12-18 11:30:01 +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.
72b7a370fc feat: rewrite sidedrawer to act like a menu 2024-12-16 19:25:31 +02:00
Timothy Z.
9b4e3e83b1 remove: unused prop 2024-12-16 16:38:24 +02:00
Timothy Z.
297b8f172d refactor: keep the DOM organised 2024-12-16 16:32:03 +02:00
Timothy Z.
47464ceed0 feat: add close button 2024-12-13 13:06:57 +02:00
Timothy Z.
f97b5f1d69 refactor: import hooks on top of the file 2024-12-12 18:51:33 +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.
7d2c5118b3 refactor(styles): more mobile adjustments 2024-12-09 15:59:09 +02:00
Timothy Z.
2b03b087f2 fix: ts error for the inert attribute 2024-12-09 12:30:47 +02: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.
a726ffb60d feat: init side drawer component 2024-12-06 14:39:16 +02:00