mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
whayy
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>webui</title>
|
<title>webui</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DZfa02-s.js"></script>
|
<script type="module" crossorigin src="/assets/index-CtgAHJz9.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DHDtmVNU.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DHDtmVNU.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ function HudOverlay({ frame }) {
|
|||||||
// ];
|
// ];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="pointer-events-none absolute inset-0 flex flex-col justify-between p-1 text-[0.65rem] text-slate-200">
|
<div className="absolute">
|
||||||
{/* <div className="flex items-center justify-between gap-1">
|
{/* <div className="flex items-center justify-between gap-1">
|
||||||
<div className="flex items-center gap-1 text-[0.55rem] text-slate-400">
|
<div className="flex items-center gap-1 text-[0.55rem] text-slate-400">
|
||||||
<span className={`h-2 w-2 rounded-full ${pulse ? 'bg-emerald-300 shadow-[0_0_4px_rgba(16,185,129,0.8)]' : 'bg-slate-700'}`} />
|
<span className={`h-2 w-2 rounded-full ${pulse ? 'bg-emerald-300 shadow-[0_0_4px_rgba(16,185,129,0.8)]' : 'bg-slate-700'}`} />
|
||||||
@@ -232,7 +232,7 @@ function HudOverlay({ frame }) {
|
|||||||
))}
|
))}
|
||||||
</div> */}
|
</div> */}
|
||||||
{/* bump and wheel drops bar */}
|
{/* bump and wheel drops bar */}
|
||||||
<div className="flex top-3 left-1/2 -translate-x-1/2 gap-1 bg-gray-900/40 rounded-full">
|
<div className="flex top-3 left-1/2 -translate-x-1/2 gap-1 bg-gray-900/40 rounded-full relative">
|
||||||
<div className={`px-1 py-0.5 rounded-full ${bumps.bumpLeft ? 'bg-red-500 text-white animate-pulse' : 'bg-black/40 text-slate-500'}`}>
|
<div className={`px-1 py-0.5 rounded-full ${bumps.bumpLeft ? 'bg-red-500 text-white animate-pulse' : 'bg-black/40 text-slate-500'}`}>
|
||||||
Left Bump
|
Left Bump
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user