Implement basics of voting ui. Change vote selection code to also inject cover before putting in list. Make sure player sends winning track to highlight on client.

This commit is contained in:
Kevin Whitaker
2017-02-18 22:23:09 -05:00
parent d12e2471da
commit cc8c4bcb7e
7 changed files with 126 additions and 16 deletions

View File

@@ -43,6 +43,7 @@ public:
void updateWithTrackDetails(AudioTrack track);
void changeBackgroundColor(Wt::WColor color);
bool trackMatches(AudioTrack track);
};
#endif // TRACKDETAILS_H