-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(settings): choose the "from" address within all the available ad…
…dresses * feat(settings): choose the "from" address within all the available addresses refactor: fixed/added types refactor: changed the type-check of the identity to avoid relying on the translation value * refactor(settings): onChange callback of the sender address selection * chore: updated CODEOWNERS file refs: IRIS-3609 (#177)
- Loading branch information
Showing
12 changed files
with
227 additions
and
112 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 +1 @@ | ||
* @nubsthead @geeky-abhishek @giuliano176 @dhavaldodiya @Gammax92 @gnekoz | ||
* @nubsthead @giuliano176 @dhavaldodiya @Gammax92 @gnekoz @Zextras/shuffled-waffles |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -35,7 +35,6 @@ | |
"author": "Zextras Crab Onions Team <https://www.zextras.com/carbonio/>", | ||
"maintainers": [ | ||
"Gabriele Marino <[email protected]>", | ||
"Abhishek Kumar <[email protected]>", | ||
"Giuliano Caregnato <[email protected]>", | ||
"Dhaval Dodiya <[email protected]>", | ||
"Francesco Gottardi <[email protected]>", | ||
|
@@ -101,7 +100,7 @@ | |
"@fontsource/roboto": "^4.5.7", | ||
"@sentry/browser": "^6.17.7", | ||
"@tinymce/tinymce-react": "^3.13.0", | ||
"@zextras/carbonio-design-system": "^0.5.3", | ||
"@zextras/carbonio-design-system": "^0.5.2", | ||
"@zextras/carbonio-ui-preview": "^0.2.4", | ||
"darkreader": "4.9.46", | ||
"history": "^5.2.0", | ||
|
@@ -128,7 +127,7 @@ | |
}, | ||
"peerDependencies": { | ||
"@reduxjs/toolkit": "^1.6.2", | ||
"@zextras/carbonio-design-system": "^0.5.0", | ||
"@zextras/carbonio-design-system": "^0.5.2", | ||
"core-js": "^3.19.1", | ||
"moment": "^2.29.1", | ||
"node-fetch": "^2.6.6", | ||
|
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
Oops, something went wrong.