More updates. Done for the day.
This commit is contained in:
@@ -171,9 +171,9 @@ let ae_triggers: key_val = {};
|
||||
// $events_slct.exhibit_tracking_obj.priority = !$lq__event_location_obj?.priority;
|
||||
ae_triggers.priority = true;
|
||||
}}
|
||||
class="btn btn-sm m-1 transition-all hover:transition-all *:hover:inline"
|
||||
class:preset-outlined-surface-500={!$lq__event_location_obj?.priority}
|
||||
class:preset-tonal-success border border-success-500={$lq__event_location_obj?.priority}
|
||||
class="btn btn-sm m-1 *:hover:inline"
|
||||
class:ae_btn_surface_surface={!$lq__event_location_obj?.priority}
|
||||
class:ae_btn_success={$lq__event_location_obj?.priority}
|
||||
>
|
||||
{#if $lq__event_location_obj?.priority}
|
||||
<span class="fas fa-star m-1"></span>
|
||||
@@ -226,8 +226,8 @@ let ae_triggers: key_val = {};
|
||||
ae_triggers.hide = true;
|
||||
}}
|
||||
class="btn btn-sm m-1 transition-all hover:transition-all *:hover:inline"
|
||||
class:preset-tonal-success border border-success-500={!$lq__event_location_obj?.hide}
|
||||
class:preset-outlined-warning-500={$lq__event_location_obj?.hide}
|
||||
class:ae_btn_success={!$lq__event_location_obj?.hide}
|
||||
class:ae_btn_warning_outlined={$lq__event_location_obj?.hide}
|
||||
disabled={!$ae_loc.trusted_access}
|
||||
>
|
||||
{#if $lq__event_location_obj?.hide}
|
||||
@@ -283,8 +283,8 @@ let ae_triggers: key_val = {};
|
||||
ae_triggers.enable = true;
|
||||
}}
|
||||
class="btn btn-sm"
|
||||
class:preset-tonal-success border border-success-500={$lq__event_location_obj?.enable}
|
||||
class:preset-outlined-warning-500={!$lq__event_location_obj?.enable}
|
||||
class:ae_btn_success={$lq__event_location_obj?.enable}
|
||||
class:ae_btn_warning_outlined={!$lq__event_location_obj?.enable}
|
||||
disabled={!$ae_loc.manager_access}
|
||||
>
|
||||
{#if $lq__event_location_obj?.enable}
|
||||
|
||||
Reference in New Issue
Block a user