From bfe982390299e31a775cf61f0cb215c0001a940c Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 7 Aug 2025 17:02:25 -0400 Subject: [PATCH] More work on the notification component and IDAA. --- src/routes/idaa/(idaa)/archives/+page.svelte | 13 +++++++++++++ .../recovery_meetings/[event_id]/+page.svelte | 17 +++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/routes/idaa/(idaa)/archives/+page.svelte b/src/routes/idaa/(idaa)/archives/+page.svelte index 351062e1..1d62c7fb 100644 --- a/src/routes/idaa/(idaa)/archives/+page.svelte +++ b/src/routes/idaa/(idaa)/archives/+page.svelte @@ -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( + + + {#if $lq__archive_obj_li && $lq__archive_obj_li?.length} { -
+

+ +