+
How to Attended
-
+
Recurring and When
@@ -935,9 +961,14 @@ 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() {
-
-
-
+
+
+
Not Confirmed
-
+
Yes
-
-
-
+
+
+
Yes
-
+
No
-
-
-
{/if}
-
+
{#if $idaa_slct.event_id}
{#await prom_api__event_obj}
Saving
{:then}
- Save
+ Save Changes
{/await}
{: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
@@ -263,7 +269,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
class="
novi_btn
btn btn-lg
- preset-tonal-success border border-success-500 hover:preset-filled-success-500
+ preset-tonal-success preset-outlined-success-200-800 hover:preset-filled-success-200-800
text-2xl font-bold w-48
transition-all
"