{selectedExplorerLabel}

{selectedExplorerPath || "No file"}

{fileHistory.length}
{#if !hasRepository}
No repository loaded.
{:else if !selectedExplorerPath}
Select a file in Explorer.
{:else if fileHistory.length === 0}
No history returned for this selection.
{:else}
{#each fileHistory as item (item.hash)}
{/each}
{/if}