diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 9f950f6f..ec5fbe65 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -7,7 +7,7 @@ module.exports = {
},
extends: [
"eslint:recommended",
- "plugin:vue/vue3-recommended",
+ "plugin:vue/recommended",
"plugin:vuetify/recommended",
"plugin:nuxt/recommended",
],
diff --git a/components/FeedBack/Snackers.vue b/components/FeedBack/Snackers.vue
index 881e7752..a1343f85 100644
--- a/components/FeedBack/Snackers.vue
+++ b/components/FeedBack/Snackers.vue
@@ -51,7 +51,7 @@
variant="flat"
size="20"
:color="feedback.type"
- @click="feedback_store.delete_feedback(index)"
+ @click="feedback_store.delete_feedback(feedback.id)"
>
diff --git a/components/Launcher.vue b/components/Launcher.vue
index e2ca1464..259bbe93 100644
--- a/components/Launcher.vue
+++ b/components/Launcher.vue
@@ -2,7 +2,7 @@
Please complete the recaptcha to launch the app
-
+
@@ -19,17 +19,17 @@
diff --git a/components/Loading.vue b/components/Loading.vue
index 601845b1..a486e2f3 100644
--- a/components/Loading.vue
+++ b/components/Loading.vue
@@ -3,14 +3,14 @@
- Cloud instance is starting...
+ Microservices are starting...
Why do you have to wait?
- We start our server only on demand... and this takes a few minutes
- before you can use our free app.
+ We start our microservices only on demand... and this takes a few
+ minutes before you can use our free app.
This is aligned with our energy sobriety policy. So be patient
diff --git a/components/PackagesVersions.vue b/components/PackagesVersions.vue
index f56a50c1..4cefe1bf 100644
--- a/components/PackagesVersions.vue
+++ b/components/PackagesVersions.vue
@@ -19,14 +19,13 @@
diff --git a/components/Recaptcha.vue b/components/Recaptcha.vue
index a2796666..0c4902d4 100644
--- a/components/Recaptcha.vue
+++ b/components/Recaptcha.vue
@@ -2,10 +2,10 @@
@@ -14,12 +14,10 @@