Implement proper login/logout UI, fix breadcrumbs on file listing.

This commit is contained in:
Leo Vasanko
2023-11-07 16:10:56 +00:00
parent c695c09ecc
commit 54d6ea6332
8 changed files with 67 additions and 19 deletions

View File

@@ -4,7 +4,6 @@ export type Document = {
loc: string
name: string
key: FUID
type: 'folder' | 'file'
size: number
sizedisp: string
mtime: number