home
{#if currentNode.parents.length > 0} {currentNode.parents[currentNode.parents.length-1].path} {/if} /{currentNode.base.name}
Views
{formatThousands(file.views)}
Downloads
{formatThousands(file.downloads)}
Size
{formatDataVolume(file.size)}
{#if loading}
{:else if viewer_type === "dir"} {navigate(e.detail)}}> {/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)}