timegridio / timegrid

Free, open-source, online appointments platform based on Laravel PHP Framework.
GNU Affero General Public License v3.0
958 stars 337 forks source link

Replace current operation confirm prompts with SweetAlert #142

Open alariva opened 7 years ago

alariva commented 7 years ago

Timegrid is currently using js prompt for getting user confirmation upon some deletion operations.

It would be nice-to-have, these confirmations with SweetAlert component.

Note that the JS code that handles confirmations might also require some refactor, and it is currently not implemented in a nicely reusable fashion.

sahilsharma011 commented 7 years ago

Where exactly in the code is this enhancement required? Please explain.

alariva commented 7 years ago

Sure, I've updated the description.

sahilsharma011 commented 7 years ago

Thank you for that. I'll try to work on this 👍

alariva commented 7 years ago

I don't see this being big change, but neither it's a small one. Please let me know whatever I may help with! :)

softnayr commented 7 years ago

Any development on this?

alariva commented 7 years ago

@softnayr All quiet here, you may take it if you'd like to.

softnayr commented 7 years ago

Ok. I'll take a look. This is a nice ux addition.