Commit graph

640 commits

Author SHA1 Message Date
Timothy Z.
90a313af8d refactor: move dom position 2024-05-17 11:54:23 +03:00
Timothy Z.
1e5e87ca38 refactor: remove z-index + fix delay 2024-05-17 11:23:06 +03:00
Timothy Z.
b1020724d9 refactor: lower img opac. to be sure err visible 2024-05-16 17:41:02 +03:00
Timothy Z.
363107de68 refactor: image styles 2024-05-16 13:19:12 +03:00
Timothy Z.
0584618b66 feature: background splash screen on load 2024-05-16 13:15:56 +03:00
Timothy Z.
a659e88cfa refactor: make sure error is not thrown when null 2024-05-13 16:24:55 +03:00
Timothy Z.
afde589963 refactor: use llength as the condition 2024-05-13 16:14:19 +03:00
Timothy Z.
36e3cf3a84 refactor: change the rendering condition 2024-05-13 16:05:02 +03:00
kKaskak
f4531177d5 fix: videos menu rendering conditions 2024-04-22 14:08:17 +03:00
kKaskak
65edf59d17 fix: remaining time tabindex 2024-03-25 20:29:04 +02:00
Arpit Batra
10e37a9889
Update src/routes/Player/ControlBar/SeekBar/SeekBar.js
Co-authored-by: Timothy Z. <117831817+kKaskak@users.noreply.github.com>
2024-03-19 19:59:35 +05:30
Arpit Batra
d3e0ff2437 Update SeekBar component to toggle between total time and remaining time 2024-03-18 12:18:59 +05:30
Arpit Batra
dbd98750e7 Add Button component to SeekBar.js 2024-03-13 11:05:38 +05:30
Arpit Batra
7f6cc0ef15 Update SeekBar component to display remaining time when duration mode is changed 2024-03-12 23:33:48 +05:30
Alexandru Branza
445693508e ensure stremio-server is loaded before loading a video 2024-02-25 16:22:48 +02:00
kKaskak
6ed892ad12 refactor: implement useMemo for the iconName 2024-02-13 19:29:14 +01:00
kKaskak
15cdd4f70a refactor: simplify the logic 2024-01-17 23:04:34 +02:00
kKaskak
69e90e8d8b refactor: moved & refactored the logic to the component 2024-01-17 20:24:20 +02:00
kKaskak
4ce1ee7a6a refactor: add a conditional to the indicator 2024-01-10 18:15:07 +02:00
kKaskak
fd5be6985d feature: VolumeChangeIndicatorImplementation 2024-01-10 17:56:22 +02:00
Tim
8e1ab43563 refactor(ControlBar): remove unecessary callbacks 2024-01-05 11:47:31 +01:00
Tim
cdff875412 refactor(Player): remove unecessary element 2024-01-04 19:18:06 +01:00
Tim
724260886d refactor(Player): move player immersed to a useMemo 2024-01-04 13:56:40 +01:00
Tim
ed6ed15a74 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/video-player 2024-01-04 13:42:01 +01:00
Tim
d0d4ef25eb fix: external player stream logic 2023-12-20 07:36:11 +01:00
Tim
0463cb109f refactor(Player): update to latest core changes 2023-12-14 21:19:21 +01:00
unclekingpin
be2e73159b Merge branch 'development' of github.com:Stremio/stremio-web into surround_sound_enabled 2023-12-07 01:56:58 -08:00
Tim
1b4a8c1028 Merge branch 'development' of https://github.com/Stremio/stremio-web into refactor/video-player 2023-12-06 14:19:40 +01:00
Tim
fc67815d57 fix(Player): check nextVideoPopupOpen for shortcuts 2023-12-06 13:01:53 +01:00
Tim
d862b96946 fix(Player): getStatistics condition check 2023-12-06 12:58:12 +01:00
Tim
8ecca49b00 refactor(Player): move error to component 2023-12-06 12:54:08 +01:00
Tim
b5d259df29 refactor(Player): simplify menus logic 2023-12-06 12:33:58 +01:00
Tim
f2a154de13 fix(Player): useStatistics issue 2023-12-06 12:19:20 +01:00
Tim
da3f1892b6 refactor(Player): create useVideo hook 2023-12-06 12:06:38 +01:00
Tim
87b6278894 refactor(Player): move statistics logic to a hook 2023-11-27 19:15:44 +01:00
Lachezar Lechev
b68465cca5
feat: Player - dispatch NextVideo action to core
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2023-11-27 15:35:24 +02:00
unclekingpin
3ddaa0b553 remove the support for maxAudioChannels query param 2023-11-25 08:47:41 -08:00
unclekingpin
09607f3a2e set maxAudioChannels based on surround sound setting 2023-11-25 08:46:18 -08:00
Tim
db3d962798
Merge pull request #502 from Stremio/streaming-server-can-play
Update stremio-video
2023-11-06 15:14:58 +01:00
kKaskak
ef4008ae22 refactor: changed the conditional rendering value 2023-11-06 16:12:43 +02:00
kKaskak
e8c8441e3b prop validation deleted 2023-11-06 16:09:53 +02:00
kKaskak
83ac7c6480 refactor: used metaItem.name instead of passing a prop 2023-11-06 16:09:13 +02:00
kKaskak
35a6843e26 feature: implemented the new pop-up design 2023-11-06 14:40:47 +02:00
unclekingpin
8b8fbc6f88 omit chrome check from maxAudioChannels expr 2023-11-05 07:45:25 -08:00
unclekingpin
557ea31372 send correct mediaCapabilities to stremio-video 2023-11-05 01:07:23 -08:00
kKaskak
e207294a4f feature: seek and seek shift skip 2023-10-31 22:29:29 +02:00
Tim
1b0ac128d1 refactor(Player): improve history for next video 2023-10-31 11:27:26 +01:00
kKaskak
1aeb8637cd refactor: implementation idea changed 2023-10-24 13:59:27 +03:00
kKaskak
bd231ce932 refactor: changed imp approach 2023-10-19 14:16:52 +03:00
kKaskak
517d30f527 refactor: added a prop to slider to fix the volume bar circle color issue 2023-10-19 11:42:58 +03:00