From 3c06c95f396b6e911076bc3291d5855ed01b5caa Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sun, 26 Apr 2026 20:18:30 -0700 Subject: cleanup and ready for launch --- source/library/components/DocExplorer.svelte | 134 ++++++++++++++------------- 1 file changed, 69 insertions(+), 65 deletions(-) (limited to 'source/library/components/DocExplorer.svelte') diff --git a/source/library/components/DocExplorer.svelte b/source/library/components/DocExplorer.svelte index 536cb2a..48525e1 100644 --- a/source/library/components/DocExplorer.svelte +++ b/source/library/components/DocExplorer.svelte @@ -1,18 +1,19 @@ @@ -200,10 +202,12 @@ onclick={() => gotoIndex(i)}>{crumbLabel(entry)} {/each} +
{#if stack.length === 0}
+
{#each rootTypes as entry}