Style clean up. A lot! Almost ready for CHOW going live.
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user