chore: migrate lucide package and close quick TODO cleanups

This commit is contained in:
Scott Idem
2026-06-02 14:19:12 -04:00
parent de048a084b
commit 87084f0f71
9 changed files with 9 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
// *** Import Svelte specific
import * as Lucide from 'lucide-svelte';
import * as Lucide from '@lucide/svelte';
import { fade } from 'svelte/transition';
// *** Import Aether specific variables and functions

View File

@@ -2,7 +2,7 @@
// untrack import removed — task_id sync now uses direct $effect (no untrack needed)
// Imports
// Import components and elements
import * as Lucide from 'lucide-svelte';
import * as Lucide from '@lucide/svelte';
import Element_input_files_tbl from '$lib/elements/element_input_files_tbl.svelte';
// Import storage, functions, and libraries

View File

@@ -1,4 +1,4 @@
import * as Lucide from 'lucide-svelte';
import * as Lucide from '@lucide/svelte';
/**
* Returns a Lucide icon component based on the provided file extension.