feat(client): animated sidebar collapse/expand via Reanimated #221
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#221
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PR #211 shipped the sidebar collapse/expand toggle with a static width swap between
SIDEBAR_WIDTHS.collapsed(64px) andexpanded(240px). A Reanimated transition would smooth the swap into an animated width change — polish, not parity, but explicitly called out in PR #211's "Follow-ups worth filing" list.Source
PR #211 body:
Scope
react-native-reanimatedtoapps/client/(or confirm it's already present via Expo SDK 56's preinstalled set; either way wirebabel.config.jsper Reanimated's setup).../carol-design/design_system_readme.md—Motion).lib/sidebarCollapsed.ts) — animation is orthogonal.react-native-reanimated's web target.Acceptance criteria
pnpm -F @carol/client teststays green; the unit tests don't depend on real timing.Composes with