Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Arantes Loverde
69dd67b8a5 fix(store): replace ZStack overlay sticky approach with native pinnedViews + reliable scroll tracking
- Use LazyVStack(pinnedViews: [.sectionHeaders]) for native section header stickiness
- Move ScrollOffsetReader outside LazyVStack (sibling) to prevent lazy-unload breaking scroll tracking
- Add baseline capture to ScrollOffsetReader to correctly normalize offset regardless of ScrollView content insets
- Apply safeAreaTop padding to categoryTabs only when pinned (isCategoryTabsPinned), preventing oversized header before scroll
- Remove complex ZStack dual-tabs overlay, stickyProgress logic, and categoryTabsStickyProgress
- categoryTabs now accepts isPinned flag with easeInOut(0.15s) animation on pin transition

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 14:26:23 -03:00
Daniel Arantes Loverde
aa1d78b53c fix(store): replace custom geometry safe area top reader with computed property to fix category tabs placement 2026-06-03 11:41:23 -03:00
Daniel Arantes Loverde
235b6d44cc fix(store): position categories view below dynamic island using reactive safe area top reader & refactor layout components 2026-06-03 11:29:27 -03:00
Daniel Arantes Loverde
0ebb854213 updates 2026-04-16 14:50:07 -03:00
Daniel Arantes Loverde
0f5ad4c268 Payments 2026-02-15 08:18:06 -03:00
Daniel Arantes Loverde
d7b8b1864a segregate files 2026-02-13 11:01:54 -03:00