Updating the module menu to the new styling

This commit is contained in:
Scott Idem
2025-06-20 15:12:38 -04:00
parent e5d41a7467
commit eebcd7c731
8 changed files with 106 additions and 47 deletions

View File

@@ -162,9 +162,10 @@ async function handle_obj_field_patch(new_field_value: any) {
on:dblclick={() => {
show_crud = true;
}}
title="Double click to edit"
title="Double click to edit property"
>
<span class="fas fa-edit"></span>
<span class="hidden">Edit</span>
</button>
</span>
@@ -178,7 +179,7 @@ async function handle_obj_field_patch(new_field_value: any) {
</span>
<button
class="btn btn-md preset-tonal-tertiary hover:preset-tonal-tertiary border border-tertiary-500 m-1 transition-all"
class="btn btn-md ae_btn_neutral m-1"
class:show_crud
on:click={() => {
show_crud = false;
@@ -248,7 +249,7 @@ async function handle_obj_field_patch(new_field_value: any) {
</span>
<button
class="btn btn-lg preset-tonal-primary hover:preset-tonal-primary border border-primary-500 m-1"
class="btn btn-lg ae_btn_warning m-1"
class:show_crud
disabled={field_value == original_field_value}
on:click={async () => {