🚀 [Feature] Remove Hover Menu from User Teaser
Created by: Tirokk
Authored by alina-beck Closed
🚀 Feature
The hover menu should be completely removed from the user teaser component.
User Problem
At the moment, the user teaser has two effects and a third one in planning:
- it opens a small popup on hover
- it links to the
user profileon click - planned: it toggles the
user idon button click
Three different functionalities on one element is no good practice, it clutters the page and is hard to use. While the other two functionalities cannot (sensibly) be moved somewhere else, removing the hover menu only requires one further click to achieve the same goal (e.g. see follower numbers or follow the person).
Implementation
Remove the hover menu from the user teaser component – make sure to also delete related CSS.
Validation
We will wait for user feedback and see if many people complain about the missing menu. If so, it is easily reintroduced. If not, it probably wasn't used much in the first place.