From b6d11752290ccd11cc19e3763d8d51c4778a2049 Mon Sep 17 00:00:00 2001 From: Alexander Archer Date: Mon, 23 Oct 2017 14:19:59 -0400 Subject: [PATCH 1/3] Create activity.txt --- activity.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 activity.txt diff --git a/activity.txt b/activity.txt new file mode 100644 index 0000000..f8e916b --- /dev/null +++ b/activity.txt @@ -0,0 +1 @@ +activity From 22045464a02e45a3a1653d3faf8d49a57ef22311 Mon Sep 17 00:00:00 2001 From: Date: Mon, 30 Oct 2017 02:00:53 -0400 Subject: [PATCH 2/3] switched the class of the first card to remove the unwanted top border --- www/html_templates/the_room.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/html_templates/the_room.handlebars b/www/html_templates/the_room.handlebars index bf06177..cf63ed7 100644 --- a/www/html_templates/the_room.handlebars +++ b/www/html_templates/the_room.handlebars @@ -37,7 +37,7 @@
-
+
{{#if isUserHost}}

Up Next

From a0f1268b6e4ba68fa5999a9032055393a877e21c Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 5 Nov 2017 20:52:19 -0500 Subject: [PATCH 3/3] changed the logic in the_room.handlebars to reflect non-user usage and remove the extra card tag --- activity.txt | 1 - www/html_templates/the_room.handlebars | 30 ++++++++++++++------------ 2 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 activity.txt diff --git a/activity.txt b/activity.txt deleted file mode 100644 index f8e916b..0000000 --- a/activity.txt +++ /dev/null @@ -1 +0,0 @@ -activity diff --git a/www/html_templates/the_room.handlebars b/www/html_templates/the_room.handlebars index cf63ed7..72fc371 100644 --- a/www/html_templates/the_room.handlebars +++ b/www/html_templates/the_room.handlebars @@ -36,22 +36,24 @@
-
-
+ +
{{#if isUserHost}} -
-

Up Next

-
-
-
    - {{#queue}} -
  • {{songName}}
  • - {{/queue}} -
-
+
+
+

Up Next

+
+
+
    + {{#queue}} +
  • {{songName}}
  • + {{/queue}} +
+
+
{{/if}} -
-
+
+