mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
remove directions from action button
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="Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-Hq0EgAdl.js"></script>
|
<script type="module" crossorigin src="/assets/index-GngyFkpc.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-LJWnKvT4.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-LJWnKvT4.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -322,7 +322,9 @@ export default function DriveDockAction({
|
|||||||
</div>
|
</div>
|
||||||
{!isMobile && expanded && (
|
{!isMobile && expanded && (
|
||||||
<>
|
<>
|
||||||
<StepList steps={dockInstructions.steps} tone="indigo" />
|
<p className="text-sm text-indigo-50/90">
|
||||||
|
Get near a dock and press this button to enter docking assist mode.
|
||||||
|
</p>
|
||||||
<div className="flex w-full flex-1 flex-col gap-0.5 self-stretch">
|
<div className="flex w-full flex-1 flex-col gap-0.5 self-stretch">
|
||||||
<StatusRow label="Dock" value={dockValue} tone={dockTone} />
|
<StatusRow label="Dock" value={dockValue} tone={dockTone} />
|
||||||
<StatusRow label="Charge" value={chargeValue} tone={chargeTone} />
|
<StatusRow label="Charge" value={chargeValue} tone={chargeTone} />
|
||||||
|
|||||||
Reference in New Issue
Block a user