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

@@ -13,7 +13,7 @@ import { ae_util } from '$lib/ae_utils/ae_utils';
import Comp_event_session_obj_li from '../../events_pres_mgmt/ae_comp__event_session_obj_li.svelte';
import { liveQuery } from "dexie";
import { core_func } from '$lib/ae_core_functions';
// import { core_func } from '$lib/ae_core_functions';
import { db_events } from "$lib/db_events";
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
import { events_loc, events_sess, events_slct, events_trigger } from '$lib/ae_events_stores';
@@ -80,7 +80,7 @@ $: lq__event_location_obj_li = liveQuery(async () => {
.where('event_id_random')
.equals($events_slct.event_id)
.sortBy('name')
;
return results;
});
@@ -481,6 +481,7 @@ max-w-max -->
<!-- Clear text -->
</button>
<!-- svelte-ignore a11y-autofocus -->
<input
type="search"
placeholder="Search for a session"
@@ -493,7 +494,6 @@ max-w-max -->
}
}}
autofocus
suggest="off"
data-ignore="true"
/>