page highlighting doesn't seem to work
What happened?
When clicking to page 2 I see this:
Note the highlighted page 2 button
Whereas when I click on page 14 I see this:
Note the page 14 button is not hightlighted.
I think there might be some other minor UX issues with the stepped pagination also.
We use KPagination via AppCollection > KTable > KPagination and we always set the current page correctly at an application level via AppCollection:
https://github.com/kumahq/kuma-gui/blob/23a5bd95b875b9dec9d3ab14552548f40f7bc370/src/app/data-planes/views/DataPlaneListView.vue#L42
So we need to check our configuration of KTable/KPagination to make sure that is correct, otherwise the issue is possibly further in.
See https://github.com/Kong/kongponents/pull/2307
Fixed via https://github.com/Kong/kongponents/pull/2307