Commit graph

61 commits

Author SHA1 Message Date
Timothy Z.
fd4c9e73c8 refactor(MultiselectMenu): use value only 2025-06-03 12:34:14 +03:00
Botzy
42a55a254d Merge branch 'development' into feat/replace-multiselect-settings 2025-05-22 17:00:30 +03:00
Timothy Z.
1d8401e4df feat(Settings): allow disabling subs globally 2025-05-19 10:56:28 +03:00
Timothy Z.
69ee1da68e Merge branch 'development' into feat/replace-multiselect-settings 2025-04-15 14:45:32 +03:00
Tim
bbb26717c5 feat(shell): implement pause on minimize setting 2025-04-01 16:36:00 +02:00
Botzy
7adfa8ff39 refactor(Settings): rename blurUnwatchedImage to hideSpoilers 2025-03-14 18:20:16 +02:00
Botzy
baf3a92693 feat(Settings): added blurUnwatchedImage prop to profile settings 2025-03-14 17:47:36 +02:00
Botzy
4b64439271 Merge branch 'feat/replace-multiselect-settings' of github.com:Stremio/stremio-web into feat/replace-multiselect-settings 2025-03-10 14:57:59 +02:00
Botzy
5f8aaf395d fix(Settings): display name of default UI language option 2025-03-10 14:41:16 +02:00
Timothy Z.
48e07c3008 Merge branch 'development' into feat/replace-multiselect-settings 2025-03-05 12:03:48 +01:00
Botzy
7ea974f1da refactor(Settings): use MultiselectMenu instead Multiselect 2025-02-28 17:49:20 +02:00
Tim
a4ee4db1b8 feat: add quit on close setting for shell 2025-02-19 11:05:09 +01:00
Timothy Z.
d12766ecad feat: Support Multiple Server URLs in the settings 2024-10-21 17:13:46 +03:00
Tim
3c517f6a32 fix: replace platform by usePlatform 2024-09-27 10:59:48 +02:00
Tim
d0d4ef25eb fix: external player stream logic 2023-12-20 07:36:11 +01:00
Tim
63d0a44fc7 refactor(Settings): external player options 2023-12-18 14:49:11 +01:00
Tim
f0f11d15ba Merge branch 'development' of https://github.com/Stremio/stremio-web into add-iina-mpv 2023-12-18 14:34:41 +01:00
kKaskak
2c83478ac0 refactor: correctly translate externalPlayer label 2023-11-28 12:35:54 +02:00
unclekingpin
b9efa02727 surround sound checkbox added to settings 2023-11-25 08:40:24 -08:00
kKaskak
a576a53dc9 feature: esc key 2023-10-31 22:40:45 +02:00
kKaskak
e207294a4f feature: seek and seek shift skip 2023-10-31 22:29:29 +02:00
kKaskak
05321aa103 added esc key and short shift rewind 2023-10-31 21:47:32 +02:00
Tim
32aee9de6a refactor: update copyright header year 2023-06-09 19:16:32 +02:00
Alexandru Branza
eb4ad0a759 Lint 2023-05-31 10:23:11 +03:00
Alexandru Branza
df675d8624 Use Translations 2023-05-31 09:51:47 +03:00
Alexandru Branza
d709f2c741 Add Select Options for External Players 2023-05-30 16:52:05 +03:00
Alexandru Branza
50fc9b8a48 Use New Player Setting From Core 2023-05-29 16:44:52 +03:00
Tim
fed28bf6ea refactor: translate remaining strings 2022-12-16 16:03:26 +01:00
Tim
fc0dff4ec2 feat: implement interface language 2022-12-14 21:36:09 +01:00
Tim
b51f607ffe feat: add next video popup duration setting 2022-11-28 12:37:45 +01:00
Tim
daf39c810d Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-default-audio-track 2022-11-28 11:03:55 +01:00
nklhrstv
537911e3e8 drop useDeepEqualMemo 2022-11-26 14:20:24 +02:00
Tim
a198fe635b refactor(Settings): add audio language setting for player 2022-11-03 01:56:47 +01:00
nklhrstv
183a0816fa remove not used deep_equal hooks 2022-07-12 11:05:24 +03:00
core1024
aa6a2ed320
Update all file's copyright 2022-04-08 17:55:20 +03:00
nklhrstv
4df2da82c9 use seconds label in the multiselect options 2021-07-20 18:05:16 +03:00
nklhrstv
c7d13fbaf3 seekTimeDurationSelect renamed 2021-07-20 18:04:13 +03:00
Tim
bb73cd8695 refactor: convert seekTimeDuration to ms 2021-07-19 16:18:55 +02:00
Tim
c11caaacd0 refactor(Settings): remove seekTimeShiftDuration 2021-07-16 10:44:47 +02:00
Tim
ed51814c27 refactor(Settings): add seek time properties 2021-06-20 10:43:12 +02:00
svetlagasheva
279b6ae48f parseInt with base 10 used 2020-11-26 17:41:38 +02:00
nklhrstv
bd8a6e75e8 useProfileSettingsInputs uses camel case for core prop names 2020-10-23 14:19:31 +03:00
nklhrstv
7386300907 not needed renderLabelText removed 2020-09-15 18:00:46 +03:00
nklhrstv
7b7a041d77 adapt streamig server url input with changes in core 2020-08-13 17:31:58 +03:00
nklhrstv
47a41ad5b4 Merge branch 'development' of github.com:Stremio/stremio-web into configure-server-url 2020-08-13 17:31:39 +03:00
nklhrstv
3570be6d3c use old core api 2020-08-13 13:12:16 +03:00
nklhrstv
a7758e0bd1 move communication with core in useProfileSettingsInputs 2020-08-13 12:32:43 +03:00
Tim
06d48114b0 move server url input dispatch into modal callback 2020-06-04 08:17:37 +02:00
Tim
d7ce3555af change streaming server url from settings 2020-05-29 12:23:52 +02:00
nklhrstv
4868e9521f Core transport decoupled from Core service 2020-05-15 17:26:33 +03:00