mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
guh
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
@@ -5,8 +5,8 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>webui</title>
|
||||
<script type="module" crossorigin src="/assets/index-YyHb3Qwu.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CGtldhIa.css">
|
||||
<script type="module" crossorigin src="/assets/index-BGrcbIm7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DEkIseQD.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -76,8 +76,8 @@ export default function TelemetryPanel() {
|
||||
|
||||
|
||||
{rawSnippet && (
|
||||
console.log('rawSnippet:', rawSnippet),
|
||||
<pre className="mt-1 text-wrap word-break p-1 text-xs text-lime-300">
|
||||
// console.log('rawSnippet:', rawSnippet),
|
||||
<pre className="mt-1 text-wrap break-words p-1 text-xs text-lime-300 bg-gray-700">
|
||||
{rawSnippet}
|
||||
</pre>
|
||||
)}
|
||||
@@ -124,7 +124,7 @@ function CliffBar({ value }) {
|
||||
const height = `${pct}%`;
|
||||
return (
|
||||
<div className="w-1/4 h-6 bg-gray-700 rounded-sm overflow-hidden">
|
||||
<div className="w-full bg-lime-400" style={{ height }} />
|
||||
<div className="w-full bg-amber-400" style={{ height }} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user