General code clean up. A lot less _random!

This commit is contained in:
Scott Idem
2024-10-16 10:28:47 -04:00
parent 9160591fc4
commit 67a4fbe17e
14 changed files with 186 additions and 320 deletions

View File

@@ -3,8 +3,8 @@
import type { key_val } from '$lib/ae_stores';
import { ae_util } from '$lib/ae_utils/ae_utils';
import { api } from '$lib/api';
import Element_ae_crud from '$lib/element_ae_crud.svelte';
import Launcher_file_cont from './launcher_file_cont.svelte';
// import Element_ae_crud from '$lib/element_ae_crud.svelte';
// import Launcher_file_cont from './launcher_file_cont.svelte';
import Launcher_presenter_view from './launcher_presenter_view.svelte';
import { liveQuery } from "dexie";
@@ -45,9 +45,9 @@ export let lq__event_session_obj: any;
// import Event_launcher_file_cont from './launcher_file_cont.svelte';
export let hide_description: boolean = true;
export let show_designations: boolean = false;
export let show_email: boolean = false;
// export let hide_description: boolean = true;
// export let show_designations: boolean = false;
// export let show_email: boolean = false;
// Event File
let lq__event_file_obj_li = liveQuery(
@@ -97,9 +97,9 @@ $: lq__event_presenter_obj_li = liveQuery(async () => {
return results;
});
let show_modal_upload_files: boolean = false;
let link_to_type: null|string = null;
let link_to_id: null|string = null;
// let show_modal_upload_files: boolean = false;
// let link_to_type: null|string = null;
// let link_to_id: null|string = null;
let ae_promises: key_val = {};