GNOME Bugzilla – Bug 700520
The songs view is not according to the design.
Last modified: 2013-05-20 19:15:23 UTC
Created attachment 244513 [details] mockup. The songs view in the mockup has no albumart to its left and list of artists changed according to the design.
Created attachment 244515 [details] [review] patch for the songs view. Changed the songs view according to the design and removed the album-art to the left.
Review of attachment 244515 [details] [review]: ::: src/view.js @@ +379,3 @@ + ); + GLib.idle_add(300, Lang.bind(this, this._updateAlbumArt, item, iter)); + We dont need album art in this view AFAICT. So why the _updateAlbumArt call
Created attachment 244535 [details] [review] Updated patch. Thanks for the review :-)
Created attachment 244715 [details] [review] Updated patch. Added starred/favorite songs icon and changed the model.
The following fix has been pushed: 56f2866 Songs view fix
Created attachment 244721 [details] [review] Songs view fix
I pushed the fx, but it still needs some polishing: + const starIconName = GdkPixbuf.Pixbuf.new_from_file('/usr/share/icons/gnome/scalable/status/starred-symbolic.svg'); Don't use hardcode paths here, please use iconName same as errorIconName or nowPlayingIconName
Yeah, I would rather have it polished then pushed honestly. There is also unused variables in the patch, and the styling is all wrong although i pointed that out before. Also the stuff the Vadim pointed out needs to be fixed too
Ok I am giving Sai a couple of minutes to come up with some of the small fixes.
All changes pushed to master :D