More work on the new Launcher. Wrapping up for the day.

This commit is contained in:
Scott Idem
2025-07-21 20:36:44 -04:00
parent 2e39c5f67b
commit 1d840052c7
7 changed files with 189 additions and 81 deletions

View File

@@ -151,7 +151,7 @@ if (browser) {
"
>
{#if !$ae_sess?.disable_sys_nav}
<nav
class="
submenu
@@ -176,10 +176,12 @@ if (browser) {
Events
</abbr>
</span>
{#if !$ae_sess?.disable_sys_header}
<Element_data_store
ds_code="hub__site__appshell_header"
ds_type="html"
/>
ds_code="hub__site__appshell_header"
ds_type="html"
/>
{/if}
<a
href="/"
class="btn btn-sm preset-tonal-surface border border-surface-500 hover:preset-filled-success-500"
@@ -190,6 +192,7 @@ if (browser) {
</span>
</a>
</nav>
{/if}
<section
class:iframe={$ae_loc?.iframe}
@@ -240,6 +243,7 @@ if (browser) {
</section>
{#if !$ae_sess?.disable_sys_footer}
<section
class="footer_contenttext-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg text-slate-400 hover:text-slate-800 transition px-1 py-0.5 min-h-7"
class:ae_debug={$ae_loc.debug}
@@ -252,6 +256,7 @@ if (browser) {
/>
</section>
{/if}
</div>