You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current UI implementation does not provide a way for users to close or dismiss the notification popups that appear in the application. This can be frustrating for users, as they may want to clear the notifications without having to wait for them to automatically disappear.
Expected Behavior
Users should be able to manually close or dismiss the notification popups by clicking on a close button, an "X" icon, or some other intuitive UI element.
Actual Behavior
When a notification popup appears, there is no way for the user to close it. The popup will automatically disappear after a certain amount of time, but the user cannot manually dismiss it.
Perform an action that triggers a notification popup (check patients).
Observe that the notification popup appears but cannot be closed by the user.
Proposed Solution
Implement a close button, an "X" icon, or some other intuitive UI element that allows users to manually dismiss the notification popups when they appear. This will give users more control over the notification system and improve the overall user experience.
Acceptance Criteria
Users can close or dismiss the notification popups by clicking on a close button, an "X" icon, or some other intuitive UI element.
Closing the notification popup should remove it from the screen immediately, without requiring the user to wait for it to automatically disappear.
The close/dismiss functionality should be consistent across all notification popups in the application.
The text was updated successfully, but these errors were encountered:
Description
The current UI implementation does not provide a way for users to close or dismiss the notification popups that appear in the application. This can be frustrating for users, as they may want to clear the notifications without having to wait for them to automatically disappear.
Expected Behavior
Users should be able to manually close or dismiss the notification popups by clicking on a close button, an "X" icon, or some other intuitive UI element.
Actual Behavior
When a notification popup appears, there is no way for the user to close it. The popup will automatically disappear after a certain amount of time, but the user cannot manually dismiss it.
Steps to Reproduce
Proposed Solution
Implement a close button, an "X" icon, or some other intuitive UI element that allows users to manually dismiss the notification popups when they appear. This will give users more control over the notification system and improve the overall user experience.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: