fix(ui): repair sensing UI — OrbitControls import, WebSocket port, toast null container (#760) Fix three bugs that prevented all live data visualization in the sensing UI: - Bug 1: Replace CDN OrbitControls with ES module import (Three.js r160 removed examples/js/) - Bug 2: Correct WebSocket URL from localhost:8000/ws/pose to localhost:3001/ws/sensing - Bug 3: Guard ToastManager.show() against null container (init() called after show()) Also fix --no-default-features compilation for wifi-densepose-core by adding conditional alloc imports and replacing std:: references with core:: equivalents. Co-Authored-By: claude-flow <ruv@ruv.net> @ |
||
|---|---|---|
| .. | ||
| activity-log.js | ||
| backend-detector.js | ||
| command-palette.js | ||
| connection-status.js | ||
| data-export.js | ||
| fullscreen.js | ||
| i18n.js | ||
| idle-manager.js | ||
| keyboard-shortcuts.js | ||
| mobile-nav.js | ||
| mock-server.js | ||
| notification-center.js | ||
| onboarding.js | ||
| perf-monitor.js | ||
| pose-renderer.js | ||
| quick-settings.js | ||
| router.js | ||
| screenshot.js | ||
| theme-toggle.js | ||
| toast.js | ||
| uptime-clock.js | ||