EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

Replace `vue-sweetalert2` with `vue-material` dialogs #174

Open dmohns opened 4 months ago

dmohns commented 4 months ago

We are using SweetAlert to display dialogs which just adds complexity and dependencies.

Please change to use a md-dialog instead: https://www.creative-tim.com/vuematerial/components/dialog

munyanezaarmel commented 2 weeks ago

changing in the codebase where we used this.$swal to md-dialog?

dmohns commented 2 weeks ago

Yeah, so the definition of done here is that we can remove vue-sweetalert2 from the dependencies using npm uninstall vue-sweetalert2.

However, the steps to achieve this aren't quite clear (to me) and have to be developed as part of this ticket.