feat(ui): v1.13 — collapsible Settings, Favourites Dial, GPX trail, schema fix

- SettingsScreen: collapsible sections (Enter toggles); all collapsed by default;
  vis[] filtered list drives render and UP/DOWN/Enter navigation
- NodePrefs: bump SCHEMA_SENTINEL 0xC0DE0003 → 0xC0DE0004; reset trail_units_idx
  in mismatch handler (was corrupted on upgrade from 0003 saves)
- UITask: shorten "No contacts available" → "No fav contacts" (OLED alert overflow)
- README: document Favourites Dial, GPS Trail + GPX download instructions,
  Mark-all-read, collapsible Settings; update USB/BLE export note

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-26 15:49:50 +02:00
co-authored by Claude Sonnet 4.6
parent 755525761e
commit 439c726f1e
5 changed files with 148 additions and 44 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ class HomeScreen : public UIScreen {
}
}
if (_pin_count == 0) {
_task->showAlert("No contacts available", 1000);
_task->showAlert("No fav contacts", 1000);
_pin_target_slot = -1;
return;
}