feat: new directory dialog

repalces the new item table row
This commit is contained in:
2025-09-26 23:04:02 +00:00
parent ce2e3c4f26
commit 3dfcdd84cf
6 changed files with 119 additions and 119 deletions

View File

@@ -1,5 +1,10 @@
import type { Id } from "../_generated/dataModel"
export enum FileType {
File = "File",
Directory = "Directory",
}
export type DirectoryPathComponent = {
handle: DirectoryHandle
name: string