fix(webui): add 3 missing imports to App.jsx (Issue #329) P0 #338

Merged
sl-jetson merged 1 commits from sl-webui/issue-329-import-fix into main 2026-03-03 11:22:27 -05:00
Collaborator

StatusHeader, LogViewer, MotorCurrentGraph imports were missing — dashboard crashed on load.

StatusHeader, LogViewer, MotorCurrentGraph imports were missing — dashboard crashed on load.
sl-jetson added 1 commit 2026-03-03 11:22:20 -05:00
Critical bug fix:
- Added missing StatusHeader import (used in JSX line 215)
- Added missing LogViewer import (used in JSX line 291)
- Added missing MotorCurrentGraph import (used in JSX line 264)

These imports were referenced in JSX but not imported, causing dashboard crashes on load.

Build verification:
- 122 modules, all compiled successfully
- No errors or warnings
- Bundle: 255.38 KB main

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
sl-jetson merged commit a310c8afc9 into main 2026-03-03 11:22:27 -05:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seb/saltylab-firmware#338
No description provided.