diff --git a/frontend/quasar.conf.js b/frontend/quasar.conf.js index ccad930..0528ca8 100644 --- a/frontend/quasar.conf.js +++ b/frontend/quasar.conf.js @@ -61,6 +61,8 @@ module.exports = function (ctx) { 'QPageSticky', 'QAvatar', 'QSpinnerPuff', + 'QExpansionItem', + 'QParallax', ], directives: [ diff --git a/frontend/src/layouts/MyLayout.vue b/frontend/src/layouts/MyLayout.vue index d588e8c..ed0e123 100644 --- a/frontend/src/layouts/MyLayout.vue +++ b/frontend/src/layouts/MyLayout.vue @@ -2,7 +2,7 @@ - + BuGa Geocaching @@ -15,7 +15,7 @@ @click="leftDrawerOpen = !leftDrawerOpen" aria-label="Menu" > - + @@ -27,103 +27,105 @@ show-if-above content-class=""> - Essential Links + BuGa Geocaching - + - Docs - v1.quasar-framework.org + Startseite - + - Github - github.com/quasarframework + Caches - + - Discord Chat Channel - chat.quasar-framework.org + Rangliste - + - Forum - forum.quasar-framework.org + Profil - + - Twitter - @quasarframework + Login - + diff --git a/frontend/src/pages/Index.vue b/frontend/src/pages/Index.vue index 6eb6f66..2d9c188 100644 --- a/frontend/src/pages/Index.vue +++ b/frontend/src/pages/Index.vue @@ -1,74 +1,49 @@ diff --git a/frontend/src/pages/Overview.vue b/frontend/src/pages/Overview.vue index 0834139..5295f00 100644 --- a/frontend/src/pages/Overview.vue +++ b/frontend/src/pages/Overview.vue @@ -15,7 +15,7 @@ - +
@@ -23,16 +23,39 @@ - - + + - -
Alarms
- Lorem ipsum dolor sit amet consectetur adipisicing elit. + + + + + + + + + + {{ cache.name }} + + {{ cache.rankingPoints }} Punkte / + Size {{ cache.stationen.length }} + + {{ cache.description.substring(0,80) }} ... + + + + + + + + +
@@ -40,6 +63,12 @@ +