tane/apps/app_seeds/test/ui
vjrj 461bc3cb36 feat(profile): profile photo or seed-illustration avatar
Profiles had only a coloured-initial disc. Now each person can set an
avatar — a real photo OR one of our own seed illustrations (so
pseudonymity stays the default; no photo required).

- ui/avatar.dart: the one-string value scheme carried in the kind:0
  'picture' — a 'data:' photo thumbnail, a 'tane:seed:<glyph>' token, or
  empty. The Nostr ProfileTransport already published 'picture'.
- Photos ride inline as a tiny thumbnail (reuses offerThumbnailDataUri,
  24 KB cap) — no media server, like offer photos.
- avatar_edit.dart: pick/take a photo, choose a seed illustration, or
  remove; ProfileStore stores it; ProfileScreen shows a big editable
  avatar and publishes it.
- PeerAvatar renders photo / illustration / initial fallback.
- ProfileCache gains picture/setPicture; the inbox caches peers' avatars
  alongside their names.
- i18n avatar block (en/es/pt/ast). Tests: value scheme + PeerAvatar
  render modes, store + cache round-trips.

Follow-up: render peers' avatars in chat/market/your-people (thread the
cached picture into PeerAvatar at each call site).
2026-07-11 22:21:52 +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
bootstrap_splash_test.dart perf(startup): paint a splash immediately, run init off the first frame 2026-07-10 17:34:08 +02:00
calendar_screen_test.dart feat(calendar): "what's due this month" — dedicated screen + inventory filter 2026-07-11 06:27:57 +02:00
category_palette_contrast_test.dart polish(ux): selected filter chips fill solid for clear contrast 2026-07-11 07:48:27 +02:00
category_palette_test.dart feat(ux): usable amounts, colour-coded category/form chips, currency quick-picks 2026-07-11 06:06:04 +02:00
chat_message_list_test.dart feat(chat): sender avatar on both sides, coloured per person 2026-07-11 06:59:24 +02:00
chat_screen_test.dart refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +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
edge_fade_test.dart fix(ux): make the scroll cue visible — edge scrim + chevron 2026-07-11 07:25:36 +02:00
handover_sheet_test.dart feat(handover): one hand-over sheet replaces the separate sale/plantare doors 2026-07-11 08:00:45 +02:00
home_screen_test.dart Fix test 2026-07-10 19:14:29 +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(labels): print seed labels with QR from an inventory selection 2026-07-10 19:14:04 +02:00
label_print_sheet_test.dart feat(labels): choose copies per label, prefilled from container count 2026-07-10 20:12:36 +02:00
market_offer_detail_screen_test.dart refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
market_screen_test.dart refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
market_widgets_test.dart feat(market): embed offer photos inline instead of a media server 2026-07-10 21:27:59 +02:00
peer_avatar_test.dart feat(profile): profile photo or seed-illustration avatar 2026-07-11 22:21:52 +02:00
quantity_picker_test.dart feat(ux): usable amounts, colour-coded category/form chips, currency quick-picks 2026-07-11 06:06:04 +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
rating_sheet_test.dart feat(ratings): Wallapop-style ratings in chat and offer detail 2026-07-11 13:13:43 +02:00
rtl_smoke_test.dart i18n: RTL smoke tests, Portuguese locale and a translation guide 2026-07-09 23:06:49 +02:00
seed_saving_section_test.dart polish(detail): TODO review — calendar intro, drop abundance, collapse seed-saving 2026-07-11 14:08:10 +02:00
share_flow_test.dart polish(detail): TODO review — calendar intro, drop abundance, collapse seed-saving 2026-07-11 14:08:10 +02:00
small_screen_overflow_test.dart feat(calendar): "what's due this month" — dedicated screen + inventory filter 2026-07-11 06:27:57 +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
unread_badge_test.dart feat(chat): usable 1:1 chat — bottom-anchored, Drift-backed, dated 2026-07-11 06:40:50 +02:00
variety_detail_screen_test.dart feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
your_people_screen_test.dart feat(ratings): Wallapop-style ratings in chat and offer detail 2026-07-11 13:13:43 +02:00