tane/apps/app_seeds/lib
vjrj 3641dcbdc3 fix(block2): make DI idempotent — stop the app falling back to 'inventory only'
Feedback: at times the social items showed greyed ('like phase 1'), only
inventory active. Cause: a hot restart / Android Activity restart re-runs main
while GetIt still holds the singletons; re-registration threw, main aborted
before rebuilding TaneApp with the social layer, leaving the pre-Block-2 tree.
configureDependencies now returns early if already configured, so re-entry
succeeds and TaneApp is always built with the social layer wired.
2026-07-10 15:24:23 +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 fix(block2): make DI idempotent — stop the app falling back to 'inventory only' 2026-07-10 15:24:23 +02:00
domain Solve lint issue 2026-07-10 10:34:43 +02:00
i18n feat(block2): global 'you're offline' banner (network state) 2026-07-10 15:18:16 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services fix(block2): sharing config UX + discovery + labels (raw feedback batch) 2026-07-10 13:32:11 +02:00
state fix(block2): sharing config UX + discovery + labels (raw feedback batch) 2026-07-10 13:32:11 +02:00
ui feat(block2): global 'you're offline' banner (network state) 2026-07-10 15:18:16 +02:00
app.dart feat(block2): global 'you're offline' banner (network state) 2026-07-10 15:18:16 +02:00
main.dart feat(block2): show contact names (resolve peers' published profiles) 2026-07-10 12:47:48 +02:00