Pearson-Higher-Ed / pagination

https://pearson-higher-ed.github.io/pagination/
MIT License
0 stars 0 forks source link

Responsive #14

Closed sarahvc closed 6 years ago

sarahvc commented 6 years ago
  1. Added responsive behavior: Set the amount of page buttons' maximum to 3 when screen is under 768px.
  2. Added hover pointer to page buttons.
antelopeb commented 6 years ago

I'm not seeing the responsiveness working on my end: image

Can you check to make sure that it is all working as expected? I'm testing in Chrome latest.

Also, the last item on the testing page, "Compact type", isn't working at all when clicked. Please verify.

sarahvc commented 6 years ago

@antelopeb Just checked. The responsiveness is working on my end. The last compact type is not working for me too, and it's also not working on master branch. Probably some bug with the demo page, I'll check and fix it.

antelopeb commented 6 years ago

Derp. I was on the wrong branch... Working perfectly now. Let me know when the compact type is fixed and I will merge.

sarahvc commented 6 years ago

@antelopeb Should be good now. I made changes to the paginationContainer.js to update the text inside the compact pagination when user clicks on it.