From 7402a9fb0dbc5ce39c9abecaaab2301db9370a4a Mon Sep 17 00:00:00 2001 From: Wouter van Wijk Date: Fri, 15 Mar 2013 23:56:57 +0100 Subject: [PATCH 1/3] do not hide controls button. clearer --- webclient/css/ws.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webclient/css/ws.css b/webclient/css/ws.css index b1098d8..2a4179a 100755 --- a/webclient/css/ws.css +++ b/webclient/css/ws.css @@ -47,10 +47,6 @@ .srch-breakpoint.ui-grid-a .ui-block-a, .srch-breakpoint.ui-grid-a .ui-block-b { width: 49%; } - /*controls*/ - #btcontrols { - display: none; - } .scroll { overflow-y: scroll; overflow-x: hidden; @@ -105,10 +101,6 @@ .srch-breakpoint.ui-grid-a .ui-block-a, .srch-breakpoint.ui-grid-a .ui-block-b { width: 100%; } - /*controls*/ - #btcontrols { - display: block; - } #playlistspane, .scroll { overflow-y: auto; overflow-x: auto; From 23678f899cc221981725565e860cd3d672362312 Mon Sep 17 00:00:00 2001 From: Wouter van Wijk Date: Sun, 21 Jul 2013 11:53:05 +0200 Subject: [PATCH 2/3] title --- webclient/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/webclient/index.html b/webclient/index.html index efd6499..7bdc408 100755 --- a/webclient/index.html +++ b/webclient/index.html @@ -20,6 +20,7 @@ new FastClick(document.body); }, false); + MusicBox From 4cd9167a0199d2448c2f908aef705636e106d64a Mon Sep 17 00:00:00 2001 From: Wouter van Wijk Date: Sun, 21 Jul 2013 12:08:48 +0200 Subject: [PATCH 3/3] first changelog added --- changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..39aaeec --- /dev/null +++ b/changelog @@ -0,0 +1,13 @@ +Changelog +********* + +Tracks the changes of Mopidy Webclient + +2013-07-21 (for Mopidy 0.14+) +- More ways to add a song to the Queue (play next, add to bottom, etc) +- Better Queue popup +- Button to clear the Queue +- A bit more speed +- Local files show up in search +- Bugs fixed +- New instructions in the read me \ No newline at end of file