kiwi/frontend/src
pyr0ball c8fdc21c29 feat(export): JSON full-backup download (pantry + saved recipes)
Adds GET /export/json that bundles inventory and saved recipes into a
single timestamped JSON file for data portability. The export envelope
includes schema version and export timestamp so future import logic can
handle version differences.

Frontend: new primary-styled JSON download button in the Export card with
a short description of what is included.

Closes #62
2026-04-16 09:16:33 -07:00
..
assets chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
components feat(export): JSON full-backup download (pantry + saved recipes) 2026-04-16 09:16:33 -07:00
composables feat(kiwi-fe): add useOrchUsage composable with opt-in localStorage persistence 2026-04-14 15:46:12 -07:00
services feat(recipes): pantry match floor filter — 'can make now' toggle 2026-04-16 09:12:24 -07:00
stores feat(recipes): pantry match floor filter — 'can make now' toggle 2026-04-16 09:12:24 -07:00
utils feat: metric/imperial unit preference (#81) 2026-04-15 23:04:29 -07:00
App.vue chore: merge main into feature/meal-planner 2026-04-14 14:53:52 -07:00
main.ts chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
style.css fix(kiwi-a11y): darken light-mode muted text to #7a5c2e for WCAG 1.4.3 AA (H1, #80) 2026-04-15 09:51:26 -07:00
theme.css fix(a11y): add aria-describedby and persistent hints for wildcard checkbox and tag inputs (closes #40) 2026-04-08 22:27:28 -07:00