fluxa-desktop/src
KhooLy da8ef1dfb5 fix: reliably restart hero slide indicator fill animation
The dot indicator relied on a React key remount to restart the CSS
heroIndicatorFill keyframe on each slide change, which WebKitGTK
sometimes fails to pick up as a fresh animation start, leaving the
active dot frozen at 0% while the underlying slide timer kept
advancing normally. Drive the restart imperatively via a ref with a
forced reflow instead.
2026-07-30 19:58:32 +03:00
..
components fix: reliably restart hero slide indicator fill animation 2026-07-30 19:58:32 +03:00
core refactor: move playback/plugin/tmdb decision logic into fluxa-core 2026-07-30 14:16:52 +03:00
hooks refactor: split usePlayer.ts into focused hooks 2026-07-30 14:17:01 +03:00
i18n fix: keep seek preview thumbnail box stable and drop buffered stat row 2026-07-30 14:17:10 +03:00
screens refactor: split CalendarScreen.tsx into calendar/ parts 2026-07-30 14:17:32 +03:00
test Fix Discover catalog dropdown going empty on Movie/Series switch 2026-07-11 02:44:16 +03:00
App.tsx refactor: deepen App.tsx split with screens module, gate screens, and two hooks 2026-07-30 03:11:02 +03:00
appConstants.ts refactor: split App.tsx into constants module and two event hooks 2026-07-30 02:49:31 +03:00
AppGateScreens.tsx refactor: deepen App.tsx split with screens module, gate screens, and two hooks 2026-07-30 03:11:02 +03:00
appScreens.tsx refactor: deepen App.tsx split with screens module, gate screens, and two hooks 2026-07-30 03:11:02 +03:00
i18n.ts feat: initial release 2026-06-17 00:42:06 +03:00
index.css Improve player and UI performance 2026-07-10 01:38:37 +03:00
main.tsx Suppress spurious Tauri http-plugin abort-race rejections 2026-07-10 16:34:32 +03:00
theme.ts feat: initial release 2026-06-17 00:42:06 +03:00
vite-env.d.ts fix: restore release builds with latest tooling 2026-07-03 15:47:31 +03:00