fix: space above pagination dots and pagination bug #155
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I removed the extra space between the choose sdk list and the pagination dots.
![CleanShot 2024-04-09 at 15 56 58@2x](https://private-user-images.githubusercontent.com/58448919/321022150-cc7a562f-8389-46fa-bea9-9bc826bf3f5a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTk4ODMsIm5iZiI6MTczOTI1OTU4MywicGF0aCI6Ii81ODQ0ODkxOS8zMjEwMjIxNTAtY2M3YTU2MmYtODM4OS00NmZhLWJlYTktOWJjODI2YmYzZjVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3Mzk0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk0MWI1ZmZiMjVmYzg0NWVkN2Q3NzZhMTQxYzgyYjYzMzg0MzYxMTJkMDY3MjY3NGRmMTBiOWI4MjVjMjAxNmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.E0kI33_fkp3kmb8GNJuAvfUCIhKXUxl3GyNFojMKSDI)
bug fix: we were only showing 15 items total. This was due to setting pagination.PerPage manually to 5. We can't manually control this property without bugs due to how list.updatePagination() works. Setting the list height to 9 shows us 5 items, and displays all 24-25 items.
video: https://share.cleanshot.com/bs9YgdBF