프론트엔드 파일시스템 모듈 리팩토링

This commit is contained in:
static
2025-12-31 00:43:12 +09:00
parent e4413ddbf6
commit 26323c2d4d
30 changed files with 421 additions and 459 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import type { FileCacheIndex } from "$lib/indexedDB";
import type { SummarizedFileInfo } from "$lib/modules/filesystem2.svelte";
import type { SummarizedFileInfo } from "$lib/modules/filesystem";
import { formatDate, formatFileSize } from "$lib/utils";
import IconDraft from "~icons/material-symbols/draft";