mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 21:16:07 +02:00
Faster dialog switch
This commit is contained in:
@@ -43,6 +43,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
|
||||
const avatarDialog = ref({
|
||||
visible: false,
|
||||
loading: false,
|
||||
activeTab: 'Info',
|
||||
lastActiveTab: 'Info',
|
||||
id: '',
|
||||
memo: '',
|
||||
|
||||
@@ -46,6 +46,7 @@ export const useGroupStore = defineStore('Group', () => {
|
||||
const groupDialog = ref({
|
||||
visible: false,
|
||||
loading: false,
|
||||
activeTab: 'Info',
|
||||
lastActiveTab: 'Info',
|
||||
isGetGroupDialogGroupLoading: false,
|
||||
treeData: {},
|
||||
|
||||
@@ -183,6 +183,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
const userDialog = ref({
|
||||
visible: false,
|
||||
loading: false,
|
||||
activeTab: 'Info',
|
||||
lastActiveTab: 'Info',
|
||||
id: '',
|
||||
ref: {},
|
||||
|
||||
@@ -36,6 +36,7 @@ export const useWorldStore = defineStore('World', () => {
|
||||
const worldDialog = reactive({
|
||||
visible: false,
|
||||
loading: false,
|
||||
activeTab: 'Instances',
|
||||
lastActiveTab: 'Instances',
|
||||
id: '',
|
||||
memo: '',
|
||||
|
||||
Reference in New Issue
Block a user