Commit graph

5566 commits

Author SHA1 Message Date
Botzy
7d686bac64 fix: update core-web dependency to use core changes 2025-04-01 16:44:55 +03:00
Botzy
d84e0f849f fix: added copyright 2025-04-01 16:29:45 +03:00
Botzy
6c2e2a483d Merge branch 'development' into feat/gamepad-support 2025-04-01 16:25:28 +03:00
Botzy
8c612d951f fix(GamepadProvider): fix issue with getting latest event handler array element for older node versions 2025-04-01 16:18:44 +03:00
Botzy
1474d18c83 fix: linting & errors 2025-04-01 15:45:02 +03:00
Botzy
8cee08a008 fix(useContentGamepadNavigation): align moving left and right with v4 behaviour 2025-04-01 15:44:31 +03:00
Botzy
bc81bd1fc8 fix(GamepadProvider): prevent emitting more than one event handler at a time 2025-04-01 15:22:48 +03:00
Botzy
9c34a23888 fix(GamepadSupport): disable vertical nav gamepad support on meta details and player 2025-03-31 20:26:52 +03:00
Botzy
91ee610023 feat(MetaDetails): added gamepad support 2025-03-28 17:26:50 +02:00
Botzy
96164511b5 feat(GamepadSupport): added support for HorizontalNavBar 2025-03-28 15:24:38 +02:00
Botzy
c302adc815 fix(GamepadSupport): disable click on dropdowns 2025-03-28 15:22:41 +02:00
Botzy
4f3105f354 feat(Gamepad): Add gamepad spatial navigation on main screens content 2025-03-27 17:46:55 +02:00
Botzy
70653adc6f fix(useVerticalSpatialNavigation): fix issue with race condition removing all handlers 2025-03-27 12:45:12 +02:00
Botzy
476f2f8551 feat(useVerticalSpatialNav): added hook for enabling spatial nav on vertical navigation 2025-03-26 19:00:55 +02:00
Botzy
41865276d5 fix(GamepadSupport): fix issue with multiple handler events being fired 2025-03-25 19:07:01 +02:00
Timothy Z.
2da5a0c6d1
Merge pull request #813 from Stremio/feat/right-click-context-menu
Some checks failed
Build / build (push) Has been cancelled
Player: add context menu
2025-03-25 17:18:18 +02:00
Timothy Z.
6940be4110
Merge pull request #875 from Stremio/feat/calendar-item-placeholder
Calendar: Implement Item placeholder
2025-03-25 17:07:11 +02:00
Timothy Z.
cd65f77d60 fix(ContextMenu): missing semi 2025-03-25 17:01:57 +02:00
Timothy Z.
c1d317acf7 feat(ContextMenu): add padding + on esc close 2025-03-25 16:53:15 +02:00
Timothy Z.
ca582a9879 Merge branch 'development' into feat/right-click-context-menu 2025-03-25 16:52:35 +02:00
Timothy Z.
03e7c33758
Merge pull request #877 from Stremio/fix/wrong-subs-label
Some checks are pending
Build / build (push) Waiting to run
Settings: Fix wrong subs section label
2025-03-25 12:34:30 +02:00
Botzy
b36ebcb4c6 feat(GamesupportProvider): improve logic for enabling gamepad support 2025-03-24 17:10:37 +02:00
Botzy
5927b17e87 feat(GamesupportProvider): add enabled prop to start/stop gamepad support 2025-03-24 17:09:09 +02:00
Botzy
c97c41f11c feat(Settings): added gamepad support toggle 2025-03-24 16:55:07 +02:00
Timothy Z.
add4c30af9 fix(Settings): wrong subs label 2025-03-24 14:48:48 +02:00
Botzy
3ef25d0346 feat(Player): added gamepad events handling 2025-03-24 14:37:29 +02:00
Botzy
4617d030aa feat(GamepadProvider): added Gamepad context and provider 2025-03-24 13:37:39 +02:00
Timothy Z.
d1f96fcdca feat(Calendar): Impl Item placeholder 2025-03-24 11:44:51 +02:00
Timothy Z.
970538b087
Merge pull request #874 from Stremio/chore/player-when-volume-is-0-set-as-mute
Some checks are pending
Build / build (push) Waiting to run
chore: ControlBar & VolumeChangeIndicator show volume=0 with muted icon
2025-03-24 10:32:33 +02:00
Timothy Z.
1bd56e0f3a
Merge pull request #851 from Stremio/feat/player-mobile-slide-volume
Player: Improve volume UX on mobile and tablets
2025-03-24 10:20:21 +02:00
Lachezar Lechev
3c5bc1a12c
chore: ControlBar & VolumeChangeIndicator show volume=0 with muted icon
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-03-21 20:55:34 +02:00
Tim
acb441bbcf
Merge pull request #871 from Stremio/feat/shell-open-addons
Some checks failed
Build / build (push) Has been cancelled
App(Shell): support opening addons from deeplink
2025-03-20 16:29:57 +01:00
Tim
68cff0362c refactor(ContextMenu): remove unecessary functions 2025-03-20 16:06:25 +01:00
Tim
6a2054372f refactor(ContextMenu): simplify useEffect 2025-03-20 15:30:13 +01:00
Tim
43a7e8d856 refactor(ContextMenu): wrap inside memo 2025-03-20 15:23:15 +01:00
Tim
383928e792 fix(App): ignore 3 slashes deeplinks for shell open-media 2025-03-20 11:22:27 +01:00
Tim
eb3fad32f1 fix(App): check if transportUrl is valid before opening it 2025-03-20 11:17:10 +01:00
Tim
53ffa321d8 feat(App): handle shell open-media event to open addons 2025-03-20 11:00:30 +01:00
Tim
d8be6085b2 refactor: remove unrelated changes 2025-03-19 19:30:38 +01:00
Tim
16e6a3cf4d refactor: remove unecessary props 2025-03-19 19:23:40 +01:00
Tim
a9e218db62 Merge branch 'feat/right-click-context-menu' of https://github.com/Stremio/stremio-web into feat/right-click-context-menu 2025-03-19 18:46:15 +01:00
Tim
ef730ae61a refactor: use dedicated component for context menu 2025-03-19 18:30:08 +01:00
Tim
9791a26d9c
Merge pull request #870 from Stremio/feat/settings-build-version
Some checks are pending
Build / build (push) Waiting to run
Settings: Add build version
2025-03-19 15:58:35 +01:00
Tim
730f7de954 feat(Settings): display commit hash as build version 2025-03-19 15:53:35 +01:00
Tim
90b756942e
Merge pull request #869 from Stremio/fix/nav-container-scrollbar-offset
Some checks are pending
Build / build (push) Waiting to run
App: remove edges blank space
2025-03-19 15:37:13 +01:00
Tim
5eb173a3df fix: hide overflow on nav-content-container 2025-03-19 15:14:57 +01:00
Tim
1347bb3084
Merge pull request #865 from Stremio/feat/settings-blur-unwatched-img
Settings: Blur Unwatched Episodes Images
2025-03-19 13:40:25 +01:00
Botzy
d85d13c39a fix(Settings): reorder new setting under Quit on closen option 2025-03-19 14:35:27 +02:00
Botzy
e0a1dd5ef2 fix(stremio-core): update version to the correct one 2025-03-19 14:31:22 +02:00
Botzy
72531fac27 feat(Translations): update translations 2025-03-18 15:20:23 +02:00