tane/apps/app_seeds/lib
vjrj 51d6924464 feat(profile): show other people's avatars in chat, chat list, your people
Follow-up to the avatar feature: peers' published photos/illustrations
now actually render where people appear.

- CachedAvatar: a PeerAvatar that resolves the person's picture from the
  ProfileCache (FutureBuilder), falling back to the coloured-initial disc.
  For list/row sites — one avatar each.
- Chat bubbles: the peer's and my own avatar are resolved once into state
  (_peerPicture/_selfPicture — from the cache / ProfileStore, freshened
  from the peer's published profile) and threaded to each bubble, so many
  bubbles of two people don't each hit the cache.
- Chat list + your-people rows: swapped the static person-icon disc for
  CachedAvatar, so photos/illustrations show there too.
- Tests: CachedAvatar render modes (cached illustration / initial / no
  cache). analyze clean; chat + your-people suites green.

Market offers show no author avatar today (would be a new element, not a
swap) — left out of scope.
2026-07-11 22:50:10 +02:00
..
data feat(handover): recordHandover — one transaction for the moment seeds change hands 2026-07-11 08:00:08 +02:00
db feat(handover): recordHandover — one transaction for the moment seeds change hands 2026-07-11 08:00:08 +02:00
di Merge branch 'claude/festive-einstein-384c45' 2026-07-11 13:25:51 +02:00
domain feat(seed-saving): source attribution + advisory note 2026-07-11 07:52:48 +02:00
i18n feat(profile): profile photo or seed-illustration avatar 2026-07-11 22:21:52 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services feat(profile): profile photo or seed-illustration avatar 2026-07-11 22:21:52 +02:00
state Merge remote-tracking branch 'origin/main' 2026-07-11 13:31:04 +02:00
ui feat(profile): show other people's avatars in chat, chat list, your people 2026-07-11 22:50:10 +02:00
app.dart feat(ratings): Wallapop-style ratings in chat and offer detail 2026-07-11 13:13:43 +02:00
bootstrap.dart refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
main.dart feat(identity): switch social identity, all from the one backup 2026-07-10 20:22:24 +02:00