-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automagically hide butter bars (#150)
This is a follow up to #146 because I overlooked the following acceptance criteria: `The warning disappears on its own when all proxy-setting extensions are inactive / removed.` Ergo, this PR: - Automagically hides butter bar alerts when conflicting extensions are disabled and removed - Does not add these alerts to the list of dismissed alerts so that they are eligible to be shown again, should the same conflict or another conflict re-materialize - Renames the fn exposed to the UI from `removeAlert` -> `dismissAlert` - Dismissed alerts _are_ added to the dismissed alert list and are not shown again, regardless of the status of the conflict. - Updates and adds tests
- Loading branch information
1 parent
20bc5ea
commit 40a3036
Showing
5 changed files
with
110 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters