LalanaChami / Pharmacy-Mangment-System

👨‍💻 :hospital: MEAN stack Pharmacy Management system.
MIT License
479 stars 217 forks source link

To change the toast notifications/message from manual closing to auto-close #205

Open Amangnair opened 2 years ago

Amangnair commented 2 years ago

Screenshot (693) Screenshot (694)

As shown in screenshots above, the toast notifications/message that appears at bottom of screen when some operation has successfully completed/saved/failed, has to be closed everytime manually by clicking on the close button in the toast and if we forget to close it maually, then the toast remains idle on the screen. So, how to make it disappear automatically after sometime considering the time taken by a normal user to understand/read the message.

Can you please guide me in making required changes in respective file>code