More work on the system and debug menus and related info.

This commit is contained in:
Scott Idem
2025-07-16 13:57:12 -04:00
parent 32c3be9983
commit eaffc44772
6 changed files with 320 additions and 72 deletions

View File

@@ -29,6 +29,10 @@ onMount(() => {
});
</script>
<svelte:head>
<title>{$ae_loc.title ?? 'Æ loading...'}</title>
</svelte:head>
<section
class="ae_root md:container h-full mx-auto flex flex-col items-center p-4 space-y-12"