index
:
hollowdark
main
Prose Based Life Simulator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
screens
Age
Commit message (
Collapse
)
Author
Files
Lines
2026-04-22
Co-locate AudioPlayer and TextSizeChoice with their stores and move version ↵
Bobby
2
-3
/
+3
and credits to their new homes
2026-04-22
Rebuild Settings with Reading, Sound, Accessibility, and About sections per ↵
Bobby
1
-11
/
+95
the mockup
2026-04-22
Remove the leaf scene and its supporting systems from the Begin screen
Bobby
1
-6
/
+0
2026-04-22
Expand Settings with Display and About sections and a reduce-motion override ↵
Bobby
1
-0
/
+57
for the leaf scene
2026-04-22
Move title music to layout so it plays continuously across routes
Bobby
1
-6
/
+0
2026-04-22
Add Settings screen with mute toggle and ambient volume slider
Bobby
1
-0
/
+166
2026-04-22
Add falling-leaf physics and periodic wind gusts to the Begin screen
Bobby
1
-4
/
+18
2026-04-22
Play title track on Begin screen with autoplay-fallback on first interaction
Bobby
1
-0
/
+6
2026-04-22
Add Credits screen with initial font and audio attributions
Bobby
1
-0
/
+185
2026-04-22
Revert prop plumbing; components can tap stores and module constants directly
Bobby
2
-9
/
+3
2026-04-22
Make lib components and screens pure; orchestration (store, version) moves ↵
Bobby
2
-3
/
+9
to routes
2026-04-22
Move screens to lib/screens, version to lib/version, inject version via Vite ↵
Bobby
2
-0
/
+104
define; lib is folders-only