spaxel/dashboard/css
jedarden ef9cd3fe15 feat(expert-mode): improve mobile touch controls for 3D scene
- Simplified OrbitControls touch gesture configuration:
  - ONE: THREE.TOUCH.ROTATE (one-finger orbit)
  - TWO: THREE.TOUCH.DOLLY (pinch zoom only, no accidental pan)
  - THREE: THREE.TOUCH.PAN (three-finger pan)

- Removed complex dynamic enablePan toggling that didn't work reliably
  with OrbitControls' internal touch processing

- Added iOS Safari-specific touch improvements:
  - Double-tap zoom prevention
  - Touch action and user select CSS properties
  - -webkit-tap-highlight-color: transparent

- Enhanced CSS for better mobile touch handling:
  - touch-action: none on scene container and canvas
  - -webkit-touch-callout: none
  - -webkit-user-select: none
  - user-select: none

All mobile tests (29 tests) and quick-actions tests (22 tests) pass.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 11:01:34 -04:00
..
_fix_html.py style(dashboard): complete CSS tokenization and add live-view grid layout classes 2026-04-24 15:14:40 -04:00
_tokenize.py style(dashboard): complete CSS tokenization and add live-view grid layout classes 2026-04-24 15:14:40 -04:00
ambient.css feat(dashboard): polish tap-to-jump UX and remove expert-mode gating 2026-04-24 23:16:56 -04:00
anomaly.css feat(dashboard): anomaly detection & security mode UI with WS consistency fix 2026-04-25 09:03:51 -04:00
apdetection.css style(dashboard): complete design token migration and live view cleanup 2026-04-24 16:39:53 -04:00
ble-panel.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
briefing.css feat(dashboard): polish tap-to-jump UX and remove expert-mode gating 2026-04-24 23:16:56 -04:00
command-palette.css feat(dashboard): polish tap-to-jump UX and remove expert-mode gating 2026-04-24 23:16:56 -04:00
explainability.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
fleet-page.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
floorplan.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
guided-help.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
home.css fix(dashboard): center home page max-width containers 2026-04-24 17:12:45 -04:00
integrations.css feat(dashboard): add axe-core accessibility CI gate for all dashboard pages 2026-04-24 18:31:17 -04:00
layout.css feat(expert-mode): improve mobile touch controls for 3D scene 2026-04-25 11:01:34 -04:00
notifications.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
panels.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
quick-actions.css fix(dashboard): repair CSS syntax errors and complete token migration 2026-04-24 16:57:32 -04:00
replay.css fix(dashboard): CSS syntax fixes and timeline mode detection cleanup 2026-04-24 19:20:58 -04:00
scene.css feat(expert-mode): improve mobile touch controls for 3D scene 2026-04-25 11:01:34 -04:00
security.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
simulator.css chore(dashboard): remove stale simple/expert mode references from CSS comments 2026-04-24 20:37:18 -04:00
sleep.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
timeline.css chore(dashboard): remove stale simple/expert mode references from CSS comments 2026-04-24 20:37:18 -04:00
tokens.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
troubleshoot.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
wizard.css chore(dashboard): remove stale simple/expert mode references from CSS comments 2026-04-24 20:37:18 -04:00