This commit is contained in:
legop3
2026-06-19 22:09:04 -04:00
parent 51b53cc2d0
commit bd857e6387
5 changed files with 8 additions and 8 deletions
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
+2 -2
View File
@@ -78,8 +78,8 @@
<script defer src="https://analytics.otter.land/script.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land"></script> <script defer src="https://analytics.otter.land/script.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land"></script>
<script defer src="https://analytics.otter.land/recorder.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land" data-sample-rate="0.15" data-mask-level="moderate" data-max-duration="300000"></script> <script defer src="https://analytics.otter.land/recorder.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land" data-sample-rate="0.15" data-mask-level="moderate" data-max-duration="300000"></script>
<title>Roomba Rover</title> <title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-Y3LY-JNI.js"></script> <script type="module" crossorigin src="/assets/index-DYZ0CDIw.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CwI-lBCQ.css"> <link rel="stylesheet" crossorigin href="/assets/index--DqrzMoo.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+3 -3
View File
@@ -180,7 +180,7 @@ function BarcodeScanToast({ payload }) {
const label = payload?.label || payload?.code || 'unknown barcode'; const label = payload?.label || payload?.code || 'unknown barcode';
return ( return (
<div className="pointer-events-auto max-w-[80vw] rounded-md bg-neutral-800 px-2 py-1 text-xl leading-tight text-slate-100"> <div className="pointer-events-auto max-w-[80vw] rounded-md bg-neutral-800 px-2 py-1 text-l leading-tight text-slate-100">
<style> <style>
{` {`
@keyframes barcode-wiki-flat-flash { @keyframes barcode-wiki-flat-flash {
@@ -196,14 +196,14 @@ function BarcodeScanToast({ payload }) {
`} `}
</style> </style>
<p className="flex flex-wrap items-center gap-0.5 text-slate-100"> <p className="flex flex-wrap items-center gap-0.5 text-slate-100">
<span className="font-semibold text-slate-300 pr-2">Barcode scanned:</span> <span className="font-semibold text-slate-300 pr-1">Barcode scanned:</span>
<span className="font-semibold text-white">{label}</span> <span className="font-semibold text-white">{label}</span>
{wikiUrl ? ( {wikiUrl ? (
<a <a
href={wikiUrl} href={wikiUrl}
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="rounded-md px-1 py-2 text-2xl font-semibold leading-tight tracking-normal" className="rounded-md ml-0.5 px-2 py-1 text-xl font-semibold leading-tight tracking-normal"
style={{ animation: 'barcode-wiki-flat-flash 0.35s steps(1, end) infinite' }} style={{ animation: 'barcode-wiki-flat-flash 0.35s steps(1, end) infinite' }}
> >
Wiki link Wiki link