Removing old code. Updated dev/test doc.

This commit is contained in:
Scott Idem
2026-03-17 13:20:26 -04:00
parent adef935188
commit ce09dcd09b
11 changed files with 3 additions and 20 deletions

View File

@@ -28,9 +28,7 @@
import Comp_badge_search from './ae_comp__badge_search.svelte';
import Comp_badge_obj_li from './ae_comp__badge_obj_li.svelte';
// import { Modal } from 'flowbite-svelte';
// import Comp_badge_create_form from './ae_comp__badge_create_form.svelte';
// import Comp_badge_upload_form from './ae_comp__badge_upload_form.svelte';
import { LoaderCircle } from '@lucide/svelte';
// *** Initialization & Store Guard ***
// Ensure all search fields are initialized to prevent circular undefined triggers

View File

@@ -3,7 +3,6 @@
import { Pencil, Plus, Trash2 } from '@lucide/svelte';
import { events_func } from '$lib/ae_events_functions';
import { ae_api } from '$lib/stores/ae_stores';
import { events_slct } from '$lib/stores/ae_events_stores';
import { Modal } from 'flowbite-svelte';
import Comp_badge_template_form from './ae_comp__badge_template_form.svelte';

View File

@@ -16,7 +16,7 @@
// *** Import other supporting libraries
import { liveQuery } from 'dexie';
import { Drawer, Footer, Modal } from 'flowbite-svelte';
import { Drawer, Modal } from 'flowbite-svelte';
import { listen, idle, onIdle, restartCountdown } from 'svelte-idle';
import {

View File

@@ -3,8 +3,6 @@
// Imports (external and then internal)
import { browser } from '$app/environment';
// import { liveQuery } from "dexie";
// import { Clipboard } from "flowbite-svelte";
import { ae_util } from '$lib/ae_utils/ae_utils';