tane/apps/app_seeds/lib
vjrj efd64c4da4 feat(block2): messaging UI — private 1:1 chat (NIP-17)
- MessagesCubit: 1:1 conversation over MessageTransport. Filters the shared
  inbox to the peer; tags our own sends with our pubkey (NIP-17 wraps don't come
  back to the sender) so the UI can align bubbles; degrades gracefully offline.
- ChatScreen (mockup 10): message bubbles (mine right / peer left) + a composer;
  opens a session lazily, shows 'set up sharing' when there's no relay.
- Entry point: a 'Message' button on each offer card (hidden on your own
  listings) → /chat/:pubkey.
- Routing + i18n en/es/pt.

Tests: 5 cubit (send/receive/order/filter/offline) + chat offline + market, green.
2026-07-10 10:59:47 +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): messaging UI — private 1:1 chat (NIP-17) 2026-07-10 10:59:47 +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): messaging UI — private 1:1 chat (NIP-17) 2026-07-10 10:59:47 +02:00
ui feat(block2): messaging UI — private 1:1 chat (NIP-17) 2026-07-10 10:59:47 +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