schemas as a tree replacing the isEntry behavior
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user