From ea81b7f598409a37c68bc5c7957dd9d31318d4af Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 4 Aug 2020 16:00:55 +0200 Subject: [PATCH] User controls, UI improvement --- client/src/components/Player.vue | 34 ++++++---- client/src/components/Playlist.vue | 15 +++-- client/src/components/Settings.vue | 58 +++++++++++++++++ client/src/store/appModule.js | 11 +++- client/src/store/roomModule.js | 21 ++++++ client/src/store/rtcModule.js | 5 +- client/src/views/Home.vue | 37 +++++++++-- client/src/views/Room.vue | 61 +++++++----------- .../gltronic/voozik/business/RoomManager.java | 4 +- .../gltronic/voozik/web/SocketHandler.java | 4 +- voozik.jar | Bin 20295311 -> 20320703 bytes 11 files changed, 182 insertions(+), 68 deletions(-) create mode 100644 client/src/components/Settings.vue diff --git a/client/src/components/Player.vue b/client/src/components/Player.vue index 1639226..4ebfd84 100644 --- a/client/src/components/Player.vue +++ b/client/src/components/Player.vue @@ -1,27 +1,27 @@