agektmr / ProjectTabManager

Have too many tabs opened on Chrome? This extension helps you organize your tabs on windows per projects.
https://chrome.google.com/webstore/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia
111 stars 25 forks source link

Use material design list formatting for session and project lists #50

Open dantman opened 8 years ago

dantman commented 8 years ago

https://www.google.com/design/spec/components/lists.html

session/project lists are expandable lists, the material/paper formatting doesn't work right in this context.

Instead use the behaviour recommended for lists with expandable content:

screen shot 2016-02-25 at 6 19 38 pm

agektmr commented 8 years ago

Thanks @dantman for the PR. I can't judge this right away due to lack of Material Design knowledge. Give me some time then I will get back to you.