User popovers
Adds popovers for users so you can view some profile details on mouseover (or tap on mobile) on mentions, avatars, etc.
I removed the inline profile cards from status/notifs in favor of this
Merge request reports
Activity
added 23 commits
-
2031f382...0ed5d40a - 21 commits from branch
develop
- 35c459f4 - fix merge conflicts
- fd0d4fbf - remove redundant class
-
2031f382...0ed5d40a - 21 commits from branch
added 6 commits
-
fd0d4fbf...65ac7113 - 5 commits from branch
develop
- 6b9ce950 - Merge branch 'develop' into 'feat/user-popovers'
-
fd0d4fbf...65ac7113 - 5 commits from branch
added 15 commits
-
6b9ce950...4adccf22 - 13 commits from branch
develop
- b3254c99 - fix conflicts
- 72934c1f - Merge branch 'feat/user-popovers' of git.pleroma.social:pleroma/pleroma-fe into feat/user-popovers
-
6b9ce950...4adccf22 - 13 commits from branch
- Edited by HJ
I feel like showing tooltip on click would be better.
- I'm tiggering way too many tooltips by accident which makes UI harder to use, i.e. accidentally hovering over user handle in post header which covers reply-to, or any mentions in the post.
- Sometimes briefly hovering over something and leaving leaves the tooltip open for longer than it should, this is probably possible with reply-tos but with sheer amount of user tooltips it's more likely to happen.
24 24 bottomedOut: false, 25 25 // How many seen notifications to display in the list. The more there are, 26 26 // the heavier the page becomes. This count is increased when loading 27 // older notifications, and cut back to default whenever hitting "Read!". 27 // older notifications, and cut back to default whenever hitting "Read!"1.
Please register or sign in to reply