dashboard: clean up and enable swipe page navigation

This commit is contained in:
2026-06-18 22:49:40 -06:00
parent 05c70cab87
commit a14cd00387
4 changed files with 33 additions and 66 deletions
+7
View File
@@ -304,3 +304,10 @@ The dashboard enclosure will include an M9N GPS module connected to the ESP32-S3
The dashboard has a hidden diagnostics overlay. Tap the top status card five times within roughly three seconds to open it. Double-tap the diagnostics overlay to return to the main dashboard.
The diagnostics overlay shows dashboard version, uptime, heap, WiFi RSSI/IP, Cargo API status, Cargo firmware version, Cargo uptime, Cargo heap, Cargo AP client count, BMS status, relay count, and basic control-loop state.
## Dashboard Page Navigation
- Main Dashboard remains the default startup page.
- Swipe right from the main dashboard to open Battery Detail.
- Swipe left from Battery Detail to return to the main dashboard.
- Diagnostics remains hidden behind the multi-tap system-card gesture.