Cleaning up the new session alerts
This commit is contained in:
@@ -34,6 +34,8 @@ let {
|
||||
}: Props = $props();
|
||||
|
||||
// *** Import Svelte specific
|
||||
|
||||
// *** Import Aether specific variables and functions
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
import { ae_util } from '$lib/ae_utils/ae_utils';
|
||||
import Element_ae_crud_v2 from '$lib/element_ae_crud_v2.svelte';
|
||||
@@ -41,9 +43,8 @@ import Element_ae_crud_v2 from '$lib/element_ae_crud_v2.svelte';
|
||||
import Comp_event_presenter_obj_li from '../events/[event_id]/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte';
|
||||
import Element_manage_event_file_li from '$lib/element_manage_event_file_li_direct.svelte';
|
||||
|
||||
// import { liveQuery } from "dexie";
|
||||
import Comp_event_session_alert from '../events/[event_id]/session/ae_comp__event_session_alert.svelte';
|
||||
|
||||
// *** Import Aether specific variables and functions
|
||||
import { core_func } from '$lib/ae_core/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';
|
||||
@@ -176,7 +177,17 @@ let trigger_reload_session_id: string = $state('');
|
||||
>
|
||||
<td>
|
||||
{#if session_obj?.alert && $ae_loc.trusted_access}
|
||||
|
||||
<Comp_event_session_alert
|
||||
lq__event_session_obj={session_obj}
|
||||
log_lvl={log_lvl}
|
||||
/>
|
||||
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class:hidden={1==1}
|
||||
class:h-full={!$events_sess?.pres_mgmt?.show__view_alert[session_obj?.event_session_id_random]}
|
||||
class="
|
||||
absolute bottom-0 left-0
|
||||
|
||||
Reference in New Issue
Block a user