Remove extra new folder button, instead make header button work

This commit is contained in:
Leo Vasanko
2023-11-04 00:43:37 +00:00
parent 12eabd29c3
commit 4aae194060
65 changed files with 23 additions and 85 deletions

View File

@@ -29,6 +29,7 @@ export type DocumentStore = {
uploadCount: number
wsWatch: WebSocket | undefined
wsUpload: WebSocket | undefined
fileExplorer: any
user: User
error: string
}
@@ -43,6 +44,7 @@ export const useDocumentStore = defineStore({
uploadCount: 0 as number,
wsWatch: undefined,
wsUpload: undefined,
fileExplorer: null,
error: '' as string,
user: {
username: '',