Files
amethyst/amethyst
Claude 41aa908fbe refactor(nav): collapse SKIP_SLIDE_ANIMATION_KEY into BOTTOM_NAV_ROOT_KEY
Both flags were stamped at the same call site (navBottomBar) and meant
the same thing — "this entry is a bottom-nav tab root". Collapse them
into a single key and use isBottomNavRoot() in composableFromEnd's
transition lambdas.

https://claude.ai/code/session_01PrirRcL7g8iX7vTqqLTkBS
2026-04-27 19:19:10 +00:00
..