Implemented Gallery view for media files.

This commit is contained in:
2023-11-18 10:32:24 +00:00
parent 35a6b2740b
commit 9895d7bf6c
11 changed files with 553 additions and 27 deletions
+2
View File
@@ -23,6 +23,8 @@ export const useMainStore = defineStore({
fileExplorer: null as any,
error: '' as string,
connected: false,
gallery: false,
cursor: shallowRef<Doc | null>(null),
server: {} as Record<string, any>,
prefs: {
sortListing: '' as SortOrder,