diff --git a/src/webapp/src/App.vue b/src/webapp/src/App.vue index 2f8c875..5a1cef6 100644 --- a/src/webapp/src/App.vue +++ b/src/webapp/src/App.vue @@ -70,6 +70,7 @@ ::selection { background-color: var( --highlight-backdrop ); + color: var( --secondary-color ); } #themeSelector { diff --git a/src/webapp/src/components/initial.vue b/src/webapp/src/components/initial.vue index 89e09df..c3b50ba 100644 --- a/src/webapp/src/components/initial.vue +++ b/src/webapp/src/components/initial.vue @@ -2,7 +2,7 @@
Vue logo
-

Welcome to libreevent!

+

Welcome to libreǝvent!

Let's start the setup by entering the setup key below! You may define a setup key in the config file of libreevent. See here for more instructions


diff --git a/src/webapp/src/router/adminRoutes.js b/src/webapp/src/router/adminRoutes.js index 155f73b..5d90f83 100644 --- a/src/webapp/src/router/adminRoutes.js +++ b/src/webapp/src/router/adminRoutes.js @@ -26,9 +26,9 @@ export default { } }, { - path: 'admin-accounts', - name: 'adminAccounts', - component: () => import( '../views/admin/AccountView.vue' ), + path: 'locations', + name: 'adminLocations', + component: () => import( '../views/admin/LocationsView.vue' ), meta: { title: 'Accounts :: Admin - libreevent', adminAuthRequired: true, diff --git a/src/webapp/src/router/mainRoutes.js b/src/webapp/src/router/mainRoutes.js index 166ac7e..f1b6981 100644 --- a/src/webapp/src/router/mainRoutes.js +++ b/src/webapp/src/router/mainRoutes.js @@ -56,6 +56,14 @@ export default [ title: 'Signup - libreevent' } }, + { + path: '/account', + name: 'account', + component: () => import( '../views/AccountView.vue' ), + meta: { + title: 'Account - libreevent' + } + }, { path: '/tickets/details', name: 'ticketDetails', diff --git a/src/webapp/src/views/AccountView.vue b/src/webapp/src/views/AccountView.vue new file mode 100644 index 0000000..cecaa72 --- /dev/null +++ b/src/webapp/src/views/AccountView.vue @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/src/webapp/src/views/admin/AdminView.vue b/src/webapp/src/views/admin/AdminView.vue index c68ca3c..95aed1b 100644 --- a/src/webapp/src/views/admin/AdminView.vue +++ b/src/webapp/src/views/admin/AdminView.vue @@ -15,9 +15,9 @@