mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
awawa
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
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="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-CDTzF5I8.js"></script>
|
<script type="module" crossorigin src="/assets/index-B6iybFTB.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BylJ4KaG.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-jwQkh99Y.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -29,8 +29,14 @@ export default function OverseerPreferencePanel() {
|
|||||||
<div className="mt-0.5 text-slate-400">
|
<div className="mt-0.5 text-slate-400">
|
||||||
Yes?: {Number(vote?.yesCount || 0)}, No!: {Number(vote?.noCount || 0)}
|
Yes?: {Number(vote?.yesCount || 0)}, No!: {Number(vote?.noCount || 0)}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-0.5 text-slate-300">
|
<div className="mt-0.5">
|
||||||
{running ? 'running' : 'stopped'}, {running ? 'yes' : 'no'}
|
<span
|
||||||
|
className={`inline-flex items-center rounded px-1.5 py-0.5 text-[0.7rem] font-medium ${
|
||||||
|
running ? 'bg-emerald-600/80 text-emerald-50' : 'bg-slate-600/70 text-slate-100'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
{running ? 'running' : 'stopped'}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user