Currently, the calender displays the delete all event using a JavaScript alert popup. This approach interrupts the user flow and creates a poor user experience, as the alert blocks the screen and requires user interaction to dismiss it.The alert notification should be displayed directly on the canvas in real-time, instead of using an alert popup.This improves user experience (non-blocking UI).Makes using of this smoother and more professional.Aligns with standard UI practices.And I'd like to work on this issue and implement the enhancement.
Currently, the calender displays the delete all event using a JavaScript alert popup. This approach interrupts the user flow and creates a poor user experience, as the alert blocks the screen and requires user interaction to dismiss it.The alert notification should be displayed directly on the canvas in real-time, instead of using an alert popup.This improves user experience (non-blocking UI).Makes using of this smoother and more professional.Aligns with standard UI practices.And I'd like to work on this issue and implement the enhancement.