Commit graph

5032 commits

Author SHA1 Message Date
Tim
7cd49b516f refactor(Settings): move interface settings to dedicated section 2026-01-20 22:01:33 +01:00
Tim
5aaee64549 chore: add new interface languages
Some checks are pending
Build / build (push) Waiting to run
2026-01-20 21:39:03 +01:00
Lachezar Lechev
e11366b374
fix(streams): copy stream link returns streamable url
feat(streams): add copy download link

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2026-01-15 17:58:43 +02:00
Tim
64b13d6092 chore: move assets to dedicated folder 2026-01-14 04:39:34 +01:00
Tim
a11df877a6 chore: remove deprecated webpack-pwa-manifest 2026-01-14 04:15:41 +01:00
Tim
9dbf950a40 chore: replace deprecated lodash.isequal 2026-01-14 03:12:15 +01:00
Tim
55b86179ca Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/ass-subtitles-styling-setting 2026-01-13 18:21:31 +01:00
Tim
3e8c9999fe refactor(Settings): move ASS subtitles setting to advanced 2026-01-13 18:19:37 +01:00
Tim
fc2d906a42 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-mute-shortcut-2 2026-01-10 00:56:47 +01:00
Tim
c15ca17d2d
Merge pull request #1097 from Stremio/refactor/player-shortcuts
Dev: use shortcuts provider on player
2026-01-09 23:21:16 +01:00
Timothy Z.
80066b2f3f chore: update styles after trakt icon change 2025-12-31 17:31:37 +02:00
Coolkie
84a172d1bf fix(Ratings): move backdrop filter to ratings container 2025-12-26 08:24:04 +00:00
Coolkie
6fbc08a720 fix(Ratings): add backdrop filter to icon container 2025-12-25 17:57:57 +00:00
Tim
c9a40aabd7 refactor: use shortcuts provider on player 2025-12-18 13:46:05 +01:00
Lachezar Lechev
7046622fb6
feat: player - mute shortcut
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-12-17 14:15:06 +02:00
Timothy Z.
b5bd75fd94 Update styles.less 2025-12-16 11:47:58 +02:00
Timothy Z.
16b2eb8d17 chore: revert change 2025-12-16 11:47:24 +02:00
Botzy
c4ab2dc546 fix(Video): always show border of selected video 2025-12-16 11:00:04 +02:00
Timothy Z.
d21be690de chore: correct size 2025-12-15 17:29:07 +02:00
dexter21767-dev
6c7a2755fb update trakt logo styling 2025-12-15 16:17:49 +01:00
Lachezar Lechev
07d2744f66
feat(Addon): add addon shows toast if url is not valid
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-12-15 11:30:36 +02:00
Timothy Z.
bfb5c484fc
Merge pull request #1079 from sagarchaulagai/development
Some checks failed
Build / build (push) Has been cancelled
Settings: Fix incorrect tab highlighting
2025-12-10 11:52:13 +02:00
Sagar Prasad Chaulagain
88fca500f1 fixes #1078 2025-12-09 08:48:12 +05:45
Botzy
9a9cd2de12 fix: default title for addon type select 2025-12-08 17:06:50 +02:00
Botzy
a744932949 fix: correct check for showing streaming server warning 2025-12-03 16:53:00 +02:00
Sagar Prasad Chaulagain
8148a2f8fe fixes #1078 2025-12-01 13:23:09 +05:45
Sagar Prasad Chaulagain
6aef6e1d04 Added small tolerance of 10px, fixes #1078 2025-12-01 13:13:55 +05:45
Tim
cb74f3be65 fix(Settings): scroll sections error 2025-11-28 14:54:43 +01:00
Tim
4b10795113 fix(Settings): shortcuts layout issue on mobile 2025-11-28 14:02:10 +01:00
Tim
5e278a5244 refactor(Settings): remove shortcuts on mobile 2025-11-28 13:01:56 +01:00
Timothy Z.
199b00b290
Merge pull request #1054 from Stremio/fix/player-next-video-behaviour
Player: next video behavior
2025-11-27 18:25:47 +02:00
Timothy Z.
57b2632486 correct bingewatching use 2025-11-27 18:24:42 +02:00
Timothy Z.
12c36f4df3
Merge pull request #998 from Stremio/feat/stream-converted-source
Feat/stream converted source
2025-11-27 17:26:32 +02:00
Timothy Z.
a037afd983 fix(Slider): thumb movement 2025-11-27 16:42:20 +02:00
Timothy Z.
0c833330a1
Merge pull request #1059 from Stremio/feat/details-selected-video-styles
Some checks are pending
Build / build (push) Waiting to run
Details: improve selected video logic
2025-11-27 16:26:00 +02:00
Timothy Z.
5fe0353be5
Merge branch 'development' into fix/player-next-video-behaviour 2025-11-27 14:49:15 +02:00
Lachezar Lechev
3c8d62f3b6
fix: Player - video.load hook needs player.stream
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-11-27 13:03:29 +02:00
Lachezar Lechev
4c407392dd
fix(player): options video - download video should prefer downloadUrl instead of streamingUrl
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-11-27 12:14:02 +02:00
Lachezar Lechev
5f1841bfb8
fix: player and useStatistics - use player.stream
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-11-26 21:10:23 +02:00
Lachezar Lechev
4fba2a3770
Merge branch 'development' into feat/stream-converted-source 2025-11-26 20:01:19 +02:00
Tim
3bb7fc4dcc fix: meta preview import
Some checks failed
Build / build (push) Has been cancelled
2025-11-25 12:14:09 +01:00
Tim
af225b0135 fix: links label on meta preview 2025-11-21 10:00:53 +01:00
Tim
e8bee4997a feat: add ass subtitles styling setting 2025-11-21 09:11:35 +01:00
Neeraj TK
5eb55d3aaf Added the toggle subtitles shortcut 2025-11-14 17:45:45 +05:30
Neeraj TK
e1e6fe075b
Merge branch 'development' into feat/captions-shortkey 2025-11-14 17:32:10 +05:30
Timothy Z.
c0bc34eb40 fix(Player): binge disabled navigation back 2025-10-31 16:42:53 +02:00
Timothy Z.
75804bac10 refactor(Video): add scroll-margin 2025-10-30 18:21:40 +02:00
Timothy Z.
a9c77da3c4 feat(Details): improve selected video logic 2025-10-30 18:01:44 +02:00
Timothy Z.
b876c920fc fix: useVideo check current before destroying 2025-10-30 11:28:51 +02:00
Timothy Z.
000d5be639
Merge pull request #974 from Stremio/feat/details-scroll-to-last-watched-video
Some checks are pending
Build / build (push) Waiting to run
Details: Scroll to last watched video
2025-10-27 16:49:23 +02:00
Tim
00ebd6c4d0 fix(Player): media session trailers crash 2025-10-27 15:46:44 +01:00
Lachezar Lechev
7456e8f15a
chore: revert space added by formatter 2025-10-27 15:21:45 +02:00
Timothy Z.
e316b07649 refactor(Video): add !watched check 2025-10-27 12:41:05 +02:00
Timothy Z.
8ab582080d fix(Video): content shifts during scroll 2025-10-27 12:31:45 +02:00
Lachezar Lechev
3579a99df3
fix: settings - player - keep next video popup enabled regardless of bingeWatching setting
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-24 10:24:39 +03:00
Lachezar Lechev
3d163cf440
chore: player - clean up and use handleNextVideoNavigation
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-24 10:23:58 +03:00
Lachezar Lechev
54bcdf6360
Merge branch 'development' into fix/player-next-video-behaviour 2025-10-24 09:34:15 +03:00
Lachezar Lechev
1b15f0b5f1
fix: player - popup for next video should show up on disabled binge_watching
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-24 09:28:28 +03:00
Tim
cbc708bc64 chore: add missing interface languages
Some checks are pending
Build / build (push) Waiting to run
2025-10-23 20:41:44 +02:00
Timothy Z.
16877fa4bf Merge branch 'development' into feat/details-scroll-to-last-watched-video 2025-10-23 17:05:46 +03:00
Tim
e3c4bc14bb Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/video-mode-setting 2025-10-23 15:58:32 +02:00
Tim
5969bc9251
Merge pull request #1041 from Stremio/feat/shortcuts-modal
App: Add shortcuts modal
2025-10-23 15:57:34 +02:00
Timothy Z.
c416971d22
Merge pull request #1009 from actuallylost/chore/typos
chore: fix all typos and misspellings
2025-10-23 16:51:45 +03:00
Timothy Z.
72aa110d48
Merge pull request #1036 from v1ctorsales/fix/calendar-thumbnails
Calendar: Poster visibility improvements
2025-10-23 16:44:08 +03:00
Timothy Z.
309956b237
Merge pull request #1002 from ASiD-0/fix/#1000
Intro: make all text lowercase to match the rest
2025-10-23 16:35:02 +03:00
Lachezar Lechev
20c7ba672a
fix: player - redirect to next video player deeplink only if bingeWatching is enabled, else go to stream list
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-23 10:05:35 +03:00
Tim
7b2e5305e0 Merge branch 'development' of https://github.com/Stremio/stremio-web into chore/update-pull-user-from-api-action 2025-10-22 13:41:11 +02:00
Victor Sales
eb61ad6943 fix: remove unused mediaquery 2025-10-17 18:20:31 +03:00
Victor Sales
18617b32c9 refactor: reduce duplicated CSS using less variables 2025-10-17 17:45:53 +03:00
Lachezar Lechev
2de2e89446
fix: meta details - don't set streamPath if videoId is empty string
- fix season selection path inconsistencies

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-17 14:09:27 +03:00
Lachezar Lechev
ea69521912
fix: metaDetails redirect when route ends with /
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-17 12:46:46 +03:00
Victor Sales
0433da66c1 fix: point event none for tablets on portrait mode 2025-10-16 19:59:00 +03:00
Tim
2776741e8c feat(Player): pass platform name to video 2025-10-16 15:21:28 +02:00
Victor Sales
3e0308dff1 fix: align banners with day for small desktops 2025-10-15 20:45:46 +03:00
Victor Sales
4361792cae fix: adapt items display for mobile landscape 2025-10-15 20:36:13 +03:00
Victor Sales
83752eb647 fix(calendar): adaptive display and style fixes 2025-10-14 18:34:43 +03:00
Tim
5c3b2b0b22 refactor(Shortcuts): use json to declare shortcuts 2025-10-14 17:22:08 +02:00
Tim
0143bf914c feat: add video mode setting 2025-10-14 16:48:37 +02:00
Lachezar Lechev
91fbfc1178
fix: useFullscreen - catch exception on Firefox when using keyboard F shortcut in web
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-14 12:00:43 +03:00
Lachezar Lechev
56b60beedb
fix: useFullscreen - catch exception on Firefox when using keyboard F shortcut in web
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-10-14 11:39:28 +03:00
Victor Sales
d2d28be6de style(responsive): add @phone-landscape media query 2025-10-13 16:27:15 +03:00
Tim
a97dd01869 refactor(shortcuts): use Ctrl + / for shortcuts modal 2025-10-13 12:55:12 +02:00
Victor Sales
e74072ebd5 fix(calendar): disable banner click in phone-portrait mode 2025-10-13 13:40:13 +03:00
Tim
3eff7f0903 refactor(Player): use poster for media session artwork 2025-10-13 12:33:46 +02:00
Tim
122e43dbe5 refactor(Player): remove handling of media keys 2025-10-13 12:26:42 +02:00
Tim
910242b201 Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/player-media-session 2025-10-13 12:25:56 +02:00
Victor Sales
2e1ad64d02 refactor(calendar): replace fixed width with max-width for better banner scaling 2025-10-13 13:06:52 +03:00
Victor Sales
fb9497a856 feat(calendar): redesign calendar cell layout for responsiveness and banner support 2025-10-12 18:23:34 +03:00
Victor Sales
539a7ebc10 fix(calendar): align day and more indicator inline in narrow desktop viewports 2025-10-12 13:41:42 +03:00
Tim
9fa0e46423 feat: add shortcuts modal 2025-10-12 12:06:59 +02:00
Victor Sales
b40ef9f3dc fix(calendar): redesign cell layout with rows for desktop 2025-10-12 00:58:36 +03:00
Victor Sales
f2c7382729 fix(calendar): apply grid-auto-rows 1fr for equal row height 2025-10-11 22:55:26 +03:00
Victor Sales
a3a7e14d15 chore(calendar): remove duplicated aspect-ratio rule from CSS 2025-10-11 16:26:56 +03:00
Victor Sales
c35c7c06e9 style(calendar): normalize indentation and align with project style 2025-10-11 16:22:27 +03:00
Victor Sales
d8904bdb5a style(calendar): normalize indentation to match project formatting 2025-10-11 16:17:10 +03:00
Victor Sales
06365262d1 fix(calendar): improve poster visibility and responsive scaling 2025-10-11 16:05:14 +03:00
Timothy Z.
b7863bf319
Merge branch 'development' into chore/typos 2025-10-11 15:02:32 +03:00
Timothy Z.
d832a9c136 refactor(ActionButton): hide labels on mobile 2025-10-10 18:22:06 +03:00
PsyGuy007-sys
2dee307ac3 Add media key play/pause shortcuts 2025-10-08 09:29:55 +02:00
Tim
d38cf32773
Merge pull request #1016 from ckorber/pr/cause_args
Dev: Improve error logs
2025-10-07 21:24:46 +02:00