aboutsummaryrefslogtreecommitdiff
path: root/lib/screens
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22Co-locate AudioPlayer and TextSizeChoice with their stores and move version ↵Bobby2-3/+3
and credits to their new homes
2026-04-22Rebuild Settings with Reading, Sound, Accessibility, and About sections per ↵Bobby1-11/+95
the mockup
2026-04-22Remove the leaf scene and its supporting systems from the Begin screenBobby1-6/+0
2026-04-22Expand Settings with Display and About sections and a reduce-motion override ↵Bobby1-0/+57
for the leaf scene
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 sliderBobby1-0/+166
2026-04-22Add falling-leaf physics and periodic wind gusts to the Begin screenBobby1-4/+18
2026-04-22Play title track on Begin screen with autoplay-fallback on first interactionBobby1-0/+6
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 directlyBobby2-9/+3
2026-04-22Make lib components and screens pure; orchestration (store, version) moves ↵Bobby2-3/+9
to routes
2026-04-22Move screens to lib/screens, version to lib/version, inject version via Vite ↵Bobby2-0/+104
define; lib is folders-only