mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
* feat: improve dashboard status indicators with chips and new icons - Add StatusChip composable for pill-style status indicators - Use distinct icons for temperatures: car icon (inside), sun icon (outside) - Add Driving status with DriveEta icon when vehicle is driving - Add red sentry mode dot next to lock indicator when active - Add i18n strings for driving, sentry_mode_active, inside_temp, outside_temp Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: simplify status indicators to icon-only with tooltips - Replace chip-style indicators with simple icons - Add tooltips on tap for all status icons - Power icon: green when online, grey otherwise - Lock icon: grey when locked, light red when unlocked - Sentry mode: red dot shown when active - Plug icon: grey, shown when plugged in - Temperatures: "Ext:" and "Int:" labels with thermometer - Int label and value bold when climate is on Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: make status icon tooltips show on tap instead of long-press Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: make Int temperature green when climate is active Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: add climate status tooltip to temperature indicators Tapping on either Ext or Int temperature now shows tooltip indicating whether climate is active or inactive. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>