[feat] number-ball (#1)

This commit was merged in pull request #1.
This commit is contained in:
He
2026-06-15 19:33:30 +08:00
committed by GitHub
parent 02c5694189
commit 135ffa1df4
4 changed files with 26 additions and 15 deletions
+1 -7
View File
@@ -8,13 +8,7 @@ interface SingleModePanelProps {
export function SingleModePanel({ singleBatches }: SingleModePanelProps) {
if (singleBatches.length === 0) {
return (
<div className="flex flex-col items-center justify-center h-12 gap-3">
<div className="text-[10px] tracking-[0.2em] text-[#cdd2d8] font-mono uppercase">
AWAITING INPUT
</div>
</div>
)
return null
}
// Reverse to show newest first