UI Enhancements

This commit is contained in:
2024-06-03 12:01:38 -04:00
parent b2420b270c
commit c3098b073f
8 changed files with 98 additions and 65 deletions

View File

@@ -54,7 +54,7 @@ export const useAuthStore = defineStore('auth', () => {
if (!id) return 'No User';
try {
if (!userNames.value[id]) {
userNames.value[id] = '';
userNames.value[id] = 'Loading...';
functions
.createExecution(
'userinfo',