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
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
Christian
a0615bda42
Complete addition of cause argument
...
As mentioned in #296 error cast are now added with cause argument.
Signed-off-by: Christian <chr.korber@gmail.com>
2025-10-07 19:57:29 +02:00
Tim
19c6e042fb
Merge pull request #1018 from NachoLZ/feature/disable-service-worker
...
Dev: add option to disable service worker
2025-10-07 17:56:23 +02:00
Ignacio Lizana
57571cf1fc
fix: Handle boolean value for SERVICE_WORKER_DISABLED
...
The `webpack.EnvironmentPlugin` provides the default value for `SERVICE_WORKER_DISABLED` as a boolean (`false`).
The previous implementation only checked for the string `'true'`, which would fail to correctly identify the boolean `true` case, causing the feature to not work as intended when the variable was set without being explicitly a string.
This commit updates the conditional check to handle both the boolean `true` and the string `'true'` to ensure the service worker is reliably disabled.
Co-authored-by: Tim <tymmesyde@gmail.com>
2025-10-07 17:44:23 +02:00
Ignacio Lizana
670f119027
feat: add option to disable service worker
2025-10-07 15:57:14 +02:00
Tim
c26dac2154
feat(Player): add media session support
2025-10-06 14:49:50 +02:00
actuallylost
39bdb374e1
chore: remove unused no-var comment
2025-09-29 14:00:19 +03:00
actuallylost
67f5446030
chore: fix all typos and misspellings
2025-09-27 16:23:06 +03:00
Tim
90f834e893
Merge pull request #981 from asnaek/development
...
Build / build (push) Has been cancelled
Update SearchParamsHandler.js
2025-09-25 08:09:07 +02:00
Timothy Z.
10a98fcecf
chore: code styles
2025-09-23 23:45:57 +03:00
Aris Sidiropoulos
5bea8a83c6
fix(Intro): clean up unused css class
2025-09-19 16:45:25 +03:00
Aris Sidiropoulos
010f2e0390
fix(Intro): follow up commit, best practice solution
2025-09-19 11:43:36 +03:00
Christopher Drosos
83bb34e505
Update Intro.js added translatable error messages
2025-09-18 16:57:34 +03:00
Aris Sidiropoulos
cfa99f0e38
fix(Intro): make all text lowercase to match the rest
2025-09-17 20:11:35 +03:00
Lachezar Lechev
88ed546414
chore: change PullUserFromAPI action and include args
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-09-10 21:35:38 +03:00
a snaek
f271c97502
Merge branch 'Stremio:development' into development
2025-09-10 16:44:39 +02:00
Lachezar Lechev
672dbdeb28
Merge branch 'development' into feat/stream-converted-source
2025-09-04 18:26:53 +03:00
Lachezar Lechev
d177f86018
chore: change PullUserFromAPI action and include args
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-09-03 12:07:30 +03:00
Timothy Z.
8000a7089a
fix(Search): dynamic view calc
2025-08-25 17:23:48 +03:00
Timothy Z.
36721b40f1
fix(MetaPreview): button positioning
2025-08-25 14:56:23 +03:00
a snaek
80f25b8d45
Merge branch 'Stremio:development' into development
2025-08-12 00:51:59 +02:00
a snaek
53dfddec74
Update SearchParamsHandler.js
2025-08-05 10:23:15 +02:00
Lachezar Lechev
3c2f8cb89b
fix: Player - selected check before video.load
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-18 12:08:48 +03:00
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
Lachezar Lechev
3c2914aca2
fix: Player - TimeChanged & Seek time now has Math.max(0, x)
...
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 21:58:17 +03:00
Lachezar Lechev
746e5ba0d8
feat: Player - use player.stream field
...
chore: bump core-web to feature branch
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-07-15 21:56:47 +03:00
Tim
0e3aa9c2c8
feat: scroll to last watched video on details page
2025-07-15 17:00:08 +02:00
Tim
a9b9631241
Merge pull request #970 from Stremio/feat/player-subtitles-size-shortcuts
...
Build / build (push) Has been cancelled
Player: Add subtitles size shortcuts
2025-07-07 14:33:37 +02:00
Tim
85fea50c15
Merge pull request #965 from Stremio/feat/player-subtitles-settings-hold-click
...
Player: Support holding click for subtitles settings
2025-07-07 14:27:44 +02:00
Tim
e98bdf2023
Merge pull request #964 from Stremio/feat/player-download-subtitles
...
Player: Add option to download subtitles
2025-07-07 14:27:32 +02:00
Tim
59953e991d
feat: add subtitles size shortcuts
2025-07-04 16:35:18 +02:00
Tim
71bf98dac8
refactor(Settings): remove videos menu shortcut
2025-07-04 15:35:51 +02:00
Tim
595dfb22a3
fix: Transition transitionEnded prop error
2025-07-03 11:56:06 +02:00
Tim
4632d6e09a
fix(Player): hide indicator if subtitles menu is open
2025-07-03 11:22:14 +02:00
Tim
f04948240a
feat: support holding click for subtitles settings
2025-07-03 08:45:22 +02:00
Tim
cff57d7d59
feat(Player): add option to download subtitles
2025-07-02 15:31:56 +02:00
Timothy Z.
066819d283
fix(Search): fullscreen shortcut interference
2025-06-30 13:09:04 +03:00
Timothy Z.
0b16f1c80e
Merge pull request #957 from Stremio/fix/trailers-button-crash
...
Build / build (push) Has been cancelled
fix(MetaDetails): trailers button crash
2025-06-28 14:57:18 +03:00
Timothy Z.
8c985619b8
fix(MetaDetails): trailers button crash
2025-06-28 14:44:49 +03:00
Timothy Z.
1780b49a38
refactor(Ratings): remove btn transition
2025-06-28 14:42:29 +03:00
Timothy Z.
8f0b58f38e
chore(styles): lint
2025-06-27 13:10:20 +03:00
Timothy Z.
8821eaf4a1
fix(Video): right click menu crash
2025-06-27 13:09:22 +03:00
Timothy Z.
306dd09f24
Merge pull request #931 from Stremio/feat/user-item-ratings
...
MetaPreview: Implement user item ratings
2025-06-26 14:48:19 +03:00
Timothy Z.
80fc8c755f
refactor(Ratings): rename RatingStatus to Rating
2025-06-26 12:06:55 +03:00
Timothy Z.
ee5269e1c8
Merge pull request #950 from Stremio/feat/langs-alphabetic-ordering
Build / build (push) Waiting to run
2025-06-25 17:58:36 +03:00
Timothy Z.
652a042a55
fix(Settings): correctly sort without matchingidx
2025-06-25 16:59:16 +03:00
Timothy Z.
f7f97b551c
feat(Settings): langs alphabetic ordering
2025-06-25 16:54:21 +03:00
Timothy Z.
3cc6066a12
refactor(MultiselectMenu): fixed height
2025-06-25 16:39:35 +03:00
Tim
4207fb52d6
fix(Discover): catalog select error
2025-06-25 13:27:07 +02:00
Timothy Z.
d326cd5052
Merge pull request #933 from JSOClarke/development
...
Build / build (push) Waiting to run
Settings: Default langs priority and Alphabetic Ordering
2025-06-24 22:57:36 +03:00
Timothy Z.
5eff16695c
chore: remove unnecessary "," (2)
2025-06-24 22:18:42 +03:00
Timothy Z.
41a5bb7cef
chore: remove unnecessary ","
2025-06-24 22:18:09 +03:00
Timothy Z.
cbe3a5d35e
refactor(Ratings): use pointer-events to disable
2025-06-24 13:26:50 +03:00
Timothy Z.
c726398402
chore: run lint
2025-06-24 13:22:32 +03:00
Timothy Z.
7fb0a8c1be
remove(usePlayerOptions): unnecessary dep
2025-06-24 13:02:12 +03:00
Timothy Z.
f49a243009
refactor(Settings): simplify handling for langs
2025-06-24 13:01:11 +03:00
Timothy Z.
ec1e098c99
Merge pull request #914 from Stremio/fix/workaround-binge-watching-full-support
...
Build / build (push) Waiting to run
Shell: Fix binge watching flow
2025-06-24 11:17:34 +03:00
Timothy Z.
f2490ee775
refactor(Dropdown): clean up
2025-06-24 09:54:57 +03:00
Timothy Z.
75bb1b0489
Merge branch 'development' into pr/933
2025-06-24 09:41:02 +03:00
Timothy Z.
5ba7622f72
Merge pull request #936 from mesalilac/jump-to-currently-playing
Build / build (push) Has been cancelled
2025-06-21 18:18:21 +03:00
Jordan Clarke
a7a36d6f11
Settings: Default langs priority and Alphabetic Ordering #933
2025-06-21 12:54:25 +01:00
Jordan Clarke
e4c917ff20
Merge branch 'development' of https://github.com/JSOClarke/stremio-web into development
2025-06-21 12:53:22 +01:00
Jordan Clarke
5f82d6e9da
Fixed Linting Errors in Dropdown.tsx and removed the seperator logic from dropdown and style from less file
2025-06-21 12:46:41 +01:00
Jordan Clarke
f4a9c88c68
Fixed linting issues, refactored sorting.
2025-06-21 12:42:57 +01:00
Timothy Z.
703514b02d
Merge branch 'development' of https://github.com/JSOClarke/stremio-web into pr/933
2025-06-20 20:12:45 +03:00