fix(ui): remove placeholder elements — no scanlines, no DEV BUILD, no tweaks panel: screens-home.jsx

This commit is contained in:
Zac Gaetano 2026-05-22 09:30:49 -04:00
parent 6ac3050a05
commit 6e763e8270

View file

@ -54,7 +54,6 @@ function Home({ navigate }) {
<span className="badge live">REC</span>
</div>
<FauxFrame seed={i + 1} />
<div className="scanlines" />
<div className="live-feed-tile-label">
<span className="name">{r.name}</span>
<span className="time">{r.elapsed}</span>
@ -147,7 +146,6 @@ function StorageBar() {
{ label: "Audio", color: "#B57CFA", value: 3 },
{ label: "Other", color: "#6B7280", value: 3 },
];
const total = segments.reduce((a, b) => a + b.value, 0);
const cap = 100;
return (
<div>