add tooltip to notification

This commit is contained in:
pa
2026-01-20 22:27:43 +09:00
committed by Natsumi
parent 0fa6e48fd7
commit ded6b0ccf0
5 changed files with 42 additions and 21 deletions

View File

@@ -149,7 +149,6 @@ export const useGroupStore = defineStore('Group', () => {
worldStore.worldDialog.visible = false;
avatarStore.avatarDialog.visible = false;
const D = groupDialog.value;
D.visible = true;
D.loading = true;
D.id = groupId;
D.inGroup = false;
@@ -188,6 +187,7 @@ export const useGroupStore = defineStore('Group', () => {
);
D.inGroup = args.ref.membershipStatus === 'member';
D.ownerDisplayName = args.ref.ownerId;
D.visible = true;
userRequest
.getCachedUser({
userId: args.ref.ownerId