No description
introduce a module-level expandedNodeIds set that tracks which nodes the user has manually expanded. renderTree consults the set when deciding initial visibility (falling back to the depth-based default for a fresh load), the toggle click handler keeps the set in sync, and both add-child save handlers add the parent's id before triggering the re-fetch. on a fresh load the set starts empty so root-only-open behavior is unchanged and the existing toggle tests keep passing. |
||
|---|---|---|
| .opencode | ||
| ai | ||
| app | ||
| bootstrap | ||
| cypress | ||
| data | ||
| public | ||
| tests | ||
| views/templates | ||
| .envrc | ||
| .gitignore | ||
| .php-cs-fixer.dist.php | ||
| AGENTS.md | ||
| caveman.json | ||
| composer.json | ||
| composer.lock | ||
| cypress.config.js | ||
| DailyGoals.drawio | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Set a goal for finishing a book by a specific date and have your daily goals automatically calculated
TODO
- Test Email Address Value Object
- Move create text out of view controller into text controller