tane/apps/app_seeds/lib/ui
vjrj 02a9d5bf39 feat(shell): home menu + navigation drawer (mockups 02/03)
The app now opens on a main menu instead of straight into the list:
- HomeScreen (mockup 02): sprout logo over a faint seed-glyph watermark, with
  big "Your inventory" (→ /inventory) and "Open market" (Block 2, "coming soon")
  destinations.
- AppDrawer (mockup 03): Inventory is live; the social items (market, profile,
  chat, wishlist, following, settings) are shown disabled with a "coming soon"
  tag so the roadmap is visible. Drawer is available on home and inventory.
- Routing: / → home, /inventory → list, /variety/:id → detail.

Tests: home shows the menu + navigates; drawer opens + navigates. quick-add flow
updated to go home → inventory. 50 green; Linux runs.
2026-07-08 12:22:42 +02:00
..
app_drawer.dart feat(shell): home menu + navigation drawer (mockups 02/03) 2026-07-08 12:22:42 +02:00
harvest_date_picker.dart feat(inventory): month/year harvest date picker (schema v3) 2026-07-08 12:09:38 +02:00
home_screen.dart feat(shell): home menu + navigation drawer (mockups 02/03) 2026-07-08 12:22:42 +02:00
inventory_list_screen.dart feat(shell): home menu + navigation drawer (mockups 02/03) 2026-07-08 12:22:42 +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): month/year harvest date picker (schema v3) 2026-07-08 12:09:38 +02:00