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

@@ -65,7 +65,7 @@ import {
import { events_func } from '$lib/ae_events/ae_events_functions';
import {
AlertCircle,
AlertTriangle,
TriangleAlert,
BarChart2,
CalendarDays,
FolderOpen,
@@ -635,7 +635,7 @@ function prevent_default<T extends Event>(fn: (event: T) => void) {
{event_file_obj.extension}
{#if result === null || result === false}
<span class="text-error-500"
><AlertTriangle
><TriangleAlert
size="1em"
class="mx-1 inline" />Failed!</span>
{/if}