tane/apps/app_seeds/lib
vjrj 1a81db9bf0 fix(block2): sharing sheet overflow + location button feedback/robustness
Reported: sheet overflowed 7.7px with the keyboard up, and 'use my location'
seemed to do nothing.
- Config sheet is now scrollable (SingleChildScrollView) — no keyboard overflow.
- 'Use my location' shows an inline spinner + inline error (the old snackbar was
  hidden BEHIND the bottom sheet, so failures were invisible). Message is now
  actionable ('check location is on and the permission is granted').
- Provider hardening: request permission first; on permanent denial open app
  settings; if location services are off open location settings; time-limit the
  fix and fall back to last-known position so it doesn't hang indoors.

Analyzer clean; market tests green.
2026-07-10 11:09:12 +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 fix(block2): sharing sheet overflow + location button feedback/robustness 2026-07-10 11:09:12 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services fix(block2): sharing sheet overflow + location button feedback/robustness 2026-07-10 11:09:12 +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 fix(block2): sharing sheet overflow + location button feedback/robustness 2026-07-10 11:09:12 +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