mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
merge previous instances dialog
This commit is contained in:
@@ -138,6 +138,12 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
}
|
||||
});
|
||||
|
||||
const previousInstancesListState = ref({
|
||||
user: { search: '', pageSize: 10, pageIndex: 0 },
|
||||
world: { search: '', pageSize: 10, pageIndex: 0 },
|
||||
group: { search: '', pageSize: 10, pageIndex: 0 }
|
||||
});
|
||||
|
||||
const instanceJoinHistory = reactive(new Map());
|
||||
|
||||
const currentInstanceUsersData = ref([]);
|
||||
@@ -1459,6 +1465,7 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
previousInstancesUserDialog,
|
||||
previousInstancesWorldDialog,
|
||||
previousInstancesGroupDialog,
|
||||
previousInstancesListState,
|
||||
instanceJoinHistory,
|
||||
currentInstanceUsersData,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user