This commit is contained in:
legop3
2025-12-21 14:40:06 -05:00
parent 8296278e1c
commit 0836afc0c0
4 changed files with 12 additions and 11 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-cJvNDfdb.js"></script>
<script type="module" crossorigin src="/assets/index-BfzsBBUc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BJwrnf9g.css">
</head>
<body>
+2 -1
View File
@@ -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>
);
+1 -1
View File
@@ -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"