mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
UI/UX and Performance Improvement (#1122)
* wip * wip * ui improve and fix * fix
This commit is contained in:
@@ -9811,6 +9811,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
privacy: '',
|
||||
shortCode: ''
|
||||
},
|
||||
isRepresentedGroupLoading: false,
|
||||
joinCount: 0,
|
||||
timeSpent: 0,
|
||||
lastSeen: '',
|
||||
@@ -10074,6 +10075,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
shortName: '',
|
||||
ref: {}
|
||||
};
|
||||
D.isRepresentedGroupLoading = true;
|
||||
D.representedGroup = {
|
||||
bannerUrl: '',
|
||||
description: '',
|
||||
@@ -10298,6 +10300,9 @@ console.log(`isLinux: ${LINUX}`);
|
||||
}
|
||||
API.getRepresentedGroup({ userId }).then((args1) => {
|
||||
D.representedGroup = args1.json;
|
||||
if (!args1.json || !args1.json.isRepresenting) {
|
||||
D.isRepresentedGroupLoading = false;
|
||||
}
|
||||
});
|
||||
D.loading = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user