-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Boost: Add notices to settings page when modules/settings changed (#4…
…0593) * Add notice when C CSS is enabled * changelog * Add notification when enabling/disabling modules * Change text to activate/deactivate module * Add notice when concatentate settings saved * Add notices on Cornerstone save and defaults * The linter complained of an extra line * Fix optimizer breaking translations * Fix notice when saving minify settings * Remove useEffect * Add "default handles loaded" notice on minify modules * Remove the full stop from this notice * Add notification when toggling LIAR * Add notification when editing quality settings * Remove unnecessary useEffect usage * Remove this C CSS notice, not needed * Revert "Remove unnecessary useEffect usage" This reverts commit d1ca285. * Update snackbar notifications to disappear after 2 instead of 5 seconds * Refactor translation declaration * Update changelog message * Move saved notice to success callback of saving function * Remove the "default pages loaded" notice * Remove the "default handles loaded" message based on feedback --------- Co-authored-by: Peter Petrov <[email protected]>
- Loading branch information
Showing
9 changed files
with
75 additions
and
13 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
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
4 changes: 4 additions & 0 deletions
4
projects/plugins/boost/changelog/update-boost-add-notices-to-settings-page
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: added | ||
|
||
UI: Add notifications when interacting with dashboard settings. |