mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-06-06 14:23:59 +02:00
QR Code Page (#15)
* First pass on QR Code page * Overhaul QRLandingView.vue to allow for location data support * oops -- fix comment * QRLandingView: Change location scheme We don't want to embed the map on this page for the moment, so we're going to redirect the user instead. * Fix styling * update qr page * get user location on click so that we don't creep people out * show the whole US by default --------- Co-authored-by: Bludoo <12192277+Bludoo@users.noreply.github.com>
This commit is contained in:
@@ -56,6 +56,11 @@ const router = createRouter({
|
||||
name: 'legal',
|
||||
component: () => import('../views/LegalView.vue')
|
||||
},
|
||||
{
|
||||
path: '/qr',
|
||||
name: 'qr-landing',
|
||||
component: () => import('../views/QRLandingView.vue')
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
|
||||
Reference in New Issue
Block a user