More clean up for IDAA. Mostly style related.
This commit is contained in:
@@ -21,6 +21,8 @@ import { db_events } from "$lib/ae_events/db_events";
|
||||
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
|
||||
import Element_data_store from '$lib/element_data_store_v2.svelte';
|
||||
|
||||
import Comp__event_obj_qry from './ae_idaa_comp__event_obj_qry.svelte';
|
||||
import Comp__event_obj_li from './ae_idaa_comp__event_obj_li.svelte';
|
||||
import Comp__event_obj_id_edit from './ae_idaa_comp__event_obj_id_edit.svelte';
|
||||
@@ -296,7 +298,13 @@ if (browser) {
|
||||
bind:event_id_random_li={event_id_random_li}
|
||||
/>
|
||||
|
||||
<!-- <h1>Recovery Meetings {$lq_new__event_obj_li?.length}</h1> -->
|
||||
|
||||
<Element_data_store
|
||||
ds_code="recovery_meetings_info"
|
||||
ds_type="html"
|
||||
class_li="border border-1 rounded-lg bg-gray-100 p-2 max-w-screen-lg space-y-2"
|
||||
/>
|
||||
|
||||
|
||||
{#if $lq_new__event_obj_li && $lq_new__event_obj_li?.length }
|
||||
<Comp__event_obj_li
|
||||
|
||||
Reference in New Issue
Block a user