Making progress with the new locations page and devices related.

This commit is contained in:
Scott Idem
2024-10-16 13:14:40 -04:00
parent 67a4fbe17e
commit 3c957692c3
17 changed files with 1640 additions and 139 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts">
export let log_lvl = 0;
import { onMount } from 'svelte';
import { clipboard } from '@skeletonlabs/skeleton';
// import { liveQuery } from "dexie";
@@ -33,9 +34,10 @@ ae_tmp.show__direct_download = false;
// let ae_triggers: key_val = {};
onMount(() => {
// console.log('Element - Manage Event File List');
console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`);
console.log(`allow_basic: ${allow_basic}; allow_moderator: ${allow_moderator}`);
if (log_lvl) {
console.log(`Element - Manage Event File List: link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`);
console.log(`allow_basic: ${allow_basic}; allow_moderator: ${allow_moderator}`);
}
});
</script>