mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-30 09:32:50 +01:00
The home "See All" detail opens in the libraries tab. When that tab already had its index in the stack (e.g. after a previous See All + Back), the stack became [index, detail], which the native bottom tab reliably auto-popped back to index — the detail "bounced" to the library list ~0.5s after opening. - Pass a `fromSeeAll` flag from the See All button. - On the detail page, collapse the libraries stack to [detail] when deep-linked on top of the index, so the native tab has nothing to auto-pop to. - Intercept TV Back (while focused) to route to the library list so the user can switch libraries, instead of exiting the tab to home. Claude-Session: https://claude.ai/code/session_016Hhu5DruGLPhdP4LAoy1Xd