{#if loading}
{/if}
home
{#each currentNode.parents as parent} / {/each}
Size
{formatDataVolume(currentNode.base.file_size, 3)}
{#if viewer_type === "dir"} {navigate(e.detail, true)}}> {:else if viewer_type === "audio"} {:else if viewer_type === "image"} {/if}
{#if currentNode.base.type === "file"} {/if}

Node details

Name{currentNode.base.name}
Path{currentNode.base.path}
Type{currentNode.base.type}
Date created{formatDate(currentNode.base.date_created, true, true, true)}
Date modified{formatDate(currentNode.base.date_modified, true, true, true)}
File type{currentNode.base.file_type}
File size{formatDataVolume(currentNode.base.file_size)}

Bucket details

ID{currentNode.bucket.id}
Name{currentNode.bucket.name}
Date created{formatDate(currentNode.bucket.date_created, true, true, true)}
Date modified{formatDate(currentNode.bucket.date_modified, true, true, true)}