nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.39k stars 4.07k forks source link

[Bug]: Notifications should have an "x" button to close them #46616

Open alexanderdd opened 3 months ago

alexanderdd commented 3 months ago

⚠️ This issue respects the following points: ⚠️

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.

grafik

Steps to reproduce

  1. do an action that creates a notification, for example delete Deck cards
  2. notification is shown, no "x" button to close it
  3. 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?

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

@nextcloud/designers

jancborchardt commented 2 months ago

Agreed – this seems to be for the Vue components, although I can not find a corresponding component @susnux @skjnldsv @ShGKme

ShGKme commented 2 months ago

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.