fix: dark mode for Live Demo tab + pose_source passthrough

- Convert all Live Demo sidebar panels to dark theme matching rest of UI
- Fix pose_source not reaching LiveDemoTab (was lost in
  convertZoneDataToRestFormat — now passes through from WS message)
- Dark backgrounds, muted text, consistent border opacity throughout
- Estimation Mode badge colors adjusted for dark background contrast

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv
2026-03-02 11:03:09 -05:00
parent 135d7d3d8c
commit 8e487c54ea
2 changed files with 60 additions and 56 deletions
+1
View File
@@ -511,6 +511,7 @@ export class PoseService {
persons: persons,
zone_summary: zoneSummary,
processing_time_ms: zoneData.metadata?.processing_time_ms || 0,
pose_source: originalMessage.pose_source || zoneData.pose_source || null,
metadata: {
mock_data: false,
source: 'websocket',