Getting the IDAA BB ready with the tech notification

This commit is contained in:
Scott Idem
2025-08-08 13:30:31 -04:00
parent bfe9823902
commit 5187f6455a

View File

@@ -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');
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<div class="ae_group ae_row flex flex-row flex-wrap gap-1 w-full items-center justify-center">
<div
class="
ae_section ae_options filters_and_search
flex flex-row flex-wrap gap-1
items-center justify-center
my-2 p-2 border rounded-md
bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700
w-full max-w-4xl
m-auto
"
>
<div
class="
ae_group ae_row
flex flex-row flex-wrap gap-1
w-full max-w-2xl items-center justify-center
"
>
<!-- Max posts select options -->
<span
class="flex flex-row gap-1 items-center justify-around"
@@ -228,7 +243,22 @@ if (log_lvl) console.log('** Component Loaded: ** Post Options');
</button>
{/if}
</div>
</section> <!-- END: div filters_and_search -->
<Help_tech
e_class=""
e_class_form_hidden="float-right"
e_class_form_showing="inline-block"
btn_class="novi_btn"
show_btn_class=""
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> <!-- END: div filters_and_search -->