Skip to content
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

Show fee & Intrawallet transactions #241

Merged
merged 5 commits into from
Jan 18, 2019
Merged

Conversation

SebastienGllmt
Copy link
Contributor

@SebastienGllmt SebastienGllmt commented Jan 17, 2019

  1. fees are explicitly shown in the transaction details
  2. Sending to yourself is now considered an "intrawallet" transaction (this logic is taken from the mobile app)

image

Fix #64

@SebastienGllmt SebastienGllmt added bug (confirmed) Bug with repro steps or logs UI/UX Makes a visual change small-scale change Changes that are not NFC but small enough in scope that they don't need to go through triage labels Jan 17, 2019
amount: BigNumber,
fee: BigNumber
}> {
// Note: logic taken from the mobile version of Yoroi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it could be helpful to have more info from which file

@@ -224,6 +252,10 @@ export default class Transaction extends Component<Props, State> {
</div>
)}
<div>
<h2>
Fee:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it’s a really small detail but I would hide the : to be consistent with the other ones

@nicarq
Copy link
Contributor

nicarq commented Jan 18, 2019

LGTM!

@nicarq nicarq merged commit 6a63609 into develop Jan 18, 2019
@nicarq nicarq deleted the feature/intraTransaction branch January 18, 2019 03:29
nicarq added a commit that referenced this pull request Jan 20, 2019
Show fee & Intrawallet transactions

New translations en-US.json (Russian)

New translations en-US.json (Korean)

New translations en-US.json (Chinese Simplified)

New translations en-US.json (Japanese)

New translations en-US.json (Korean)

New translations en-US.json (Russian)

New translations en-US.json (Chinese Simplified)

New translations en-US.json (Chinese Traditional)

New translations en-US.json (Russian)

New translations en-US.json (Japanese)

New translations en-US.json (Korean)

New translations en-US.json (Chinese Simplified)

New translations en-US.json (Chinese Traditional)

New translations en-US.json (Japanese)

New translations en-US.json (French)

New translations en-US.json (Japanese)

New translations en-US.json (Korean)

New translations en-US.json (Russian)

New translations en-US.json (Chinese Simplified)

New translations en-US.json (Chinese Traditional)

New translations en-US.json (French)
@nicarq nicarq mentioned this pull request Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug (confirmed) Bug with repro steps or logs small-scale change Changes that are not NFC but small enough in scope that they don't need to go through triage UI/UX Makes a visual change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants