mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
wagh
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<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">
|
<link rel="stylesheet" crossorigin href="/assets/index-BJwrnf9g.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+2
-1
@@ -24,6 +24,7 @@ import FullscreenPrompt from './components/FullscreenPrompt.jsx';
|
|||||||
import { useFullscreenPrompt } from './hooks/useFullscreenPrompt.js';
|
import { useFullscreenPrompt } from './hooks/useFullscreenPrompt.js';
|
||||||
import { useSettingsNamespace } from './settings/index.js';
|
import { useSettingsNamespace } from './settings/index.js';
|
||||||
import HelpOverlay from './components/HelpOverlay.jsx';
|
import HelpOverlay from './components/HelpOverlay.jsx';
|
||||||
|
import DrivePanel from './components/DrivePanel.jsx';
|
||||||
|
|
||||||
function useLayoutMode() {
|
function useLayoutMode() {
|
||||||
const [mode, setMode] = useState(() => {
|
const [mode, setMode] = useState(() => {
|
||||||
@@ -121,7 +122,7 @@ function MobileLandscapeLayout() {
|
|||||||
</section>
|
</section>
|
||||||
<RoomCameraPanel panelId="mobile-landscape-room" />
|
<RoomCameraPanel panelId="mobile-landscape-room" />
|
||||||
<HomeAssistantControls />
|
<HomeAssistantControls />
|
||||||
{/* <DrivePanel /> */}
|
<DrivePanel />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function DrivePanel() {
|
|||||||
</div> */}
|
</div> */}
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<ActionCard
|
<ActionCard
|
||||||
title="Startfdsafsdfas Driving"
|
title="Startfdsafsdfakjfdhlkfshlkjss Driving"
|
||||||
description="Press to enable driving mode, then start moving."
|
description="Press to enable driving mode, then start moving."
|
||||||
statuses={[{ label: drivingMode ? 'Ready!' : 'Press to enter driving mode!', active: drivingMode }]}
|
statuses={[{ label: drivingMode ? 'Ready!' : 'Press to enter driving mode!', active: drivingMode }]}
|
||||||
tone="emerald"
|
tone="emerald"
|
||||||
|
|||||||
Reference in New Issue
Block a user