better file previews

This commit is contained in:
2025-07-13 13:33:14 +02:00
parent 596d7ac35d
commit b0628fe0bd
9 changed files with 71 additions and 33 deletions

View File

@@ -18,8 +18,7 @@ const sortedEntries = computed(() =>
<DirectoryEntry
v-for="entry in sortedEntries"
:key="entry.name"
:name="entry.name"
:file-type="entry.fileType"
:entry="entry"
:disabled="isLoading"
/>
</div>