Faster dialog switch

This commit is contained in:
Natsumi
2026-01-24 02:25:49 +13:00
committed by pa
parent fb9ec31c93
commit 0af08e7741
8 changed files with 9 additions and 14 deletions
+1
View File
@@ -43,6 +43,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
const avatarDialog = ref({
visible: false,
loading: false,
activeTab: 'Info',
lastActiveTab: 'Info',
id: '',
memo: '',
+1
View File
@@ -46,6 +46,7 @@ export const useGroupStore = defineStore('Group', () => {
const groupDialog = ref({
visible: false,
loading: false,
activeTab: 'Info',
lastActiveTab: 'Info',
isGetGroupDialogGroupLoading: false,
treeData: {},
+1
View File
@@ -183,6 +183,7 @@ export const useUserStore = defineStore('User', () => {
const userDialog = ref({
visible: false,
loading: false,
activeTab: 'Info',
lastActiveTab: 'Info',
id: '',
ref: {},
+1
View File
@@ -36,6 +36,7 @@ export const useWorldStore = defineStore('World', () => {
const worldDialog = reactive({
visible: false,
loading: false,
activeTab: 'Instances',
lastActiveTab: 'Instances',
id: '',
memo: '',