Issue #3267141 by chmez, agami4: As a LU I want to be able to see a preview of the user profile wherever I see a user
Problem
As a LU I want to be able to see a preview of the user profile wherever I see a user.
Solution
- A modal should appear on hover of the name or profile image of a users
- this should not impact performance
- modal should only be loaded on hover
- the modal should appear immediate as possible
- if there is a delay a interaction should be shown
- Fallback is interaction on click instead of hover
- this should not impact performance
- This modal should contain:
- Name
- image
- a short description
- CTA for message
- CTA for follow
- Link to the profile
- number of followers
Issue tracker
- https://getopensocial.atlassian.net/browse/YANG-7093
- https://www.drupal.org/project/social/issues/3265949
- https://www.drupal.org/project/socialbase/issues/3267141
How to test
-
Enable Social Profile Preview module. -
When you log in and hover on the user picture or user name then you should see a modal window with user profile information.
Release notes
Show profile preview in a modal window on hover of user picture or username.
Edited by Oleksandr Horbatiuk