feat: add view on remote server to user profile dropdowns

This commit is contained in:
freeplay 2023-07-16 17:46:30 -04:00
parent dfd900c09f
commit 18260e1a63

View file

@ -260,6 +260,15 @@ export function getUserMenu(user, router: Router = mainRouter) {
to: `/my/messaging/${Acct.toString(user)}`,
}
: undefined,
user.host != null && user.url
? {
type: "a",
icon: "ph-arrow-square-out ph-bold ph-lg",
text: i18n.ts.showOnRemote,
href: user.url,
target: "_blank",
} : undefined,
null,
{
icon: "ph-list-bullets ph-bold ph-lg",