diff --git a/src/routes/journals/+layout.svelte b/src/routes/journals/+layout.svelte index 7f48635b..4360186d 100644 --- a/src/routes/journals/+layout.svelte +++ b/src/routes/journals/+layout.svelte @@ -7,7 +7,12 @@ import { goto } from '$app/navigation'; // *** Import other supporting libraries // import * as icons from '@lucide/svelte'; -import { House } from '@lucide/svelte'; +import { + Brain, + House, Library, + RefreshCw, + Satellite + } from '@lucide/svelte'; // *** Import Aether specific variables and functions import type { key_val } from '$lib/ae_stores'; @@ -15,6 +20,7 @@ import type { key_val } from '$lib/ae_stores'; // import { api } from '$lib/api'; import { ae_loc, ae_sess, ae_api, slct } from '$lib/ae_stores'; import { journals_loc, journals_slct, journals_trig } from '$lib/ae_journals/ae_journals_stores'; + // import { journals_func } from '$lib/ae_journals/ae_journals_functions'; // import Element_data_store from '$lib/element_data_store_v2.svelte'; @@ -72,18 +78,34 @@ if (browser) { class=" submenu flex flex-row flex-wrap - items-center justify-center + items-center justify-between gap-1 border-b-2 + p-1 + px-2 pb-2 " > + + + + + + Æ + Journals + + - Home + @@ -115,7 +137,8 @@ if (browser) { title="Clear App Data & Settings - Reload: Clear the browser storage for this site" > - + +