Style clean up. A lot! Almost ready for CHOW going live.

This commit is contained in:
Scott Idem
2024-03-01 16:17:02 -05:00
parent b21f9c0437
commit f4ed04497e
12 changed files with 730 additions and 246 deletions

View File

@@ -56,7 +56,9 @@ export let ae_app_local_data_struct: key_val = {
'ds': {},
'hub': {
'show_cfg': false,
'show_element__cfg': true,
'show_element__cfg_detail': false,
'show_element__access_type': true,
'theme_mode': 'dark',
'theme_name': 'wintry',
},

View File

@@ -94,7 +94,7 @@ function dispatch_something_changed() {
<div
class="ae_cfg_content"
class:hidden={!$ae_loc.hub.show_cfg}
class:hidden={!$ae_loc.hub.show_element__cfg_detail}
>
<div>
@@ -185,7 +185,7 @@ function dispatch_something_changed() {
<button
class="btn btn-sm ae_cfg_btn hover:transition-all"
on:click={() => {
$ae_loc.hub.show_cfg = !$ae_loc.hub.show_cfg;
$ae_loc.hub.show_element__cfg_detail = !$ae_loc.hub.show_element__cfg_detail;
}}
>
<span class="fas fa-cog mx-1"></span>