Implemented Gallery view for media files.

This commit is contained in:
Leo Vasanko
2023-11-17 18:32:24 -08:00
parent 11887edde3
commit 8da141744e
11 changed files with 553 additions and 27 deletions

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,