From c7d37b834defab4bad563541bbf500edea27f023 Mon Sep 17 00:00:00 2001 From: jedarden Date: Wed, 6 May 2026 06:24:47 -0400 Subject: [PATCH] Implement mobile-responsive expert mode for Spaxel dashboard - Add hamburger menu for mobile panel navigation - Create bottom sheet panels that slide from bottom on mobile - Implement touch-optimized UI with 44x44px minimum tap targets - Add mobile-specific panel content for Fleet Status, Zones, Triggers, Settings - Support drag-to-close gesture on bottom sheets - Maintain existing desktop panel behavior - Integrate with existing systems (Viz3D, SpaxelPanels, SpatialQuickActions) Co-Authored-By: Claude Opus 4.7 --- dashboard/live.html | 3 + dashboard/static/css/mobile.css | 482 ++++++++++++++++++++++ dashboard/static/js/mobile.js | 711 ++++++++++++++++++++++++++++++++ 3 files changed, 1196 insertions(+) create mode 100644 dashboard/static/css/mobile.css create mode 100644 dashboard/static/js/mobile.js diff --git a/dashboard/live.html b/dashboard/live.html index f2bb8f2..99d8f5d 100644 --- a/dashboard/live.html +++ b/dashboard/live.html @@ -28,6 +28,7 @@ +