1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

added profile quick info

This commit is contained in:
Fedor Katurov 2022-07-19 16:47:03 +07:00
parent 1241d2c784
commit 141b9c0d60
8 changed files with 84 additions and 32 deletions

View file

@ -16,10 +16,11 @@ interface Props {
const CommentAvatar: FC<Props> = ({ user, className }) => {
return (
<MenuButton
position="top"
position="top-start"
icon={
<Avatar url={path(['photo', 'url'], user)} username={user.username} className={className} />
}
translucentMenu
>
<ProfileQuickInfo user={user} />
</MenuButton>