feat: Add anonymous dynamic canvas option to gallery
This commit is contained in:
@@ -35,6 +35,7 @@ export const useCanvasStore = defineStore('canvas', () => {
|
||||
const history = ref<HistoryEntry[]>([])
|
||||
const notifications = ref<Notification[]>([])
|
||||
const showHistoryPanel = ref(false)
|
||||
const isAnonymousCanvas = ref(false)
|
||||
|
||||
let notificationId = 0
|
||||
|
||||
@@ -111,6 +112,8 @@ export const useCanvasStore = defineStore('canvas', () => {
|
||||
connectionError,
|
||||
connectionInfo,
|
||||
statusColor,
|
||||
// Canvas mode
|
||||
isAnonymousCanvas,
|
||||
// History & UI
|
||||
history,
|
||||
notifications,
|
||||
|
||||
Reference in New Issue
Block a user