diff --git a/webui/src/App.jsx b/webui/src/App.jsx index b2e86378..a251b6aa 100644 --- a/webui/src/App.jsx +++ b/webui/src/App.jsx @@ -81,7 +81,7 @@ function DesktopLayout({ layout, onOpenHelpOverlay }) {
No admin log entries yet.
) : ( @@ -17,7 +15,7 @@ export default function AdminIpLogPanel({ entries }) { .slice() .reverse() .map((entry) => ( -Admin-only log stream; IPs never appear in user data.
-Admin login
+No messages yet.
) : ( diff --git a/webui/src/components/DriverVideo/index.jsx b/webui/src/components/DriverVideo/index.jsx index 375fef1c..e06d0a54 100644 --- a/webui/src/components/DriverVideo/index.jsx +++ b/webui/src/components/DriverVideo/index.jsx @@ -10,6 +10,7 @@ import OvercurrentOverlay from '../HudOverlays/OvercurrentOverlay/index.jsx'; import LowBatteryOverlay from '../HudOverlays/LowBatteryOverlay/index.jsx'; import DriverBottomStrip from '../HudOverlays/DriverBottomStrip/index.jsx'; import HudChatInput from '../HudOverlays/HudChatInput/index.jsx'; +import CardFrame from '../CardFrame/index.jsx'; export default function DriverVideo({ layoutFormat = 'desktop' }) { const roverId = useSessionSelector((state) => state.session?.assignment?.roverId ?? null); @@ -20,7 +21,7 @@ export default function DriverVideo({ layoutFormat = 'desktop' }) { if (!roverId) { return ( -You are not assigned to a rover.
@@ -29,13 +30,13 @@ export default function DriverVideo({ layoutFormat = 'desktop' }) {
Controller
-- {activePad ? 'Move sticks or press buttons to bind' : 'Connect a controller to configure.'} -
- {captureAction && ( -Capturing {captureAction.label}…
- )} -Capturing {captureAction.label}…
+ )} -Connected controller
{hubState.pads.length === 0 ? (No controller detected.
@@ -257,7 +254,7 @@ export default function GamepadMappingSettings() { )}Calibration