Cook log UI — view and manage cooking history #16
Labels
No labels
backlog
beta-feedback
bug
duplicate
enhancement
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
When a user taps "I cooked this" in the recipe detail panel, the recipe is logged to
localStorage(kiwi:cook_log) with{ id, title, cookedAt }. Up to 200 entries are stored. There is currently no UI to view this data.What to build
Notes
CookLogEntry { id: number, title: string, cookedAt: number }— defined infrontend/src/stores/recipes.ts