-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EPMRPP-89659 || Update notification tab layout (#3795)
* EPMRPP-89790 | updated notification modal (field for webhook url) * EPMRPP-89790 | updated modal's field message * EPMRPP-89790 | Implemented help panel section * EPMRPP-89790 | Notification footer with appropriate data items * EPMRPP-89790 | Notification footer style * EPMRPP-89790 | Include WebhookURL in constants * EPMRPP-89687 | Map enabled notification plugin group * EPMRPP-89687 | Include empty state for each plugin * EPMRPP-89687 | Update notification messages * - changes from translations * - added 2 icons for helpPanel * EPMRPP-89687 | fixes to open modal * - fix SonarLint * - replaced attribute selector * EPRRPP-89659 | Fixes * EPRRPP-89659 | type prop validation * - fixes & additions * EPMRPP-89781 | Implement own toggler for each group * EPMRPP-89781 | fixes * EPMRPP-89781 | Sonar fix * EPMRPP-89781 | remove lock action --------- Co-authored-by: MariaHambardzumian <[email protected]>
- Loading branch information
1 parent
e42f6fd
commit d5b8b19
Showing
39 changed files
with
1,154 additions
and
299 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"arrowParens": "always", | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"printWidth": 100, | ||
"endOfLine":"auto" | ||
"arrowParens": "always", | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"printWidth": 100, | ||
"endOfLine": "auto" | ||
} |
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
Oops, something went wrong.