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 531abec2..92123436 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 @@ -438,7 +438,14 @@ $effect(() => { Title of BB post: @@ -943,11 +955,11 @@ $effect(() => { grow flex flex-row flex-wrap gap-1 items-center justify-evenly col-sm-1 - " + " > - + - + {#if $ae_loc.administrator_access} @@ -997,7 +1009,7 @@ $effect(() => { }} bind:new_html={notes_new_html} bind:changed={notes_changed} - classes="bg-gray-100 dark:bg-gray-800" + classes="preset-tonal-surface hover:preset-filled-surface-100-900" placeholder="Internal notes for staff only. Not shown to the public." /> @@ -1025,7 +1037,7 @@ $effect(() => { btn preset-tonal-success hover:preset-filled-success-200-800 transition - " + " > {#await prom_api__post_obj} Saving @@ -1046,7 +1058,7 @@ $effect(() => { btn preset-tonal-warning hover:preset-filled-warning-200-800 transition - " + " > {#await prom_api__post_obj} Saving @@ -1068,7 +1080,7 @@ $effect(() => { novi_btn btn btn-sm preset-filled-warning-400-600 hover:preset-filled-error-200-800 - " + " title="Delete record permanently" > Delete diff --git a/src/routes/idaa/(idaa)/recovery_meetings/+page.svelte b/src/routes/idaa/(idaa)/recovery_meetings/+page.svelte index 98b05f88..53f3315c 100644 --- a/src/routes/idaa/(idaa)/recovery_meetings/+page.svelte +++ b/src/routes/idaa/(idaa)/recovery_meetings/+page.svelte @@ -461,7 +461,12 @@ function add_activity_log( 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 97f912b0..f0b9721b 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 @@ -599,7 +599,11 @@ function send_staff_notification_email() {
@@ -636,9 +640,13 @@ function send_staff_notification_email() { -
+
-
+ -
+

How to Attended

@@ -779,7 +801,7 @@ function send_staff_notification_email() { id="address_country_subdivision_code" name="address_country_subdivision_code" value="{($lq__event_obj?.location_address_json && $lq__event_obj?.location_address_json.country_subdivision_code ? $lq__event_obj?.location_address_json.country_subdivision_code : $lq__event_obj?.address_country_subdivision_code ?? '')}" - class="select w-56" + class="select w-56 preset-tonal-surface hover:preset-filled-surface-100-900 p-1" title="Select the state or province for the meeting"> {#each lu_country_subdivision_list as lu_country_subdivision} @@ -803,7 +825,7 @@ function send_staff_notification_email() { id="address_country_alpha_2_code" name="address_country_alpha_2_code" value="{($lq__event_obj?.location_address_json && $lq__event_obj?.location_address_json.country_alpha_2_code ? $lq__event_obj?.location_address_json.country_alpha_2_code : $lq__event_obj?.address_country_alpha_2_code ?? '')}" - class="select w-64" + class="select w-64 preset-tonal-surface hover:preset-filled-surface-100-900 p-1" title="Select the country for the meeting"> {#each lu_country_list as lu_country} @@ -826,6 +848,8 @@ function send_staff_notification_email() { bind:html_text={$idaa_slct.event_obj.location_text} show_button_kv={{'heading__h1': false, 'heading__h2': false, 'heading__h3': false}} bind:new_html={$idaa_slct.event_obj.location_text_new_html} + classes="preset-tonal-surface hover:preset-filled-surface-100-900" + placeholder="Additional information about the meeting location" /> @@ -875,6 +899,8 @@ function send_staff_notification_email() { bind:html_text={$idaa_slct.event_obj.attend_text} show_button_kv={{'heading__h1': false, 'heading__h2': false, 'heading__h3': false}} bind:new_html={$idaa_slct.event_obj.attend_text_new_html} + classes="preset-tonal-surface hover:preset-filled-surface-100-900" + placeholder="Additional information on how to attend or join the meeting" /> @@ -893,10 +919,10 @@ function send_staff_notification_email() { {/if} --> -
+ -
+

Recurring and When

@@ -935,9 +961,14 @@ function send_staff_notification_email() { > -
+ -
+

Contacts

@@ -1228,7 +1297,7 @@ function send_staff_notification_email() {
-
+ {#if $ae_loc.trusted_access} @@ -1237,15 +1306,31 @@ function send_staff_notification_email() { on:click={() => { $idaa_loc.recovery_meetings.show__admin_options = !$idaa_loc.recovery_meetings.show__admin_options; }} - class="novi_btn btn btn-sm preset-tonal-warning float-right" + class=" + novi_btn + btn btn-sm float-right + " + class:preset-filled-success-200-800={$idaa_loc.recovery_meetings.show__admin_options} + class:preset-filled-tertiary-200-800={!$idaa_loc.recovery_meetings.show__admin_options} > + {#if $idaa_loc.recovery_meetings.show__admin_options} + + {:else} + {/if} {$idaa_loc.recovery_meetings.show__admin_options ? 'Hide' : 'Show'} Admin -
@@ -1254,100 +1339,106 @@ function send_staff_notification_email() { -
- Confirmed -
+
+ Confirmed +
-
+
-
- Hide -
+
+ Hide +
-
+
-
- Priority -
+
+ Priority +
-
+
- - + + - + {#if $ae_loc.administrator_access} -
- Enable +
+ Enable
@@ -1366,7 +1457,7 @@ function send_staff_notification_email() { name="enable" value={false} bind:group={$idaa_slct.event_obj.enable} - class="radio" + class="radio form-check-input" >
@@ -1388,25 +1479,32 @@ function send_staff_notification_email() { bind:html_text={$idaa_slct.event_obj.notes} show_button_kv={{'heading__h1': false, 'heading__h2': false, 'heading__h3': false}} bind:new_html={$idaa_slct.event_obj.notes_new_html} + classes="preset-tonal-surface hover:preset-filled-surface-100-900" + placeholder="Internal notes for staff only. Not shown to the public." /> {/if} -
+ {/if} -
+
{#if $idaa_slct.event_id} {:else} @@ -1417,7 +1515,12 @@ function send_staff_notification_email() { if (!confirm('Are you sure you want to create this event?')) {return false;} // handle_save_event_obj({event_id: $idaa_slct.event_id, method: 'create'}); }} - class="novi_btn btn btn-md preset-tonal-primary border border-primary-500 hover:preset-filled-primary-500 transition" + class=" + novi_btn btn-warning + btn + preset-tonal-warning hover:preset-filled-warning-200-800 + transition + " > {#await prom_api__event_obj} Saving @@ -1435,7 +1538,11 @@ function send_staff_notification_email() { if (!confirm('Are you sure you want to delete this event?')) {return false;} handle_delete_event_obj({event_id: $idaa_slct.event_id, method: 'delete'}); }} - class="novi_btn btn btn-sm preset-tonal-warning" + class=" + novi_btn + btn btn-sm + preset-filled-warning-400-600 hover:preset-filled-error-200-800 + " title="Delete record permanently" > Delete @@ -1447,7 +1554,12 @@ function send_staff_notification_email() { if (!confirm('Are you sure you want to disable this event?')) {return false;} handle_delete_event_obj({event_id: $idaa_slct.event_id, method: 'disable'}); }} - class="novi_btn btn btn-sm preset-tonal-warning" + class=" + novi_btn + btn btn-sm + preset-filled-warning-200-800 hover:preset-filled-error-200-800 + transition + " title="Disable record to delete" > Delete @@ -1459,14 +1571,19 @@ function send_staff_notification_email() { if (!confirm('Are you sure you want to hide this event?')) {return false;} handle_delete_event_obj({event_id: $idaa_slct.event_id, method: 'hide'}); }} - class="novi_btn btn btn-sm preset-tonal-warning" + class=" + novi_btn + btn btn-sm + preset-filled-warning-200-800 hover:preset-filled-error-200-800 + transition + " title="Hide record to delete" > Delete {/if} {/if} -
+ diff --git a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_li.svelte b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_li.svelte index 39592e04..c3698dfe 100644 --- a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_li.svelte +++ b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_li.svelte @@ -89,8 +89,7 @@ function add_activity_log( -
- +
{#if $lq__event_obj_li && $lq__event_obj_li.length}
diff --git a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte index 8f874c9f..3f2e292a 100644 --- a/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte +++ b/src/routes/idaa/(idaa)/recovery_meetings/ae_idaa_comp__event_obj_qry.svelte @@ -192,7 +192,13 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings