big ui sweep. combined queue and roster.

This commit is contained in:
legop3
2026-01-20 14:25:48 -05:00
parent 850ac3ec15
commit b9a007bd48
39 changed files with 568 additions and 234 deletions
+3 -3
View File
@@ -167,7 +167,7 @@ function ReplaySnapshotHealth({ health }) {
</span>
</div>
</div>
<div className="space-y-0.25 text-xs text-slate-300">
<div className="space-y-0.5 text-xs text-slate-300">
{replay.sources.map((source) => (
<div key={`${source.type}:${source.id}`} className="flex items-center justify-between">
<span>{source.label}</span>
@@ -177,7 +177,7 @@ function ReplaySnapshotHealth({ health }) {
</div>
))}
</div>
<div className="space-y-0.25 text-xs text-slate-300">
<div className="space-y-0.5 text-xs text-slate-300">
{snapshots.rovers.map((entry) => (
<div key={`rover:${entry.id}`} className="flex items-center justify-between">
<span>{entry.name}</span>
@@ -187,7 +187,7 @@ function ReplaySnapshotHealth({ health }) {
</div>
))}
</div>
<div className="space-y-0.25 text-xs text-slate-300">
<div className="space-y-0.5 text-xs text-slate-300">
{snapshots.rooms.map((entry) => (
<div key={`room:${entry.id}`} className="flex items-center justify-between">
<span>{entry.name}</span>