parity with current UI

This commit is contained in:
Will Greenberg
2025-04-15 18:08:18 -07:00
parent a33c7511eb
commit d63f419fbc
8 changed files with 120 additions and 13 deletions

View File

@@ -33,8 +33,8 @@
<div class="p-8 flex flex-col gap-2">
{#if loaded}
<ControlBar server_is_recording={recording} />
<ManifestTable entries={entries} current_entry={current_entry} />
<SystemStatsTable stats={system_stats!} />
<ManifestTable entries={entries} current_entry={current_entry} />
{:else}
<p>Loading...</p>
{/if}