kiwi/frontend/src/components
pyr0ball 828efede42 fix: align frontend InventoryItem type with actual API response
InventoryItemResponse returns flat fields (product_name, barcode, category)
not a nested product object. Frontend interface and templates were using
item.product.name / item.product.brand which threw TypeError on render,
blanking the inventory tab.

- InventoryItem: remove product:Product, add product_name/barcode/category
- InventoryStats: fix total_products→available_items, expired→expired_items,
  items_by_location→locations
- item IDs are int not string — update deleteItem/updateItem/consumeItem sigs
- EditItemModal, RecipesView, InventoryList: fix all item.product.xxx refs
2026-04-01 17:30:21 -07:00
..
ConfirmDialog.vue chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
EditItemModal.vue fix: align frontend InventoryItem type with actual API response 2026-04-01 17:30:21 -07:00
HelloWorld.vue chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
InventoryList.vue fix: align frontend InventoryItem type with actual API response 2026-04-01 17:30:21 -07:00
ReceiptsView.vue chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
RecipesView.vue fix: align frontend InventoryItem type with actual API response 2026-04-01 17:30:21 -07:00
SettingsView.vue feat: recipe + settings frontend — Recipes and Settings tabs 2026-03-31 19:20:13 -07:00
ToastNotification.vue chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00