파일 페이지에 다운로드 및 폴더로 이동 메뉴 추가

This commit is contained in:
static
2025-12-27 02:37:56 +09:00
parent a9da8435cb
commit 9eb67d5877
4 changed files with 88 additions and 11 deletions

View File

@@ -58,7 +58,7 @@
<Category
bind:isFileRecursive
info={$info}
onFileClick={({ id }) => goto(`/file/${id}`)}
onFileClick={({ id }) => goto(`/file/${id}?from=category`)}
onFileRemoveClick={async ({ id }) => {
await requestFileRemovalFromCategory(id, data.id as number);
info = getCategoryInfo(data.id, $masterKeyStore?.get(1)?.key!); // TODO: FIXME