Saving work for the day. Need to finish this up for IDAA ASAP.

This commit is contained in:
Scott Idem
2025-08-06 21:40:18 -04:00
parent 0a4940161d
commit d993ca5938
3 changed files with 297 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ import { browser } from '$app/environment';
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 } from '$lib/ae_idaa_stores';
import Help_tech from '$lib/e_app_help_tech.svelte';
interface Props {
/** @type {import('./$types').LayoutData} */
data: any;
@@ -192,6 +194,16 @@ if (browser) {
{#if (browser && ($ae_loc.trusted_access || ($ae_loc.authenticated_access && $idaa_loc.novi_uuid)))}
<Help_tech
e_class="w-xl"
btn_class="novi_btn"
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
bind:clientHeight={$ae_loc.iframe_height}
> -->