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}
|
||||
|
||||
Reference in New Issue
Block a user