tane/apps/app_seeds/lib
vjrj f45c452615 fix(inventory): recover from a stuck loading spinner
The inventory stream subscription had no onError handler, so a transient
failure at startup (e.g. the encrypted DB not yet ready) went unhandled
and left loading=true forever — the spinner that only a restart cleared.

Handle stream errors: drop out of loading, surface an error state, and
offer a retry that re-opens the stream. Add a _LoadError view (i18n en/
es/ast/pt) and cover both the failure and the retry-recovers paths.
2026-07-10 22:12:24 +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 refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
domain Solve lint issue 2026-07-10 10:34:43 +02:00
i18n fix(inventory): recover from a stuck loading spinner 2026-07-10 22:12:24 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
state fix(inventory): recover from a stuck loading spinner 2026-07-10 22:12:24 +02:00
ui fix(inventory): recover from a stuck loading spinner 2026-07-10 22:12:24 +02:00
app.dart refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
bootstrap.dart refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
main.dart feat(identity): switch social identity, all from the one backup 2026-07-10 20:22:24 +02:00