[Bug]: Notifications should have an "x" button to close them
⚠️ This issue respects the following points: ⚠️
- [X] This is a bug, not a question or a configuration/webserver/proxy issue.
- [X] This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- [X] I agree to follow Nextcloud's Code of Conduct.
Bug description
Notifications don't have a close button, so parts of the interface are not usable until the notification is gone (2sec?). Sometimes there are a lot of notifications or error messages, so a lot of the interface is covered/unusable.
Steps to reproduce
- do an action that creates a notification, for example delete Deck cards
- notification is shown, no "x" button to close it
- you can't use the interface behind the notification until the notification automatically disappears
Expected behavior
there is an "x" button to close the notification
Installation method
None
Nextcloud Server version
29
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- [ ] Default user-backend (database)
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
@nextcloud/designers
Agreed – this seems to be for the Vue components, although I can not find a corresponding component @susnux @skjnldsv @ShGKme
Agreed – this seems to be for the Vue components, although I can not find a corresponding component
No, this is @nextcloud/dialogs which uses toastify-js library.
Duplicate of nextcloud-libraries/nextcloud-dialogs#352