정렬 관련 코드를 derived를 사용하도록 재작성

This commit is contained in:
static
2025-07-19 10:06:15 +09:00
parent 7f4ebd8601
commit 82c270ae99
12 changed files with 194 additions and 221 deletions

View File

@@ -109,7 +109,7 @@
<UploadStatusCard onclick={() => goto("/file/uploads")} />
<DownloadStatusCard onclick={() => goto("/file/downloads")} />
</div>
{#key $info}
{#key $info.data.id}
<DirectoryEntries
info={$info.data}
onEntryClick={({ type, id }) => goto(`/${type}/${id}`)}