Name
Size
{#each state.children as child, index (child.path)}
{dispatch("node_click", index)}} class="node" class:node_selected={child.fm_selected} class:hidden={child.name.startsWith(".") && !show_hidden} >
{child.name}
{#if child.type === "file"} {formatDataVolume(child.file_size, 3)} {/if}
{#if child.id}
{dispatch("node_share_click", index)}} class="button small_button" >
share
{/if} {#if state.permissions.update}
{dispatch("node_settings", index)}}>
edit
{/if}
{/each}