summaryrefslogtreecommitdiff
path: root/static/playlist.js
AgeCommit message (Expand)AuthorFilesLines
2012-12-23Added artist view and links.Jon Bergli Heier1-0/+8
2012-12-21Don't try to add existing tracks to playlist.Jon Bergli Heier1-0/+4
2012-12-19Allow double clicking on selectable items.Jon Bergli Heier1-0/+8
2012-12-14Changed and standardised layouts in all views.Jon Bergli Heier1-4/+1
2012-03-14Minor changes to playlist looks.Jon Bergli Heier1-1/+6
2012-03-14Hint next song when (re)moving a song in the playlist.Jon Bergli Heier1-1/+1
2012-03-13Implemented playlist item deletion.Jon Bergli Heier1-4/+14
2012-03-09Changed ordering to use a comparator function.Jon Bergli Heier1-5/+5
2012-03-06Added hints to tell the server which track we want next.Jon Bergli Heier1-0/+8
2012-03-06Use sequential ids to store playlist tracks in the correct order.Jon Bergli Heier1-0/+4
2012-03-05Fixed playlist storage.Jon Bergli Heier1-0/+6
2012-03-05Added basic playlist implementation using backbone.js.Jon Bergli Heier1-0/+57