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

Migrate browsing delegates on Voting tab to React - Closes #350 #512

Merged
merged 21 commits into from Jul 27, 2017

Conversation

yasharAyari
Copy link
Contributor

@yasharAyari yasharAyari commented Jul 25, 2017

Closes #350

@yasharAyari yasharAyari self-assigned this Jul 25, 2017
@yasharAyari yasharAyari requested a review from reyraa July 25, 2017 14:21
@yasharAyari yasharAyari added this to Pending Review in Version 1.1.0 Jul 25, 2017
<TableCell numeric>Vote</TableCell>
<TableCell numeric>Rank</TableCell>
<TableCell numeric>Name</TableCell>
<TableCell numeric>Uptime</TableCell>
Copy link
Contributor

Choose a reason for hiding this comment

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

This column should be 'Lisk Address'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is fixed

return (
<div className="box">
<VotingHeader search={ value => this.search(value) }></VotingHeader>
<Table className={styles.table}
Copy link
Contributor

Choose a reason for hiding this comment

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

The table should spread the whole width of the containing card. Especially selected rows look bad. The same thing was solved In Forged Blocks: https://github.com/LiskHQ/lisk-nano/blob/development/src/components/forging/forgedBlocks.js#L16

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is fixed

reyraa
reyraa previously approved these changes Jul 27, 2017
<TableCell>{item.productivity} %</TableCell>
<TableCell>{item.approval} %</TableCell>
</TableRow>
))}
Copy link
Contributor

Choose a reason for hiding this comment

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

There should be a No delegates found message here if the search result is empty.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is fixed

@yasharAyari yasharAyari merged commit b890a7c into development Jul 27, 2017
@yasharAyari yasharAyari deleted the 350-migrate-browsing-delegates-to-react branch July 27, 2017 13:40
@slaweet slaweet moved this from Pending Review to Done in Version 1.1.0 Jul 27, 2017
@karmacoma karmacoma changed the title Migrate browsing delegates on Voting tab to React - Clsoes #350 Migrate browsing delegates on Voting tab to React - Closes #350 Aug 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Version 1.1.0
Merged Pull Requests
Development

Successfully merging this pull request may close these issues.

None yet

4 participants