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

Fix some playlist item text issues #19

Closed chriszhangusc closed 7 years ago

chriszhangusc commented 7 years ago
  1. Fix playlist item text overflow issue
  2. Reformat the username and text
  3. Add title option to permalink

I did these changes mainly because sometimes the text of a playlist item could be too long to fit, and I also seperate the title and username of the sound track into two lines for better readability and accessibility.

Before:

screen shot 2017-02-15 at 10 07 30 pm

After:

screen shot 2017-02-15 at 10 08 33 pm

You can reveal long text by hovering the mouse over it like this:

screen shot 2017-02-15 at 10 10 25 pm
rwieruch commented 7 years ago

Thank you so much! 👍 Looks so much nicer now :)