Let's use the same component consistently in the system.
Hovering over the user avatar in short form (picture only) I want to see the full details of the user.
Hovering over the extended user avatar (picture and name/handle) should be the same.
Right now the projects grid auto-generates the HTML for each user and displays it on hover. We should be smarter and not generate too much HTML for the browser - this slows down performance and tracing the DOM/manipulations.