dependabot[bot]
|
e7b0a1d1be
|
chore(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 21:13:21 +00: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 |
|
Tim
|
cf73c7942d
|
Merge pull request #1045 from Stremio/fix/use-fullscreen
Build / build (push) Has been cancelled
fix: useFullscreen - catch exception on Firefox when using F shortcut
|
2025-10-14 11:03:38 +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
|
9923152de7
|
Merge pull request #1014 from Stremio/feat/player-media-session
Player: Add media session support
|
2025-10-13 12:35:55 +02: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 |
|
Tim
|
4860a028c2
|
chore: update translations
|
2025-10-13 11:29:16 +02:00 |
|
Tim
|
9e99a2b308
|
Merge pull request #1042 from PeterDaveHello/patch-1
Fix GitHub Actions badge in README
|
2025-10-12 20:55:41 +02:00 |
|
Peter Dave Hello
|
62a650018b
|
Fix GitHub Actions badge in README
|
2025-10-13 01:14:13 +08: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 |
|
Timothy Z.
|
b05f28cc54
|
fix(docker): update dockerfile with pnpm
|
2025-10-12 00:44:39 +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.
|
2dcc582cc2
|
Merge pull request #1035 from Stremio/refactor/meta-preview-action-buttons-styles
MetaPreview: hide ActionButton label on mobile
|
2025-10-10 19:41:04 +03:00 |
|
Timothy Z.
|
d832a9c136
|
refactor(ActionButton): hide labels on mobile
|
2025-10-10 18:22:06 +03:00 |
|
Timothy Z.
|
4a1b0d3287
|
Merge pull request #1030 from arkia09/screenshotsUpdate
|
2025-10-10 14:25:51 +03:00 |
|
Timothy Z.
|
23c4587564
|
Update CODE_OF_CONDUCT.md
|
2025-10-10 11:57:10 +03:00 |
|
Tim
|
10faa1c105
|
ci(pages_cleanup): rename job to 'cleanup'
|
2025-10-10 08:33:49 +02:00 |
|
Tim
|
593c8d55d0
|
Merge branch 'development' of https://github.com/Stremio/stremio-web into development
|
2025-10-10 08:28:37 +02:00 |
|
Tim
|
9e33186708
|
ci(pages_cleanup): remove dirs that don't have existing related branch
|
2025-10-10 08:28:18 +02:00 |
|
Simran Kaur
|
cd980af475
|
Updated metadetails to match original page
|
2025-10-10 11:01:22 +05:30 |
|
Simran Kaur
|
f44fa98502
|
Adjusted screnshots to match original aspect ratio
|
2025-10-10 10:50:40 +05:30 |
|
Timothy Z.
|
a56d3aafd3
|
Merge pull request #1025 from PsyGuy007-sys/feature/media-playpause
Player: Add support for media play/pause keys
|
2025-10-09 22:48:51 +03:00 |
|
Timothy Z.
|
5edbc899ea
|
Merge pull request #1032 from bashSunny101/patch-1
chore: fix typos and enhance clarity in CODE_OF_CONDUCT
|
2025-10-09 22:43:47 +03:00 |
|
Sunny Pal
|
ca3a2774d2
|
Fix typos and enhance clarity in CODE_OF_CONDUCT
Corrected typos and improved clarity in the CODE_OF_CONDUCT.md.
Fixes: #1031
|
2025-10-10 00:21:41 +05:30 |
|
Simran Kaur
|
a70828f168
|
New Updated Screenshots in README
|
2025-10-09 22:04:18 +05:30 |
|
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 |
|