stremio-web/src/services
Timothy Z. 93833d0cd1 fixes
1. Player.js — Added optional chaining (gamepad?.on/gamepad?.off) to prevent null crash
  2. GamepadProvider.tsx — Toast messages now use t('GAMEPAD_CONNECTED') / t('GAMEPAD_DISCONNECTED') via i18next, added keys to en-US.json
  3. useVerticalNavGamepadNavigation.tsx — Fixed event.nativeEvent?.spatialNavigationPrevented → event.spatialNavigationPrevented (native DOM events don't have nativeEvent)
  4. GamepadProvider.tsx — Changed connectedGamepads from useState to useRef to avoid rAF effect restart cycle, removed it from effect deps, simplified the enabled guard
2026-04-28 17:09:02 +03:00
..
Chromecast Complete addition of cause argument 2025-10-07 19:57:29 +02:00
Core feat: handle http/magnets from search bar 2026-03-30 18:40:24 +03:00
DragAndDrop
GamepadContext fixes 2026-04-28 17:09:02 +03:00
GamepadNavigation fixes 2026-04-28 17:09:02 +03:00
KeyboardShortcuts feat: toggle fullscreen with F key with shell 2025-05-27 10:28:02 +02:00
ServicesContext
Shell Complete addition of cause argument 2025-10-07 19:57:29 +02:00
index.js fix: issue with hook imports 2025-04-02 13:46:46 +03:00