mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 09:55:52 +00:00

* fix browser back btn issue related to pagination * common function to handle cursor based data fetches * Revert "common function to handle cursor based data fetches" This reverts commit a585f3aaec49c966ae8c1aa5436d41c2456073c5. * updated usePaging hook to store and retrieve cursor * address PR comments * address pr comments * refactor handle paging cursor * updated handlPageChange to setPage and cursorValues * used useCustomLocation inplace of useLocation * added Pagesize and refactor the history state object * issue fix * handle filter issue * address pr comments * fix failing unit test cases * fix sonarqube issue * address pr comment * address pr comment * added useTableFilters hook * address pr comments * update useTableFilter to handle multiple query params * update useTableFilter * fix failing unit test * address pr comments * address pr comments * playwright test cases * address pr comments * issue fix * issue fix * revert generated file changes * address pr comment for playwright test * minor fix * fix breadcrumb issue * revert location changes * address pr comment * fix failing e2e test --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>