Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

[Improvement] Upgrade SweetAlert to v2 #69

Open kiddtang opened 3 years ago

kiddtang commented 3 years ago

Currently Backpack using https://github.com/t4t5/sweetalert

However, Sweetalert2 API & Documentation are way more powerful and complete. https://sweetalert2.github.io/

tabacitu commented 3 years ago

Yup, I agree, we should upgrade to sweetalert v2. It'll be a breaking change, though, because developers might have called it themselves throughout the admin panel. So we can only do it inside the 4.2 launch. Tagged appropriately so we don't forget about it.

Thanks @kiddtang .