aboutsummaryrefslogtreecommitdiff
path: root/lib/components
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22Co-locate AudioPlayer and TextSizeChoice with their stores and move version ↵Bobby3-143/+1
and credits to their new homes
2026-04-22Rebuild Settings with Reading, Sound, Accessibility, and About sections per ↵Bobby1-0/+89
the mockup
2026-04-22Remove the leaf scene and its supporting systems from the Begin screenBobby1-197/+0
2026-04-22Expand Settings with Display and About sections and a reduce-motion override ↵Bobby1-1/+4
for the leaf scene
2026-04-22Redesign leaves with real silhouettes and localized gusts driven by a ↵Bobby1-42/+43
prevailing wind
2026-04-22Add Settings screen with mute toggle and ambient volume sliderBobby2-0/+139
2026-04-22Add falling-leaf physics and periodic wind gusts to the Begin screenBobby1-0/+193
2026-04-22Play title track on Begin screen with autoplay-fallback on first interactionBobby1-0/+53
2026-04-22Revert prop plumbing; components can tap stores and module constants directlyBobby1-6/+2
2026-04-22Make lib components and screens pure; orchestration (store, version) moves ↵Bobby1-2/+6
to routes
2026-04-22Move screens to lib/screens, version to lib/version, inject version via Vite ↵Bobby3-105/+1
define; lib is folders-only
2026-04-22Rename ui-lib to lib, split Begin into smaller components, add Credits, bump ↵Bobby7-0/+300
version to 1.0 from package.json