diff --git a/package-lock.json b/package-lock.json index 7cfc5c4..2bba870 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7299,6 +7299,11 @@ "easy-stack": "^1.0.0" } }, + "js-search": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/js-search/-/js-search-2.0.0.tgz", + "integrity": "sha512-lJ8KzjlwcelIWuAdKyzsXv45W6OIwRpayzc7XmU8mzgWadg5UVOKVmnq/tXudddEB9Ceic3tVaGu6QOK/eebhg==" + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -8251,8 +8256,7 @@ "moment": { "version": "2.24.0", "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==", - "dev": true + "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "move-concurrently": { "version": "1.0.1", diff --git a/package.json b/package.json index c62af5e..7d51276 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,9 @@ "dependencies": { "core-js": "^3.6.4", "firebase": "^7.14.1", + "js-search": "^2.0.0", "minireset.css": "0.0.6", + "moment": "^2.24.0", "sweetalert": "^2.1.2", "vue": "^2.6.11", "vue-router": "^3.1.6", diff --git a/src/App.vue b/src/App.vue index 2386b07..7a35d65 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,12 +7,18 @@

Hyphen-Hacks 2020

Statistics - Applications in review + Applications in review + {{$store.getters.applications.length}} Mentors - Attendees - Volunteers - Notifications - Schedule + Attendees + + Volunteers + + + Notifications + + Schedule +
-

Something not working right? Get tech support ronan.furuta@hyphen-hacks.com

+

Something not working right? Get tech support ronan.furuta@hyphen-hacks.com +

@@ -59,13 +69,13 @@