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

@@ -20,7 +20,7 @@ import { ae_loc, ae_api } from '$lib/stores/ae_stores';
import { events_func } from '$lib/ae_events/ae_events_functions';
import { api } from '$lib/api/api';
import {
AlertTriangle,
TriangleAlert,
ArrowLeft,
Check,
IdCard,
@@ -177,7 +177,7 @@ async function save() {
</span>
{:else if save_status === 'error'}
<span class="badge preset-tonal-error flex items-center gap-1">
<AlertTriangle size="1em" /> Error saving
<TriangleAlert size="1em" /> Error saving
</span>
{/if}
<button