General code cleanup. Mainly updating Lucide icons.

This commit is contained in:
Scott Idem
2026-05-15 13:04:50 -04:00
parent ad6b390fd9
commit 73f97ee17b
26 changed files with 67 additions and 58 deletions

View File

@@ -40,7 +40,7 @@ import {
} from '$lib/stores/ae_events_stores';
import { events_func } from '$lib/ae_events/ae_events_functions';
import {
AlertTriangle,
TriangleAlert,
Archive,
Barcode,
Image,
@@ -264,9 +264,9 @@ let ae_promises: key_val = $state({});
{#if $lq__event_session_obj?.file_count_all === 0}
<p class="text-center text-2xl font-bold text-red-500">
<AlertTriangle size="1em" class="inline" />
<TriangleAlert size="1em" class="inline" />
Warning
<AlertTriangle size="1em" class="inline" />
<TriangleAlert size="1em" class="inline" />
<br />
No files available show for this session.
</p>