Add toast notifications for messages to improve user feedback

This commit is contained in:
2025-07-19 21:08:36 +02:00
parent 7c3c4e228e
commit 9ea98adecc
9 changed files with 64 additions and 44 deletions

View File

@@ -8,7 +8,8 @@
"name": "chat-ia-vue",
"version": "1.0.0",
"dependencies": {
"vue": "^3.4.0"
"vue": "^3.4.0",
"vue-toast-notification": "^3.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
@@ -1127,6 +1128,18 @@
"optional": true
}
}
},
"node_modules/vue-toast-notification": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/vue-toast-notification/-/vue-toast-notification-3.1.3.tgz",
"integrity": "sha512-XNyWqwLIGBFfX5G9sK+clq3N3IPlhDjzNdbZaXkEElcotPlWs0wWZailk1vqhdtLYT/93Y4FHAVuzyatLmPZRA==",
"license": "MIT",
"engines": {
"node": ">=12.15.0"
},
"peerDependencies": {
"vue": "^3.0"
}
}
}
}