More work on the notification component and IDAA.
This commit is contained in:
@@ -27,6 +27,7 @@ import { idaa_loc, idaa_sess, idaa_slct, idaa_trig } from '$lib/ae_idaa_stores';
|
||||
// import { archives_func } from '$lib/ae_archives/ae_archives_functions';
|
||||
|
||||
import Comp__archive_obj_li from './ae_idaa_comp__archive_obj_li.svelte';
|
||||
import Help_tech from '$lib/e_app_help_tech.svelte';
|
||||
|
||||
|
||||
let lq__archive_obj_li = $derived(liveQuery(async () => {
|
||||
@@ -130,6 +131,18 @@ function add_activity_log(
|
||||
|
||||
<!-- <h1>Archives {$lq__archive_obj_li?.length}</h1> -->
|
||||
|
||||
<Help_tech
|
||||
e_class=""
|
||||
btn_class="novi_btn"
|
||||
show_btn_class="z-10"
|
||||
additional_kv={{
|
||||
'novi_uuid': $idaa_loc.novi_uuid,
|
||||
'novi_email': $idaa_loc.novi_email,
|
||||
'novi_full_name': $idaa_loc.novi_full_name,
|
||||
}}
|
||||
>
|
||||
</Help_tech>
|
||||
|
||||
{#if $lq__archive_obj_li && $lq__archive_obj_li?.length}
|
||||
<Comp__archive_obj_li
|
||||
lq__archive_obj_li={lq__archive_obj_li}
|
||||
|
||||
@@ -25,6 +25,7 @@ import { idaa_loc, idaa_sess, idaa_slct, idaa_trig, idaa_prom } from '$lib/ae_id
|
||||
|
||||
import Event_obj_id_edit from '.././ae_idaa_comp__event_obj_id_edit.svelte';
|
||||
import Event_obj_id_view from '.././ae_idaa_comp__event_obj_id_view.svelte';
|
||||
import Help_tech from '$lib/e_app_help_tech.svelte';
|
||||
|
||||
// *** Quickly pull out data from parent(s)
|
||||
let ae_acct = data[$slct.account_id];
|
||||
@@ -97,7 +98,7 @@ onDestroy(() => {
|
||||
</title>
|
||||
</svelte:head>
|
||||
|
||||
<header class="ae_header flex flex-row flex-wrap gap-2 items-center justify-evenly w-full">
|
||||
<div class="ae_header flex flex-row flex-wrap gap-2 items-center justify-evenly w-full">
|
||||
<h2
|
||||
class="
|
||||
ae_title event__title
|
||||
@@ -150,7 +151,19 @@ onDestroy(() => {
|
||||
{/if}
|
||||
</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<Help_tech
|
||||
e_class=""
|
||||
btn_class="novi_btn"
|
||||
show_btn_class="absolute top-0 right-0 float-right z-10"
|
||||
additional_kv={{
|
||||
'novi_uuid': $idaa_loc.novi_uuid,
|
||||
'novi_email': $idaa_loc.novi_email,
|
||||
'novi_full_name': $idaa_loc.novi_full_name,
|
||||
}}
|
||||
>
|
||||
</Help_tech>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="
|
||||
|
||||
Reference in New Issue
Block a user