-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
…ancellation` flag provided by client-gateway
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
1 similar comment
Adjust owner's list text color
5e6a4f1
to
8e812e4
Compare
@@ -124,7 +127,7 @@ export const TxCollapsed = ({ | |||
) | |||
|
|||
const txCollapsedType = ( | |||
<div className={'tx-type' + willBeReplaced}> | |||
<div className={'tx-type' + willBeReplaced + onChainRejection}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we use string literal instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if I tell you I did it this way because I wanted to avoid the white space at the end? (or adding a trim()
call to remove it), will it be enough as a justification? 😬
Checked the changes in wording Tried creating tx that were labeled as "Cancellation" because of the "0x" data they had, like Custom Interactions with a explicit "0x" input, and the Wallet Connect Example dummy tx, that was also a empty tx that was always labeled as "cancelling". |
@francovenica, just added a color fix (noticed in your screenshot): |
@francovenica, Ok last time I look at your screenshots
|
@fernandomg , about missed nonce - https://app.zenhub.com/workspaces/safe-multisig---web-5ce554debb310a35b2f8b6f8/issues/gnosis/safe-react/2110 . We had it before. |
The changes look good. I'll check the #2110 in the regression as well, to see if it is fixed for other tx as well |
Thanks @liliya-soroka, fixed the 'Execute' color. /cc @francovenica |
This PR closes #1652, by:
isCancellation
flag provided by the client-gateway