diff --git a/frontend/quasar.conf.js b/frontend/quasar.conf.js index 2a58d21..9ee4e06 100644 --- a/frontend/quasar.conf.js +++ b/frontend/quasar.conf.js @@ -62,6 +62,7 @@ module.exports = function (ctx) { 'QPageSticky', 'QAvatar', 'QSpinnerPuff', + 'QSpinnerOval', 'QExpansionItem', 'QParallax', 'QEditor', @@ -107,7 +108,6 @@ module.exports = function (ctx) { API: JSON.stringify('http://localhost:8080') } : { // Base URL for API-Calls: PRODUCTION (build) - //API: JSON.stringify('http://se.hs-heilbronn.de:8090') //API: JSON.stringify('http://seserver.se.hs-heilbronn.de:8090/buga19geocaching') API: JSON.stringify('http://localhost:8080') } diff --git a/frontend/src/components/qr-scanner.vue b/frontend/src/components/qr-scanner.vue deleted file mode 100644 index 055fa41..0000000 --- a/frontend/src/components/qr-scanner.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - diff --git a/frontend/src/pages/CacheEnd.vue b/frontend/src/pages/CacheEnd.vue new file mode 100644 index 0000000..f046bfd --- /dev/null +++ b/frontend/src/pages/CacheEnd.vue @@ -0,0 +1,52 @@ + + + diff --git a/frontend/src/pages/CacheStart.vue b/frontend/src/pages/CacheStart.vue new file mode 100644 index 0000000..2ee2846 --- /dev/null +++ b/frontend/src/pages/CacheStart.vue @@ -0,0 +1,74 @@ + + + diff --git a/frontend/src/pages/Overview.vue b/frontend/src/pages/Overview.vue index 739ec04..ee39fe9 100644 --- a/frontend/src/pages/Overview.vue +++ b/frontend/src/pages/Overview.vue @@ -188,7 +188,7 @@ let stationID = this.caches.find(x => x.id === cacheID).stationen[0].id; console.log(stationID); //this.$router.push({path: `/station/${stationID}`}) - this.$router.push({path: `/station/${cacheID}/${stationID}`}) + this.$router.push({path: `/CacheStart/${cacheID}`}) }).catch((error) => { // Error let msg; diff --git a/frontend/src/pages/qr-code-test.vue b/frontend/src/pages/qr-code-test.vue index ed56574..7bf52e7 100644 --- a/frontend/src/pages/qr-code-test.vue +++ b/frontend/src/pages/qr-code-test.vue @@ -1,17 +1,151 @@