summaryrefslogtreecommitdiff
path: root/DESIGN.md
AgeCommit message (Collapse)Author
2026-01-27Fix z-index, conditions auth, and meal combining (#62, #63, #64)Peter Stone
Bug fixes: - #62: Increase FAB button z-index from z-40 to z-50 - #63: Combine multiple meals per date+mealType in Meals tab - #64: Make /conditions route public (no auth required) Changes: - FAB button now z-50 (same as modals, appears on top when scrolling) - Meals tab groups meals by date+mealType, joins recipe names with " + " - Conditions page moved outside protected routes group DESIGN.md updates: - Updated z-index hierarchy table - Added Meals View section - Noted conditions page is public Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26Make Today collapsible and expand Tomorrow by default (#60)Peter Stone
- Convert Today section from static div to collapsible details element - Add item count to Today header for consistency - Expand both Today and Tomorrow sections by default - Later section remains collapsed - Update DESIGN.md with new timeline organization Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26Add dev guide sections for bug management, TDD, and ADRsPeter Stone
Document the expected development workflow including: - Bug tracking with scripts/bugs and scripts/resolve-bug - Test-driven development requirements and patterns - When to update DESIGN.md vs create Architecture Decision Records Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>