diff --git a/frontend/package.json b/frontend/package.json index 4d2373c..71dc037 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { + "chart.js": "^4.2.0", "pinia": "^2.0.28", "primeflex": "^3.3.0", "primeicons": "^6.0.1", diff --git a/frontend/src/components/TheWelcome.vue b/frontend/src/components/TheWelcome.vue index 24fda7c..a887d34 100644 --- a/frontend/src/components/TheWelcome.vue +++ b/frontend/src/components/TheWelcome.vue @@ -1,14 +1,14 @@ diff --git a/frontend/src/layout/AppConfig.vue b/frontend/src/layout/AppConfig.vue deleted file mode 100644 index 292ad79..0000000 --- a/frontend/src/layout/AppConfig.vue +++ /dev/null @@ -1,295 +0,0 @@ - - - - - diff --git a/frontend/src/layout/AppLayout.vue b/frontend/src/layout/AppLayout.vue index 4fbaad1..c6ab286 100644 --- a/frontend/src/layout/AppLayout.vue +++ b/frontend/src/layout/AppLayout.vue @@ -1,67 +1,63 @@ - + diff --git a/frontend/src/layout/AppMenu.vue b/frontend/src/layout/AppMenu.vue index 896e77d..3a8e448 100644 --- a/frontend/src/layout/AppMenu.vue +++ b/frontend/src/layout/AppMenu.vue @@ -1,33 +1,28 @@