fluxa/app
KhooLy 79fe70cfc2 Keep the shared shell mounted across all mobile navigation, add Discover skeleton
The shared shell was only mounted while on Home/Search/Discover/
Calendar; navigating to any other native screen (Detail, Sources,
Player, Settings, AddonStore) disposed it entirely, so returning to
any of those four tabs remounted from scratch — fresh stores, fresh
StateFlow defaults (isLoading=true, empty items), and a real re-fetch,
even though the underlying HomeViewModel data was already cached. That
produced the "blank calendar/grid when coming back from another page"
symptom.

FluxaAppHost (mobile) is now always composed as a background layer
behind AppRoutesHost's native AnimatedContent, which only draws on top
(opaque) when the active screen isn't one of those four. The shell
itself is never disposed by navigating elsewhere, so its stores keep
their last-known state and returning to a tab is instant.

Also replaced Discover's full-screen blocking spinner on first load
with a skeleton grid (18 placeholder cards) so the filter row stays
visible and the transition to real results doesn't hide the whole
screen behind a spinner.
2026-07-13 21:29:15 +03:00
..
schemas Initial commit 2026-06-05 14:43:08 +03:00
src Keep the shared shell mounted across all mobile navigation, add Discover skeleton 2026-07-13 21:29:15 +03:00
build.gradle.kts Move FluxaColors/FluxaDimensions into the shared KMP module 2026-07-13 02:52:47 +03:00
compose-stability.conf Make cards skippable and stop focus-driven card rebuilds 2026-07-02 00:44:22 +03:00
proguard-rules.pro Initial commit 2026-06-05 14:43:08 +03:00