Vault history

{#if loading}
{translateMessage("Gathering information...")}
{/if} {#if showChunkCorrected} {/if} {#each history as entry} {#if showChunkCorrected} {/if} {/each}
{translateMessage("Date")} {translateMessage("Path")} {translateMessage("Rev")} {translateMessage("Stat")} {translateMessage("Chunks")}
{#if loading}
{:else}
{/if}
{entry.mtimeDisp}
/{entry.dirname.split("/").join(`\u200b/`)} {#if entry.isDeleted} {entry.filename} {:else} openFile(entry.path)}>{entry.filename} {/if}
{#if entry.isPlain} showHistory(entry.path, entry?.rev || "")}>{entry.rev} {:else} {entry.rev} {/if} {entry.changes} {entry.chunks}
{#if loading}
{:else}
{/if}