rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

Feature Proposal: Mini Profile Popover #5

Closed rwieruch closed 7 years ago

rwieruch commented 8 years ago

There is no extra page to see the whole profile of an user. In my opinion there shouldn't be one, because it would clutter more and more the app without having a real use case for it. I think FaveSound does quite well only with one visually minimal page where one can look up easily new tracks and play them.

But at the end it would be cool to have some mini profile popover with a bigger picture and some actions like "Follow" on it.

screen shot 2016-07-08 at 17 56 38

One could place it everywhere where user pictures are already used.

screen shot 2016-07-08 at 17 53 13

I guess the difficulty is to make a very good positioning in CSS which is doing well in all kinds of browsers.