Right now error or success messeges are only loged to the console but they need to be displayed for the user.
It might be smart to use vuex for managing the message content. I'd also like to use a transition group for smooth animations.
maybe kinda like this package:
https://www.npmjs.com/package/vue-notification
Thanks to @Twissi we now have a great basic solution for displaying notifications, with more improvements to follow😊 We now should used it for all error handling
Right now error or success messeges are only loged to the console but they need to be displayed for the user.
It might be smart to use vuex for managing the message content. I'd also like to use a transition group for smooth animations.
maybe kinda like this package:
https://www.npmjs.com/package/vue-notification
Thanks to @Twissi we now have a great basic solution for displaying notifications, with more improvements to follow😊 We now should used it for all error handling