You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
On a very related note, maybe figure out some way to make these styles more robust. Seems that Google's spritesheet generating mechanism regularly creates different spritesheets that relocate the thumbs up and down icons. Therefore we should try to figure out a way to move the thumbs up and down in each .song-row without changing the background-position.
Alternatively, we can have the app download and use the latest version of the stylesheet every time the application runs so that simple style changes can be pushed to everybody without requiring an update of the app every time. Alternatively, we could include a built-in style manager (tangentially, user provided styles, perhaps...?) that downloads the latest style, but that could be confusing as it creates two points of update for the user, the stylesheets and the app itself.
The text was updated successfully, but these errors were encountered:
On a very related note, maybe figure out some way to make these styles more robust. Seems that Google's spritesheet generating mechanism regularly creates different spritesheets that relocate the thumbs up and down icons. Therefore we should try to figure out a way to move the thumbs up and down in each
.song-row
without changing thebackground-position
.Alternatively, we can have the app download and use the latest version of the stylesheet every time the application runs so that simple style changes can be pushed to everybody without requiring an update of the app every time. Alternatively, we could include a built-in style manager (tangentially, user provided styles, perhaps...?) that downloads the latest style, but that could be confusing as it creates two points of update for the user, the stylesheets and the app itself.
The text was updated successfully, but these errors were encountered: