From 9ca1e26b79ec1873aa6ac914013160f8593d52cf Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 29 Jan 2020 12:28:42 +0100 Subject: [PATCH] Adjustments, handle keyStrokes on BaseGame --- client/public/index.html | 3 +++ client/src/App.vue | 5 ++-- client/src/components/BaseGame.vue | 37 +++++++++++++++++++++++++----- client/src/components/Chat.vue | 9 ++++---- client/src/views/Hall.vue | 14 +++++------ 5 files changed, 48 insertions(+), 20 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index 22901afa..0ab70d5d 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -20,5 +20,8 @@
+ diff --git a/client/src/App.vue b/client/src/App.vue index f337394e..c5027945 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -38,8 +38,6 @@ router-link.menuitem(to="/about") {{ st.tr["About"] }} p.clickable(onClick="doClick('modalContact')") | {{ st.tr["Contact"] }} - // TODO: add only the necessary icons to mini-css custom build - //script(src="//unpkg.com/feather-icons") -- 2.44.0