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

@@ -7,7 +7,8 @@
let { entry, current, i }: {
entry: ManifestEntry;
current: boolean;
i: number
i: number;
server_is_recording: boolean;
} = $props();
// passing `undefined` as the locale uses the browser default
@@ -30,7 +31,7 @@
</script>
<tr class="{status_row_color} drop-shadow">
<th class="font-bold p-2" scope='row'>{entry.name}</th>
<td class="p-2">{entry.name}</td>
<td class="p-2">{date_formatter.format(entry.start_time)}</td>
<td class="p-2">{date_formatter.format(entry.last_message_time)}</td>
<td class="p-2">{entry.qmdl_size_bytes}</td>