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

@@ -25,7 +25,7 @@ import { pres_mgmt_loc } from '$lib/stores/ae_events_stores__pres_mgmt.svelte';
import {
Ban,
Barcode,
CheckCircle,
CircleCheck,
ChevronDown,
ChevronUp,
Eye,
@@ -242,7 +242,7 @@ import {
</span>
{:else}
<span class="grow">
<CheckCircle size="1em" class="m-1" />
<CircleCheck size="1em" class="m-1" />
Show Disabled Sessions?
</span>
{/if}