schemas as a tree replacing the isEntry behavior

This commit is contained in:
2024-10-05 00:36:37 +03:00
parent 4ef16f3630
commit 07b72b0a2c
+1 -1
View File
@@ -15,7 +15,7 @@
<div class="sidebar-folder">
{#if folder.name !== ""}
<button class="sidebar-header" tabindex="0" on:click={toggleExpand}>
{folder.name ?? "Main"}
{folder.name.replaceAll("_"," ") ?? "Main"}
{#if expanded}
<Icon icon="circle-chevron-up"></Icon>
{:else}