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
When there is an error, Nextcloud typically generates many repeated messages to the user.
We can at least modify the nextcloud-dialogs library to not show a message already on screen.
Alternatively, identify a few cases (like storage full) and buffer those on the component generating the alert.
The text was updated successfully, but these errors were encountered:
Alternatively, identify a few cases (like storage full) and buffer those on the component generating the alert.
Yeah that should be done. I don't think it's the job of the lib to deduplicate, because it can not know if that is needed or not. Maybe the user pressed another button and again receives a "No permissions" error. So it should be triggered again.
Storage notification should therefore be fixed in the files app.
When there is an error, Nextcloud typically generates many repeated messages to the user.
We can at least modify the nextcloud-dialogs library to not show a message already on screen.
Alternatively, identify a few cases (like storage full) and buffer those on the component generating the alert.
The text was updated successfully, but these errors were encountered: