Files

/volume1{currentPath ? "/" + currentPath : ""}

{#each crumbs as part, i} {/each} {#if currentPath} {/if}
{#if loading}
{#each Array(8) as _}
{/each}
{:else}
Name Size Actions
{#each entries as e}
{#if e.is_dir} {:else} {e.name} {/if} {e.is_dir ? "—" : formatSize(e.size)}
{#if !e.is_dir} DL {/if}
{/each} {#if entries.length === 0}
Empty directory
{/if}
{/if}