handleContextMenu(e, null)}>
Files
{#if $isLoadingTree}
Loading...
{:else if $fileTree.length === 0}
No files found
{:else}
{#each $fileTree as entry (entry.path)} {/each}
{/if}
{#if contextMenu.show} {/if} {#if dialog.type === "newFile"} {/if} {#if dialog.type === "newFolder"} {/if} {#if dialog.type === "delete" && dialog.targetEntry} {/if} {#if dialog.type === "rename" && dialog.targetEntry} {/if}