better start/stop buttons

This commit is contained in:
Will Greenberg
2025-04-14 15:52:51 -07:00
parent d9c58129ff
commit c4b2c3bbe2
4 changed files with 32 additions and 42 deletions

View File

@@ -33,7 +33,7 @@
<div class="p-8">
{#if loaded}
<RecordingControls currently_recording={recording} />
<RecordingControls server_is_recording={recording} />
<ManifestTable entries={entries} current_entry={current_entry} />
{:else}
<p>Loading...</p>