Issue #372 - Handle mirroring properly, fixing go to last page and first page,...
-
Set isMirrored to false as default
-
Fixed the logic around isMirrored and kept
-
In case of one-page result, hide the pagination
-
Fixed the go to last page and first page functionality
Testing notes:
Tested change across the following pages:
-
Account >> Account Top Bar >> The navigation to the last page and the first page was not working as expected => Fixed
- Pagination was set to Mirrored since the data coming from the API is sorted by desc and we cannot control the sort direction https://hafbe.openhive.network/?urls.primaryName=HAfAH#/Accounts/hafah_endpoints.get_ops_by_account.
-
Home page >> search account >> The navigation to the last page and the first page was not working as expected => Fixed
- Pagination was set to Mirrored since the data coming from the API is sorted by desc and we cannot control the sort direction https://hafbe.openhive.network/?urls.primaryName=HAfAH#/Accounts/hafah_endpoints.get_ops_by_account.
- Home page >> search comments >> The pagination was mirrored and not working as expected => Fixed by removing mirroring and fixing the navigation to the last and first pages
- Voters Dialogue >> The navigation to the last page and the first page was not working as expected => Fixed
- Voters History >> See #372 (comment 187803)
- Block page >> See #372 (comment 187803)
- Comments search result page >> from home page >> search comment >> go to results page => Fixed