jshackles / Enhanced_Steam

Enhances the Steam Experience
www.EnhancedSteam.com
GNU General Public License v3.0
1.31k stars 195 forks source link

UPDATE: Wishlist changes #1517

Closed JoiNNN closed 6 years ago

JoiNNN commented 6 years ago

Updated the wishlist latest changes for a better experience. Let's just not use JS to add CSS styling in the future, first for performance reasons and second from a user experience point of view. Using pure CSS where posible is always better since is rendered as soon as the page starts rendering so the changes are instant and don't just start poping around and shift/change elements after the user might've already interacted with them. We should use JS to add styles only if there is no other way.

jshackles commented 6 years ago

I like the look of this, and the consistency it brings. I also agree that JS-loaded CSS has got to go, I'll try to be better about that going forward. Thanks for the cleanup and for the tip, your contributions to the project are always outstanding and appreciated! 👍