From 7d94c75f279afb59792e0c4a17f02edd4a2a4769 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Fri, 31 May 2019 10:12:03 -0400 Subject: [PATCH] Added components to support the party view --- .../Components/MemberList/MemberList.xaml | 2 - Aurora/Frontend/Components/Queue/Queue.xaml | 48 ++++++++ .../Frontend/Components/Queue/Queue.xaml.cs | 109 ++++++++++++++++++ Aurora/Frontend/Views/Albums/AlbumsView.xaml | 9 +- Aurora/Frontend/Views/Party/PartyView.xaml | 6 + 5 files changed, 169 insertions(+), 5 deletions(-) create mode 100644 Aurora/Frontend/Components/Queue/Queue.xaml create mode 100644 Aurora/Frontend/Components/Queue/Queue.xaml.cs diff --git a/Aurora/Frontend/Components/MemberList/MemberList.xaml b/Aurora/Frontend/Components/MemberList/MemberList.xaml index 8d5b576..f6fcc1b 100644 --- a/Aurora/Frontend/Components/MemberList/MemberList.xaml +++ b/Aurora/Frontend/Components/MemberList/MemberList.xaml @@ -6,8 +6,6 @@ x:Class="Aurora.Frontend.Components.MemberList.MemberList"> -