-
Notifications
You must be signed in to change notification settings - Fork 26
feat: add nano-contract transaction actions #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d1771da
to
175389d
Compare
import { SentIcon } from '../Icons/Sent.icon'; | ||
|
||
/** | ||
* Retrives token symbol, otherwise returns a shortened token hash. |
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.
* Retrives token symbol, otherwise returns a shortened token hash. | |
* Retrieves token symbol, otherwise returns a shortened token hash. |
marginRight: 'auto', | ||
paddingHorizontal: 16, | ||
}, | ||
icon: { |
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.
Unused
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.
Removed.
</InfoContainer> | ||
<InfoContainer lastElement> | ||
<TextValue bold>{callerAddr}</TextValue> | ||
{tx.isMine |
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.
Fix identation here
}; | ||
|
||
const Wrapper = ({ children }) => ( | ||
<TouchableHighlight underlayColor={COLORS.primaryOpacity30}> |
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.
Why a TouchableHighlight
here?
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.
It was used by default. I think it doesn't hurt, but do you think it should be removed?
175389d
to
99f0703
Compare
Acceptance Criteria
Closes: #518
Actions of each transaction of a Nano Contract
nc-tx-actions-review-1.mp4
Security Checklist