diff --git a/index.html b/index.html index d9f1b827..a10d881e 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@
++ +The Hub! + + +{#if $ae_app.administrator_access} + Administrator +{:else if $ae_app.trusted_access} + Trusted +{/if} + + -{$ae_session.test.general} -{$ae_session.test.hub} -{$ae_session.test.sponsorships} - + + + +{#await data_store_obj_get_promises['hub_site_header']}Loading site header...
@@ -143,4 +232,8 @@ Hello World Hub! diff --git a/src/0_sponsorships__main.svelte b/src/0_sponsorships__main.svelte index 7690b69a..250482cc 100644 --- a/src/0_sponsorships__main.svelte +++ b/src/0_sponsorships__main.svelte @@ -8,7 +8,7 @@ import { onMount } from 'svelte'; // *** Import Aether core variables and functions import { ae, api, Element_modal_v3 } from 'aether_npm_lib'; -import { slct, slct_trigger, ae_app, ae_session } from './stores'; +import { slct, slct_trigger, ae_app, ae_local, ae_session } from './stores'; // *** Import Aether core components // import { get_data_store_obj_w_code } from '../data_store/stores_data_store_api.js'; @@ -483,16 +483,16 @@ async function handle_get_data_store_obj_w_code({code, data_type='text'}) {