user_group_popover: Redesign popover using the new "popover-menu" theme.

As part of the popover menu redesign, this commit redesigns the user
group info popover using the new "popover-menu" tippy theme and improves
accessibility by using appropriate ARIA attributes.

Fixes part of #28699.
This commit is contained in:
Sayam Samal
2024-07-04 02:52:28 +05:30
committed by Tim Abbott
parent cc7df6d85b
commit 1b1f2411d8
5 changed files with 84 additions and 96 deletions

View File

@@ -300,6 +300,7 @@ export function initialize(): void {
"#filter_streams_tooltip",
".error-icon-message-recipient .zulip-icon",
"#personal-menu-dropdown .status-circle",
".popover-group-menu-member-list .popover_user_presence",
"#copy_generated_invite_link",
].join(","),
appendTo: () => document.body,