Slowly implementing the new Data Store element v3. It should be a drop in replacement for v2.

This commit is contained in:
Scott Idem
2026-01-29 12:12:33 -05:00
parent ab3aa52e07
commit 917c8f3e37
5 changed files with 35 additions and 30 deletions

View File

@@ -9,16 +9,6 @@
let log_lvl: number = 0;
// import { browser } from '$app/environment';
// import { goto, invalidate, pushState, replaceState } from '$app/navigation';
// import type { key_val } from '$lib/ae_stores';
// import { ae_util } from '$lib/ae_utils/ae_utils';
// import Element_data_store from '$lib/element_data_store_v2.svelte';
// import { liveQuery } from "dexie";
// import { core_func } from '$lib/ae_core_functions';
// import { db_events } from "$lib/db_events";
import {
ae_snip,
ae_loc,
@@ -35,10 +25,6 @@
events_trigger
} from '$lib/stores/ae_events_stores';
// import { events_func } from '$lib/ae_events_functions';
// import Event_page_menu from '../event_page_menu.svelte';
// Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other.
// $slct.account_id = data.account_id;
let ae_acct = data[$slct.account_id];