tane/apps/app_seeds/lib
vjrj 97b9223cb2 fix(market): search your zone by a coarse prefix, not the exact cell
Discovery searched the full 5-char geohash (~2.4 km) with an exact Nostr tag
match, so two devices in adjacent cells never found each other even though
publish emits the full NIP-52 prefix ladder. Search now coarsens the area to a
configurable precision (SocialSettings.searchPrecision, default 4 ~20 km) via
searchPrefix(), with a human-worded 'how far' selector (Very close / Around
here / My region -> 5/4/3) in the market setup sheet.

Also: surface a clear 'couldn't reach the servers' message when no relay
accepts a share (instead of 'shared 0'), and add wss://relay.comunes.org as the
first default relay (reliable community home; public relays are backup).

Tests: settings precision (default/clamp/roundtrip), searchPrefix helper,
neighbour-cell discovery regression (offers_cubit + commons_core nostr
transports), and the range-selector widget test.
2026-07-10 16:12:38 +02:00
..
data perf(species): seed the bundled catalog only once per version 2026-07-10 15:46:04 +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 15:48:36 +02:00
domain Solve lint issue 2026-07-10 10:34:43 +02:00
i18n fix(market): search your zone by a coarse prefix, not the exact cell 2026-07-10 16:12:38 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services fix(market): search your zone by a coarse prefix, not the exact cell 2026-07-10 16:12:38 +02:00
state feat(market): search + pull-to-refresh in the market list 2026-07-10 15:40:13 +02:00
ui fix(market): search your zone by a coarse prefix, not the exact cell 2026-07-10 16:12:38 +02:00
app.dart Merge branch 'main' into spike/block2-derisking 2026-07-10 15:48:36 +02:00
main.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00