From ef291f4be0e330a760b28da9efbed533bf45d05c Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 8 Jul 2025 18:47:54 -0400 Subject: [PATCH] Recovery Meeting editing looks pretty good now. --- .../bb/ae_idaa_comp__post_obj_id_edit.svelte | 4 +- .../ae_idaa_comp__event_obj_id_edit.svelte | 123 ++++++++++-------- 2 files changed, 75 insertions(+), 52 deletions(-) diff --git a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte index 92123436..6c139297 100644 --- a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte +++ b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte @@ -753,7 +753,9 @@ $effect(() => { name="external_person_id" value={($idaa_slct.post_obj.external_person_id ? $idaa_slct.post_obj.external_person_id : $idaa_loc.novi_uuid)} readonly={true} - class="input w-96 preset-tonal-surface hover:preset-filled-surface-100-900 form-control" + class=" + input w-96 preset-tonal-surface hover:preset-filled-surface-100-900 form-control + " > {:else}
diff --git a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_id_edit.svelte b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_id_edit.svelte index f0b9721b..c725950c 100644 --- a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_id_edit.svelte +++ b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_id_edit.svelte @@ -736,25 +736,25 @@ function send_staff_notification_email() {

How to Attended

- Face-to-Face or Virtual + Face-to-Face or Virtual

Is this a face-to-face/in person meeting, a virtual/online meeting, or both?

-
-
@@ -792,7 +792,7 @@ function send_staff_notification_email() { class="physical_city_state_province_postal_code_country space-y-1"> {#if lu_country_subdivision_list} @@ -811,12 +811,12 @@ function send_staff_notification_email() { {:else} {/if} {#if lu_country_list} @@ -835,7 +835,7 @@ function send_staff_notification_email() { {:else} {/if} @@ -877,17 +877,17 @@ function send_staff_notification_email() { Virtual/Online @@ -981,33 +981,33 @@ function send_staff_notification_email() { -
-
@@ -1276,21 +1297,21 @@ function send_staff_notification_email() { Contact 2 @@ -1617,11 +1638,11 @@ function send_staff_notification_email() { } -.event__days_of_week { +/* .event__days_of_week { display: flex; flex-direction: row; justify-content: space-between; align-items: center; -} +} */