tane/apps/app_seeds/lib/ui
vjrj f8d4d9a778 feat(inventory): edit and delete existing lots
Lots could only be created; now they can be edited and removed:
- Repository: updateLot (LWW) + softDeleteLot (tombstone).
- Cubit: updateLot / deleteLot.
- The add-lot sheet is now a shared add/edit sheet — tapping a lot opens it
  prefilled (type, year, quantity), with a trash action to delete. The reactive
  detail view refreshes on save/delete.

Tests: repo updateLot/softDeleteLot + widget edit-lot and delete-lot. 42 green.
2026-07-08 11:10:43 +02:00
..
inventory_list_screen.dart feat(ui): align inventory + detail with mockups (seed icons, green theme) 2026-07-08 00:14:43 +02:00
quantity_kind_l10n.dart feat(inventory): informal quantity scale (number + unit) + seed/plant lots 2026-07-08 10:51:02 +02:00
quantity_picker.dart refine(quantity): drop handful, reorder scale, potted-plant icon, year dropdown 2026-07-08 11:03:57 +02:00
quick_add_sheet.dart feat(inventory): informal quantity scale (number + unit) + seed/plant lots 2026-07-08 10:51:02 +02:00
seed_glyph.dart refine(quantity): drop handful, reorder scale, potted-plant icon, year dropdown 2026-07-08 11:03:57 +02:00
theme.dart feat(ui): align inventory + detail with mockups (seed icons, green theme) 2026-07-08 00:14:43 +02:00
variety_detail_screen.dart feat(inventory): edit and delete existing lots 2026-07-08 11:10:43 +02:00