From afed42de498013992065ad61b9ee3be62cd7577d Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 27 Mar 2022 21:11:18 +0200 Subject: [PATCH] updated Nav-Search + removed string-sanitizer + added csgo-sharecode --- package.json | 2 +- src/components/NavComponent.vue | 127 ++++++++++++++++++++++---------- src/constants/index.ts | 14 ++-- src/stores/searchParams.ts | 6 +- src/utils/ApiRequests.ts | 40 ++++++++++ src/utils/Utils.ts | 20 +++++ yarn.lock | 16 ++-- 7 files changed, 168 insertions(+), 57 deletions(-) diff --git a/package.json b/package.json index f318db3..3f6312c 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "axios": "^0.26.1", "bootstrap": "^5.1.3", "bootstrap-icons": "^1.8.1", + "csgo-sharecode": "^3.0.1", "echarts": "^5.3.1", "fork-awesome": "^1.2.0", "http-status-codes": "^2.2.0", @@ -21,7 +22,6 @@ "jquery": "^3.6.0", "luxon": "^2.3.1", "pinia": "^2.0.12", - "string-sanitizer": "^2.0.2", "vue": "^3.2.31", "vue-matomo": "^4.1.0", "vue-router": "^4.0.14", diff --git a/src/components/NavComponent.vue b/src/components/NavComponent.vue index 09528f3..5e5801c 100644 --- a/src/components/NavComponent.vue +++ b/src/components/NavComponent.vue @@ -32,7 +32,7 @@