aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22Co-locate AudioPlayer and TextSizeChoice with their stores and move version ↵Bobby7-15/+52
and credits to their new homes
2026-04-22Rebuild Settings with Reading, Sound, Accessibility, and About sections per ↵Bobby4-11/+209
the mockup
2026-04-22Remove the leaf scene and its supporting systems from the Begin screenBobby8-769/+0
2026-04-22Expand Settings with Display and About sections and a reduce-motion override ↵Bobby3-1/+70
for the leaf scene
2026-04-22Redesign leaves with real silhouettes and localized gusts driven by a ↵Bobby6-186/+450
prevailing wind
2026-04-22Move title music to layout so it plays continuously across routesBobby1-6/+0
2026-04-22Add Settings screen with mute toggle and ambient volume sliderBobby3-0/+305
2026-04-22Add falling-leaf physics and periodic wind gusts to the Begin screenBobby6-4/+505
2026-04-22Play title track on Begin screen with autoplay-fallback on first interactionBobby3-0/+73
2026-04-22Add Credits screen with initial font and audio attributionsBobby1-0/+185
2026-04-22Revert prop plumbing; components can tap stores and module constants directlyBobby3-15/+5
2026-04-22Make lib components and screens pure; orchestration (store, version) moves ↵Bobby3-5/+15
to routes
2026-04-22Move screens to lib/screens, version to lib/version, inject version via Vite ↵Bobby5-13/+12
define; lib is folders-only
2026-04-22Rename ui-lib to lib, split Begin into smaller components, add Credits, bump ↵Bobby8-0/+312
version to 1.0 from package.json