Made UI pretty!
CI / scan_ruby (push) Failing after 9s
CI / scan_js (push) Failing after 7s
CI / lint (push) Failing after 8s

This commit is contained in:
2026-09-17 20:59:56 -06:00
parent 7c71f4a0ad
commit 87894ad620
6 changed files with 938 additions and 287 deletions
+14
View File
@@ -0,0 +1,14 @@
# Phase 007 Execution
## Goal
Improve the vehicle tracker UI for mobile-first use with dashboard-style vehicle tiles, clearer vehicle detail layout, collapsible sections, and maintenance status visibility.
## Planned Changes
- Show vehicle tiles on the vehicle index instead of a plain table.
- Surface overdue/upcoming maintenance names on vehicle tiles.
- Reorder the vehicle detail page around the mobile fuel-entry workflow.
- Add top-of-page overdue/upcoming maintenance alerts only when needed.
- Convert vehicle details to a compact table.
- Make sections collapsible, with fuel open by default and maintenance open when attention is needed.
- Add lightweight dashboard styling in plain CSS.
- Update request specs for the new structure and status behavior.