From f08d119bcad34d6b15aed8ec86b7e6ef233ca616 Mon Sep 17 00:00:00 2001 From: Elvanos Date: Thu, 21 Sep 2023 00:15:25 +0200 Subject: [PATCH] removed ripple effect, cleaned app a bit --- .vscode/settings.json | 3 +- quasar.config.js | 4 +- .../GlobalWindowButtons.vue | 3 -- src/globals.d.ts | 2 - src/layouts/ComponentTestingLayout.vue | 7 +-- src/layouts/MainLayout.vue | 49 ++++--------------- src/pages/IndexPage.vue | 15 ------ 7 files changed, 15 insertions(+), 68 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 20f927d..be6e431 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,6 @@ "typescript.tsdk": "node_modules/typescript/lib", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "todo-tree.tree.scanMode": "workspace" } diff --git a/quasar.config.js b/quasar.config.js index 379215a..48e386b 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -99,7 +99,9 @@ module.exports = configure(function (/* ctx */) { // https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework framework: { - config: {}, + config: { + ripple: false, + }, // iconSet: 'material-icons', // Quasar icon set // lang: 'en-US', // Quasar language pack diff --git a/src/components/GlobalWindowButtons/GlobalWindowButtons.vue b/src/components/GlobalWindowButtons/GlobalWindowButtons.vue index e18014d..8bc046f 100644 --- a/src/components/GlobalWindowButtons/GlobalWindowButtons.vue +++ b/src/components/GlobalWindowButtons/GlobalWindowButtons.vue @@ -7,7 +7,6 @@ - diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index bb40de3..6c780ce 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -1,29 +1,16 @@ - diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue index 6ed6f11..c361892 100644 --- a/src/pages/IndexPage.vue +++ b/src/pages/IndexPage.vue @@ -1,17 +1,6 @@