Slowly updating things to Data Store v3. Also doing some safe code clean up. Mainly removing commented out code.

This commit is contained in:
Scott Idem
2026-01-29 12:21:47 -05:00
parent 917c8f3e37
commit 9bf2373a82
10 changed files with 19 additions and 119 deletions

View File

@@ -13,7 +13,7 @@
// *** Import Aether specific variables and functions
import type { key_val } from '$lib/stores/ae_stores';
import { ae_loc, ae_sess, ae_api, slct } from '$lib/stores/ae_stores';
import Element_data_store from '$lib/elements/element_data_store_v2.svelte';
import Element_data_store from '$lib/elements/element_data_store_v3.svelte';
import {
events_loc,
events_sess,
@@ -223,7 +223,10 @@
<abbr title="Aether - Events Module"> Æ Events </abbr>
</span>
{#if !$ae_sess?.disable_sys_header}
<Element_data_store ds_code="hub__site__appshell_header" ds_type="html" />
<Element_data_store
ds_code="hub__site__appshell_header"
ds_type="html"
/>
{/if}
<a
href="/"