Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Make outgoing transactions black instead of red - Closes #658 #786

Merged
merged 3 commits into from
Oct 2, 2017

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented Sep 28, 2017

Closes #658

@slaweet slaweet self-assigned this Sep 28, 2017
@slaweet slaweet requested a review from reyraa September 29, 2017 06:56
@@ -15,7 +15,7 @@ const Amount = (props) => {
params.className = 'inButton';
} else if (props.value.type !== transactionTypes.send ||
props.value.recipientId !== props.address) {
params.className = 'outButton';
Copy link
Contributor

Choose a reason for hiding this comment

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

outButton represents the action/role, while grayButton represents the state which likely to change, just like what you've one here. I'd rather keep outBbutton

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you mean that the className should stay outButton here but be changed in css file to have the new look?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes. exactly

@slaweet slaweet force-pushed the 658-avoid-red-for-good-transactions branch from 4ce226a to 29348bb Compare October 2, 2017 08:37
@slaweet slaweet merged commit 47cbe05 into development Oct 2, 2017
@slaweet slaweet deleted the 658-avoid-red-for-good-transactions branch October 2, 2017 10:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants