Cloudkibo / OldKiboEngage

MIT License
0 stars 0 forks source link

Replace chrome alerts with html alerts #635

Closed dayemsiddiqui closed 7 years ago

dayemsiddiqui commented 7 years ago

Right now we show popups (chrome alerts) whenever we need to notify the user. This is bad generating too much chrome pops annoys the user we should replace it with css alerts.

dayemsiddiqui commented 7 years ago

@jekram this is the alert I was talking about which freezes our entire app until we press the ok button:

image

This task is to replace these with css alerts.

dayemsiddiqui commented 7 years ago

image

dayemsiddiqui commented 7 years ago

I have integrated SweetAlerts with our code. Creating a pull request. image

dayemsiddiqui commented 7 years ago

Tested. This issue can be closed.

jekram commented 7 years ago

Thanks