fix: loadCachedDb() before backfill to ensure in-mem nodedb isn't stale, show filtered count in nodelist (#3827)

This commit is contained in:
Mac DeCourcy 2025-11-26 15:44:35 -08:00 committed by GitHub
parent 4cecc578d8
commit 500ae49b2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View file

@ -774,7 +774,7 @@
<string name="modules_unlocked">Modules unlocked</string>
<string name="modules_already_unlocked">Modules already unlocked</string>
<string name="remote">Remote</string>
<string name="node_count_template">(%1$d online / %2$d total)</string>
<string name="node_count_template">(%1$d online / %2$d shown / %3$d total)</string>
<string name="react">React</string>
<string name="disconnect">Disconnect</string>
<string name="scanning_bluetooth">Scanning for Bluetooth devices…</string>