fix(ui): fix [object Object] in device info/stats, soften search button color

- Stats: battery fallback used ${bat} on an object — now uses battery_mv
  from core stats when dedicated get_bat returns null
- Info: remove old v1 regex JSON parsing, use v2 dict response directly
- Search FAB: change from bright orange to muted teal

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-03-12 20:14:25 +01:00
parent 65b33b4af6
commit 6fcbcb7d4f
3 changed files with 10 additions and 19 deletions
+2 -2
View File
@@ -1240,9 +1240,9 @@ main {
color: white;
}
/* Search FAB button (orange gradient) */
/* Search FAB button (muted teal) */
.fab-search {
background: linear-gradient(135deg, #fd7e14 0%, #e8590c 100%);
background: linear-gradient(135deg, #5fa8a0 0%, #4a8f88 100%);
color: white;
}