stremio-web/src/routes/Player
Lachezar Lechev 20bbe12a8a
fix: Player - TimeChanged & Seek duration now has Math.max(0, x)
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 22:04:57 +03:00
..
AudioMenu refactor: move components to their own folder 2024-12-31 18:34:22 +01:00
BufferingLoader refactor: use dedicated component for context menu 2025-03-19 18:30:08 +01:00
ControlBar fix(Player): on options menu open crash 2025-04-10 16:46:19 +03:00
Error refactor: use dedicated component for context menu 2025-03-19 18:30:08 +01:00
Indicator fix(Player): hide indicator if subtitles menu is open 2025-07-03 11:22:14 +02:00
NextVideoPopup fix(MetaDetails): added missing translation keys 2025-05-23 18:03:47 +03:00
OptionsMenu feat(Player): add option to download subtitles 2025-07-02 15:31:56 +02:00
SideDrawer fix: Transition transitionEnded prop error 2025-07-03 11:56:06 +02:00
SideDrawerButton refactor: remove unecessary props 2025-03-19 19:23:40 +01:00
SpeedMenu refactor: move components to their own folder 2024-12-31 18:34:22 +01:00
StatisticsMenu fix: replace all remaining untranslated strings with translation keys 2025-05-28 17:17:34 +03:00
SubtitlesMenu feat: support holding click for subtitles settings 2025-07-03 08:45:22 +02:00
Video refactor: use dedicated component for context menu 2025-03-19 18:30:08 +01:00
VideosMenu refactor: move components to their own folder 2024-12-31 18:34:22 +01:00
VolumeChangeIndicator chore: ControlBar & VolumeChangeIndicator show volume=0 with muted icon 2025-03-21 20:55:34 +02:00
index.js refactor: update copyright header year 2023-06-09 19:16:32 +02:00
Player.js Merge pull request #970 from Stremio/feat/player-subtitles-size-shortcuts 2025-07-07 14:33:37 +02:00
styles.less feat: add player subtitles delay shortcuts 2025-06-16 15:22:10 +02:00
usePlayer.d.ts refactor(Player): format type declaration 2024-11-28 09:23:10 +01:00
usePlayer.js fix: Player - TimeChanged & Seek duration now has Math.max(0, x) 2025-07-15 22:04:57 +03:00
useStatistics.js fix(Player): getStatistics condition check 2023-12-06 12:58:12 +01:00
useVideo.js Merge branch 'feat/right-click-context-menu' of https://github.com/Stremio/stremio-web into feat/right-click-context-menu 2025-03-19 18:46:15 +01:00