Updated interface

- added a bar on the top which shows some info
- moved mod buttons to the bar
- added some information about your queue to the bar
- merged the table for current song and full queue
- some more small fixes
This commit is contained in:
Olaf Slomp
2019-03-28 18:54:46 +01:00
committed by Gerdriaan Mulder
parent 568f7c6a50
commit d0c82f33df
5 changed files with 190 additions and 146 deletions

View File

@ -5,7 +5,6 @@ from django.utils import timezone
from songs.models import Song
class Playlist(models.Model):
def __str__(self):
return 'Playlist #' + str(self.id)