From 59920e23a50154b384b7fe2eebbe1a49ee6a9cae Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 11 Nov 2021 15:26:57 +0100 Subject: [PATCH] [cleanup] Minor style cleanup + use MDIv6 --- quasar.conf.js | 6 ++--- src/layouts/MainLayout.vue | 46 ++++++++++++++++++++++++++------------ src/pages/Dashboard.vue | 6 ++--- 3 files changed, 38 insertions(+), 20 deletions(-) diff --git a/quasar.conf.js b/quasar.conf.js index 5d52420..72e454b 100644 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -40,10 +40,10 @@ module.exports = configure(function (/* ctx */) { extras: [ // 'eva-icons', // 'fontawesome-v5', - // 'ionicons-v4', + // 'ionicons-v5', // 'line-awesome', // 'material-icons', - 'mdi-v5', + 'mdi-v6', // 'themify', // 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both! @@ -110,7 +110,7 @@ module.exports = configure(function (/* ctx */) { // https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-framework framework: { - iconSet: 'mdi-v5', // Quasar icon set + iconSet: 'mdi-v6', // Quasar icon set lang: 'de', // Quasar language pack config: { dark: 'auto', diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 0542067..d2d148e 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -19,7 +19,11 @@ {{ notifications.length }} - +