Lots of general clean up and fixes.
This commit is contained in:
@@ -261,13 +261,18 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
slotTrail="place-content-end"
|
||||
>
|
||||
<svelte:fragment slot="lead">
|
||||
{#if $ae_loc.ds['hub__page__appshell_header_lead']}
|
||||
<Element_data_store
|
||||
ds_code="hub__page__appshell_header_lead"
|
||||
ds_type="html"
|
||||
display="block"
|
||||
/>
|
||||
<!-- {#if $ae_loc.ds['hub__page__appshell_header_lead']}
|
||||
{@html $ae_loc.ds['hub__page__appshell_header_lead']}
|
||||
{:else}
|
||||
<a href="/" class="btn variant-gradiant-surface text-xl">
|
||||
<span class="fas fa-laptop-house mx-1"></span> Æ Home
|
||||
</a>
|
||||
{/if}
|
||||
{/if} -->
|
||||
|
||||
</svelte:fragment>
|
||||
<!-- OSIT's Aether App -->
|
||||
@@ -278,7 +283,12 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
display="block"
|
||||
/>
|
||||
<svelte:fragment slot="trail">
|
||||
{#if $ae_loc.ds['hub__page__appshell_header_trail']}
|
||||
<Element_data_store
|
||||
ds_code="hub__page__appshell_header_trail"
|
||||
ds_type="html"
|
||||
display="block"
|
||||
/>
|
||||
<!-- {#if $ae_loc.ds['hub__page__appshell_header_trail']}
|
||||
{@html $ae_loc.ds['hub__page__appshell_header_trail']}
|
||||
{:else}
|
||||
<a
|
||||
@@ -307,7 +317,7 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
class="btn btn-sm variant-ghost-surface"
|
||||
class:active={$page.url.pathname==='/events_leads'}
|
||||
href="/events_leads">Leads</a>
|
||||
{/if}
|
||||
{/if} -->
|
||||
</svelte:fragment>
|
||||
</AppBar>
|
||||
|
||||
@@ -352,10 +362,16 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
|
||||
<svelte:fragment slot="footer">
|
||||
<div
|
||||
class="flex justify-between text-slate-400 hover:text-slate-800 transition px-1"
|
||||
class="flex text-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"
|
||||
class:ae_debug={$ae_loc.debug}
|
||||
>
|
||||
{@html $ae_loc.ds['hub__site__appshell_footer']}
|
||||
<!-- {@html $ae_loc.ds['hub__site__appshell_footer']} -->
|
||||
<Element_data_store
|
||||
ds_code="hub__site__appshell_footer"
|
||||
ds_type="html"
|
||||
display="block"
|
||||
class_li="grow flex flex-row justify-between"
|
||||
/>
|
||||
|
||||
<button
|
||||
on:click={() => {
|
||||
|
||||
Reference in New Issue
Block a user