-
Notifications
You must be signed in to change notification settings - Fork 15
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
Adust length of "Results per page"-field #2968
Conversation
Gonna do the other CSS things on this branch as well, since they are tiny, and I don't think it's necessary to bother you with review rapid-fire ^^ |
Idk how to test this without reproducing the math |
The PR env: https://2968.prenv.trento.suse.com/ |
9647b58
to
465b6eb
Compare
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.
Just some minor changes. Also, could you write a Jest test for this?
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.
Oh thought we agreed on the other side. Gonna move it over and ping you :D |
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.
LGTM
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.
LGTM
1162cd2
to
dc4c55c
Compare
@janvhs all good here, smash the green button 👍 |
This commit adjusts the length of the "Results per page"-field in the views containing pagination. The field now adjusts its size based on its content. For this, I use a margin on the chevron element, but utilising CSS' after pseudo class would be better
This commit shows the current item range as well as the total amount of items in the bottom of the table
The table should determine its empty state based on the filtered data, because that can be less than the unfiltered data
852566c
to
597c92a
Compare
This commit adjusts the length of the "Results per page"-field in the views containing pagination. The field now adjusts its size based on its content. For this, I use a margin on the chevron element, but utilising CSS' after pseudo class would be better
Did you add the right label?
Remember to add the right labels to this PR.
How was this tested?
Visually