mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
wagh
This commit is contained in:
+2
-1
@@ -24,6 +24,7 @@ import FullscreenPrompt from './components/FullscreenPrompt.jsx';
|
||||
import { useFullscreenPrompt } from './hooks/useFullscreenPrompt.js';
|
||||
import { useSettingsNamespace } from './settings/index.js';
|
||||
import HelpOverlay from './components/HelpOverlay.jsx';
|
||||
import DrivePanel from './components/DrivePanel.jsx';
|
||||
|
||||
function useLayoutMode() {
|
||||
const [mode, setMode] = useState(() => {
|
||||
@@ -121,7 +122,7 @@ function MobileLandscapeLayout() {
|
||||
</section>
|
||||
<RoomCameraPanel panelId="mobile-landscape-room" />
|
||||
<HomeAssistantControls />
|
||||
{/* <DrivePanel /> */}
|
||||
<DrivePanel />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function DrivePanel() {
|
||||
</div> */}
|
||||
<div className="space-y-0.5">
|
||||
<ActionCard
|
||||
title="Startfdsafsdfas Driving"
|
||||
title="Startfdsafsdfakjfdhlkfshlkjss Driving"
|
||||
description="Press to enable driving mode, then start moving."
|
||||
statuses={[{ label: drivingMode ? 'Ready!' : 'Press to enter driving mode!', active: drivingMode }]}
|
||||
tone="emerald"
|
||||
|
||||
Reference in New Issue
Block a user