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

Add Pagination Component #10

Merged
merged 4 commits into from
Jul 16, 2018
Merged

Conversation

chhavijustme
Copy link
Contributor

@chhavijustme chhavijustme commented Jul 7, 2018

Another PR to add pagination :D Let me know if this works!

<Pagination.Item>{11}</Pagination.Item>
<Pagination.Item active>{12}</Pagination.Item>
<Pagination.Item>{13}</Pagination.Item>
<Pagination.Item disabled>{14}</Pagination.Item>
Copy link
Member

Choose a reason for hiding this comment

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

One potential issue I saw is that the text color of the disabled one is darker (or has a higher perceptible value) than the non-disabled ones, so it stood out more and didn't register as "disabled" to me.

Copy link
Member

Choose a reason for hiding this comment

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

In the dropdown PR you use a lighter shade of purple for the disabled button text. Perhaps the same should be used here?

@chhavijustme
Copy link
Contributor Author

Adding a fill like drop-down was making it even more prominent. How do you like this one?

@mwiencek
Copy link
Member

Looks better 👍

@mwiencek mwiencek merged commit 28f51b4 into metabrainz:master Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants