More work on the help tech notification. Added to Archives and Meetings so far.
This commit is contained in:
@@ -22,6 +22,7 @@ import { core_func } from '$lib/ae_core/ae_core_functions';
|
||||
import { idaa_loc, idaa_sess, idaa_slct, idaa_trig, idaa_prom } from '$lib/ae_idaa_stores';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
|
||||
import Help_tech from '$lib/e_app_help_tech.svelte';
|
||||
|
||||
// export let event_id_random_li: Array<string>;
|
||||
|
||||
@@ -223,6 +224,20 @@ function preventDefault(fn) {
|
||||
"
|
||||
>
|
||||
|
||||
<Help_tech
|
||||
e_class=""
|
||||
e_class_form_hidden="float-right"
|
||||
e_class_form_showing="float-none"
|
||||
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>
|
||||
|
||||
<!-- WARNING: Using m-auto to work in the Novi iframe -->
|
||||
<form
|
||||
onsubmit={preventDefault(() => {
|
||||
|
||||
Reference in New Issue
Block a user