From 4d414d28dd96470fa90c62f03cfb9e79d4b4f3a6 Mon Sep 17 00:00:00 2001 From: Troplo Date: Thu, 21 Jan 2021 02:39:07 +1100 Subject: [PATCH] updated --- .env | 4 ++-- src/components/Navbar.vue | 43 +++++++++++++++++++++++++++++------ src/locales/en.json | 10 ++++++++ src/store/index.js | 4 ++++ src/views/AdminCreateItem.vue | 3 ++- src/views/Forums.vue | 14 ++++-------- src/views/Users.vue | 5 ++-- 7 files changed, 62 insertions(+), 21 deletions(-) diff --git a/.env b/.env index 6fa3219..e334ed2 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ VUE_APP_APIENDPOINT=/api/ VUE_APP_APIVERSION=v1 -VUE_APP_GATEWAYENDPOINT=https://gateway.kaverti.com -VUE_APP_STAGING=false +VUE_APP_GATEWAYENDPOINT=/socket.io/ +VUE_APP_STAGING=true VUE_APP_I18N_LOCALE=en VUE_APP_I18N_FALLBACK_LOCALE=en VUE_APP_RELEASE="Canary" \ No newline at end of file diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 30bf446..02db076 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -218,6 +218,19 @@ +
+
+
+
+

You are using an outdated version of Kaverti, please refresh.

+
+
+
diff --git a/src/views/Forums.vue b/src/views/Forums.vue index 5a77f82..e764563 100644 --- a/src/views/Forums.vue +++ b/src/views/Forums.vue @@ -1,5 +1,5 @@