From 5187f6455aa3bc0f65b2b08dba7519e4d009e791 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 8 Aug 2025 13:30:31 -0400 Subject: [PATCH] Getting the IDAA BB ready with the tech notification --- .../bb/ae_idaa_comp__post_options.svelte | 42 ++++++++++++++++--- 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_options.svelte b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_options.svelte index 2e9c27aa..e103087b 100644 --- a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_options.svelte +++ b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_options.svelte @@ -17,7 +17,7 @@ import { goto } from '$app/navigation'; import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores'; import { idaa_loc, idaa_sess, idaa_slct, idaa_trig, idaa_prom } from '$lib/ae_idaa_stores'; import { posts_func } from '$lib/ae_posts/ae_posts_functions'; - +import Help_tech from '$lib/e_app_help_tech.svelte'; // let ae_promises: key_val = {}; // let ae_tmp: key_val = {}; @@ -31,10 +31,25 @@ if (log_lvl) console.log('** Component Loaded: ** Post Options'); - + + + +