This PR fixes some of the bugs with the Pagination in the last PR. I've also deleted a lot of unnecessary CSS and refactored BusinessCard to be easier to work and make changes with in the future.
Enlarged the Pagination Next/Back Buttons.
CTA Rating label now shows the right color.
Fixed a bug with Pagination where the non-current page buttons would be inheriting purple color instead of gray.
Refactored Card component to make it easier to read and make changes.
Go To Page feature now navigates you to the proper page if the input is valid. And doesn't if it's not.
Screenshots
Ad screenshots of the changes if relevant
Before
After
Type of change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Manually, although I'll be writing test cases for this in a future PR.
I tested it for search results that included less than <10 results but also up to 30 results.
Description
Built on top of #80
This PR fixes some of the bugs with the Pagination in the last PR. I've also deleted a lot of unnecessary CSS and refactored BusinessCard to be easier to work and make changes with in the future.
Screenshots
Ad screenshots of the changes if relevant
Before
After
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Manually, although I'll be writing test cases for this in a future PR. I tested it for search results that included less than <10 results but also up to 30 results.