mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 18:10:47 -04:00
volkswagen
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
|||||||
<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-C7uRq3t_.js"></script>
|
<script type="module" crossorigin src="/assets/index-BH5wEcCw.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Ch8K2WKK.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-CkmtWYSn.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -126,7 +126,6 @@ export default function VipNeatoCard({
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid gap-0.5 grid-cols-1 lg:grid-cols-[minmax(0,1.2fr)_minmax(0,0.8fr)]">
|
|
||||||
<section className="surface-muted px-0.5 py-0.5">
|
<section className="surface-muted px-0.5 py-0.5">
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-0.5">
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-0.5">
|
||||||
<div className="grid gap-0.5">
|
<div className="grid gap-0.5">
|
||||||
@@ -143,7 +142,6 @@ export default function VipNeatoCard({
|
|||||||
{working === primaryAction.key ? primaryAction.pending : primaryAction.label}
|
{working === primaryAction.key ? primaryAction.pending : primaryAction.label}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
disabled={!canRunLocate || Boolean(working)}
|
disabled={!canRunLocate || Boolean(working)}
|
||||||
@@ -164,17 +162,11 @@ export default function VipNeatoCard({
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="surface-muted px-0.5 py-0.5">
|
<section className="surface-muted px-0.5 py-0.5">
|
||||||
<div className="grid gap-0.5 grid-cols-2">
|
<div className="grid gap-0.5 grid-cols-2 sm:grid-cols-3 lg:grid-cols-7">
|
||||||
<StatusTile label="Battery" value={batteryLabel} tone={batteryTone} />
|
<StatusTile label="Battery" value={batteryLabel} tone={batteryTone} />
|
||||||
<StatusTile label="Voltage" value={voltageLabel} tone={voltage == null ? 'muted' : 'info'} />
|
<StatusTile label="Voltage" value={voltageLabel} tone={voltage == null ? 'muted' : 'info'} />
|
||||||
<StatusTile label="Docked" value={docked ? 'Yes' : 'No'} tone={docked ? 'info' : 'muted'} />
|
<StatusTile label="Docked" value={docked ? 'Yes' : 'No'} tone={docked ? 'info' : 'muted'} />
|
||||||
<StatusTile label="Charging" value={charging ? 'Yes' : 'No'} tone={charging ? 'info' : 'muted'} />
|
<StatusTile label="Charging" value={charging ? 'Yes' : 'No'} tone={charging ? 'info' : 'muted'} />
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<section className="surface-muted px-0.5 py-0.5">
|
|
||||||
<div className="grid gap-0.5 grid-cols-1 md:grid-cols-3">
|
|
||||||
<StatusTile label="UI state" value={uiStateLabel} tone="muted" valueClass="truncate" />
|
<StatusTile label="UI state" value={uiStateLabel} tone="muted" valueClass="truncate" />
|
||||||
<StatusTile
|
<StatusTile
|
||||||
label="Robot error"
|
label="Robot error"
|
||||||
|
|||||||
Reference in New Issue
Block a user