Implemented Gallery view for media files.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user