kiwi/frontend/src/components
pyr0ball 3933136666 fix: save, shopping list, and route ordering for Build Your Own
- Persist built recipes to recipes table on /build so they get real DB IDs
  and can be bookmarked via saved_recipes (FK was pointing at negative IDs)
- Populate missing_ingredients in build_from_selection() from role_overrides
  vs pantry diff -- backend now owns shopping list computation
- Remove client-side cartItems tracking; shopping list derived from
  builtRecipe.missing_ingredients instead
- Fix saved_recipes 422: mount saved_recipes router before recipes router in
  routes.py so /recipes/saved isn't captured by /recipes/{recipe_id}
- Bump SaveRecipeModal z-index to 500 (above detail-overlay at 400)
- Replace "Add to pantry" primary action with "Grocery list" clipboard copy;
  "Add to pantry" demoted to compact secondary button
2026-04-14 14:48:30 -07:00
..
BuildYourOwnTab.vue fix: save, shopping list, and route ordering for Build Your Own 2026-04-14 14:48:30 -07:00
CommunityFeedPanel.vue fix: community module integration fixes -- slots payload + ForkResult type 2026-04-13 14:21:33 -07:00
CommunityPostCard.vue fix: community feed a11y -- reduced-motion guards + tablist focus management 2026-04-13 11:38:17 -07:00
ConfirmDialog.vue chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
EditItemModal.vue feat(frontend): warm organic design overhaul — Fraunces/DM fonts, saffron accent, compact inventory shelf view 2026-04-01 22:29:55 -07:00
FeedbackButton.vue chore: commit in-progress work -- tag inferrer, imitate endpoint, hall-of-chaos easter egg, migration files, Dockerfile .env defense 2026-04-14 13:23:15 -07:00
HallOfChaosView.vue fix: Hall of Chaos quality fixes -- timer cleanup, aria-live, reduced-motion 2026-04-13 12:34:23 -07:00
HelloWorld.vue chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
InventoryList.vue fix(a11y): WCAG accessibility improvements across frontend 2026-04-08 14:35:18 -07:00
PublishOutcomeModal.vue fix: publish modal a11y -- dialog-scoped Tab guard + correct first-focus in OutcomeModal 2026-04-13 11:48:57 -07:00
PublishPlanModal.vue fix: community module integration fixes -- slots payload + ForkResult type 2026-04-13 14:21:33 -07:00
ReceiptsView.vue feat(frontend): warm organic design overhaul — Fraunces/DM fonts, saffron accent, compact inventory shelf view 2026-04-01 22:29:55 -07:00
RecipeBrowserPanel.vue fix(ux/nd): Browse tab auto-selects top category on mount; add Surprise Me button (closes #41) 2026-04-08 22:30:49 -07:00
RecipeDetailPanel.vue fix: save, shopping list, and route ordering for Build Your Own 2026-04-14 14:48:30 -07:00
RecipesView.vue feat: UX polish for Build Your Own tab and default landing 2026-04-14 13:53:54 -07:00
SavedRecipesPanel.vue feat: saved recipes, recipe browser, and recipe detail panel 2026-04-08 14:35:02 -07:00
SaveRecipeModal.vue fix: save, shopping list, and route ordering for Build Your Own 2026-04-14 14:48:30 -07:00
SettingsView.vue feat: household management UI in Settings (Premium-gated) 2026-04-04 22:51:03 -07:00
ToastNotification.vue chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00