tane/apps/app_seeds/lib
vjrj 2b419e6516 feat(market): embed offer photos inline instead of a media server
Replace the Blossom media-server approach with a fully decentralized one:
generate a small (~320px) JPEG thumbnail from the lot's cover photo and
embed it in the offer event as a data: URI, so photos ride the relays with
no server and no IP leak. The full photo stays in the encrypted inventory.

- offer_thumbnail.dart: downscale-until-it-fits data-URI builder + decoder
- market_widgets: render data: URIs from memory, http(s) URLs from network
- offers_cubit: publish a thumbnail (best-effort) in place of an upload
- drop MediaTransport/Blossom from commons_core (http/crypto deps) and the
  media-server setting; parked on branch parked/offer-photos-blossom

Relay event-size limits cap the image to a thumbnail; higher-res sharing
would need the parked Blossom path.
2026-07-10 21:27:59 +02:00
..
data feat(market): host and publish the cover photo with each offer 2026-07-10 21:12:36 +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 'worktree-print-labels': print seed labels with QR 2026-07-10 19:20:33 +02:00
domain Solve lint issue 2026-07-10 10:34:43 +02:00
i18n feat(market): embed offer photos inline instead of a media server 2026-07-10 21:27:59 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services feat(market): embed offer photos inline instead of a media server 2026-07-10 21:27:59 +02:00
state feat(market): embed offer photos inline instead of a media server 2026-07-10 21:27:59 +02:00
ui feat(market): embed offer photos inline instead of a media server 2026-07-10 21:27:59 +02:00
app.dart Merge branch 'claude/intelligent-bardeen-0d5ee9': market detail page, filters, publish-dedup 2026-07-10 19:11:59 +02:00
bootstrap.dart perf(startup): paint a splash immediately, run init off the first frame 2026-07-10 17:34:08 +02:00
main.dart perf(startup): paint a splash immediately, run init off the first frame 2026-07-10 17:34:08 +02:00