user_card_popover: Add tooltip for status clear button.

Previously, the tooltip for the status clear button was scoped to only
the personal menu popover. This commit moves that logic to `tippyjs.ts`
and adds support for the status clear button in the user card popover.
This commit is contained in:
Sayam Samal
2024-07-09 17:20:57 +05:30
committed by Tim Abbott
parent 1f6fcb81e8
commit 2ee9d80c7f
2 changed files with 6 additions and 6 deletions

View File

@@ -601,6 +601,12 @@ export function initialize(): void {
},
});
tippy.delegate("body", {
target: ".personal-menu-clear-status",
placement: "top",
appendTo: () => document.body,
});
tippy.delegate("body", {
/*
The tooltip for new user group button (+) icon button on #groups