Add card based manifest entries for mobile

This commit is contained in:
Caleb
2025-05-16 10:26:58 -04:00
committed by Cooper Quintin
parent 9a60e3f820
commit 279169257d
4 changed files with 75 additions and 6 deletions

View File

@@ -37,7 +37,7 @@
{#if loaded}
<SystemStatsTable stats={system_stats!} />
<ControlBar server_is_recording={recording} />
<ManifestTable entries={entries} current_entry={current_entry} />
<ManifestTable entries={entries} current_entry={current_entry} server_is_recording={recording} />
{:else}
<p>Loading...</p>
{/if}