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
Right now, libWrapper only has global toggles to disable all notifications related to detected conflicts.
Sometimes, conflicts are expected and known by a module dev or the user, and they do not want to see the notifications for them. However, disabling the notifications runs the risk of the user not being told of new conflicts after e.g. updating various modules.
The backend needs to be updated to support ignoring specific conflicts.
There should still be a toggle in the "Conflicts" pane to show all conflicts detected, even those that were ignored. This would allow to debug issues where ignores are too broad.
There should be an API that allows module devs to choose conflicts that the user should not be notified of.
There should be a new config pane that allows the user to choose specific notifications they do not want to see again.
The text was updated successfully, but these errors were encountered:
ruipin
changed the title
Allow user to ignore specific warnings/errors.
Allow module devs and users to ignore specific warnings/errors.
Jun 9, 2021
ruipin
changed the title
Allow module devs and users to ignore specific warnings/errors.
Allow module devs and users to ignore specific conflicts
Jun 9, 2021
Right now, libWrapper only has global toggles to disable all notifications related to detected conflicts.
Sometimes, conflicts are expected and known by a module dev or the user, and they do not want to see the notifications for them. However, disabling the notifications runs the risk of the user not being told of new conflicts after e.g. updating various modules.
The backend needs to be updated to support ignoring specific conflicts.
There should still be a toggle in the "Conflicts" pane to show all conflicts detected, even those that were ignored. This would allow to debug issues where ignores are too broad.
There should be an API that allows module devs to choose conflicts that the user should not be notified of.
There should be a new config pane that allows the user to choose specific notifications they do not want to see again.
The text was updated successfully, but these errors were encountered: