{#each $nav.children as child, index (child.path)} file_event(FileAction.Click, index, e)} oncontextmenu={e => file_event(FileAction.Context, index, e)} class="node" class:node_selected={child.fm_selected} class:hidden={child.name.startsWith(".") && !show_hidden} > {/each}
Name Size
icon {child.name} {#if child.type === "file"} {formatDataVolume(child.file_size, 3)} {/if}
{#if child.abuse_type !== undefined} block {:else if child.is_shared()} file_event(FileAction.Share, index, e)} class="button action_button" > share {/if} {#if child.properties !== undefined && child.properties.branding_enabled === "true" && !hide_branding} {/if} {#if !hide_edit} {/if}