tane/apps/app_seeds/lib
vjrj a85e71dc8d feat(block2): trust UI — vouch for a person in chat (web of trust)
- TrustCubit: reads how many vouch for the peer + whether YOU do; toggleVouch
  certifies/revokes over TrustTransport; never vouches for self; offline-safe.
  Kept simple — the full known-member rule (threshold+distance) and its
  bootstrap set are still-open policy (network-trust §2); a live count + your
  vouch is the honest first step.
- Chat screen now opens ONE session carrying both messaging AND trust (the
  shared-connection shape), and shows a slim vouch banner: 'Vouched for by N' +
  an 'I know this person' / 'You vouch for them' toggle.
- i18n en/es/pt (human words: 'I know this person', not 'certify').

Tests: 4 trust cubit + messaging + chat, 10 green; analyzer clean.
2026-07-10 11:04:07 +02:00
..
data feat(block2): publish my seeds to the network (completes publish->discover) 2026-07-10 10:18:30 +02:00
db feat(inventory): photo-first drafts + on-device OCR (digitization R2+R4) 2026-07-09 21:23:46 +02:00
di Merge branch 'main' into spike/block2-derisking 2026-07-10 10:50:16 +02:00
domain Solve lint issue 2026-07-10 10:34:43 +02:00
i18n feat(block2): trust UI — vouch for a person in chat (web of trust) 2026-07-10 11:04:07 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services Merge branch 'main' into spike/block2-derisking 2026-07-10 10:50:16 +02:00
state feat(block2): trust UI — vouch for a person in chat (web of trust) 2026-07-10 11:04:07 +02:00
ui feat(block2): trust UI — vouch for a person in chat (web of trust) 2026-07-10 11:04:07 +02:00
app.dart feat(block2): messaging UI — private 1:1 chat (NIP-17) 2026-07-10 10:59:47 +02:00
main.dart Merge branch 'main' into spike/block2-derisking 2026-07-10 10:50:16 +02:00