tane/apps/app_seeds/test/ui
vjrj 54d7c2d3b5 feat(market): fix publish-duplicates, add offer detail page + filters
The vecino/market view had three gaps:

- Publishing inventory duplicated the listing. discover() appended every
  offer the relay streamed, but relays legitimately resend an addressable
  NIP-99 event (stored copy + live echo on publish). Merge by
  (authorPubkeyHex, id) so each offer appears once; two authors reusing a
  lot id stay distinct.
- No product detail. Tapping a card jumped straight to chat. Add a
  read-only "product page" (MarketOfferDetailScreen) with title, mode,
  category, eco badge, coarse location, price, a "Shared by" seller
  section (profile fetched by pubkey) and the message button. Reached via
  a new /market/offer route; cards are now fully tappable. Shows only what
  the network already carries — no photos/description added to the wire.
- No filters. Add a filter bar (type, category, eco) mirroring inventory,
  each chip group shown only when a discovered offer can match it. To make
  the eco filter real, publish the organic flag on the wire: Offer.isOrganic
  -> NIP-99 'organic' tag -> OfferMapper -> ShareableLot.

Tests: commons_core organic round-trip; app-side dedup, two-author
separation, filter logic, mapper passthrough; detail-screen widget tests.
i18n keys added to en/es/pt/ast and slang regenerated.
2026-07-10 19:10:40 +02:00
..
about_screen_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
asturian_locale_test.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
auto_backup_gate_test.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
backup_section_test.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
chat_screen_test.dart feat(block2): default relays + pick-from-list servers (works out of the box) 2026-07-10 11:19:49 +02:00
draft_ocr_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
draft_triage_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
home_screen_test.dart fix(nav): inventory is a spoke off the home hub — back arrow, no duplicate drawer 2026-07-10 16:24:54 +02:00
intro_screen_test.dart feat(inventory): photo-first drafts + on-device OCR (digitization R2+R4) 2026-07-09 21:23:46 +02:00
inventory_list_screen_test.dart feat(inventory): filter by category and lot form + a11y polish 2026-07-09 12:00:34 +02:00
market_offer_detail_screen_test.dart feat(market): fix publish-duplicates, add offer detail page + filters 2026-07-10 19:10:40 +02:00
market_screen_test.dart fix(market): search your zone by a coarse prefix, not the exact cell 2026-07-10 16:12:38 +02:00
quick_add_flow_test.dart feat(quick-add): save & add another for rapid manual entry 2026-07-09 14:45:48 +02:00
rtl_smoke_test.dart i18n: RTL smoke tests, Portuguese locale and a translation guide 2026-07-09 23:06:49 +02:00
share_flow_test.dart feat(inventory): local sharing — per-lot share terms, filter and printable catalog 2026-07-09 22:19:55 +02:00
theme_contrast_test.dart fix(ui): darken seedMuted and app-bar green to meet WCAG AA contrast 2026-07-09 12:50:26 +02:00
variety_detail_screen_test.dart feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00