saleor-dashboard/src/storybook
Jonatan Witoszek 1a19289e43
Enhancements to pagination navigation (#2063)
* Update macaw to include Paginator changes

* Add link support to TablePagination component

* Rewrite usePaginator to use context and links instead of onClick

* Refactor ProductList to use new usePaginator hook

* Add decorator for PaginatorContext in ProductList stories

* Refactor AppList to use new usePaginator hook

* Refactor AttributeList to use new usePaginator hook

* Add missing pagination props for local pagination to AttributeValues

* Refactor CategoryList to use new usePaginator hook

* Refactor CategoryDetails to use useLocalPaginator and context

* Refactor CollectionList to use new usePaginator hook

* Refactor CollectionProducts to use new usePaginator hook

* Refactor CustomerList to use new usePaginator hook

* Refactor VoucherDetailsPage to use PaginationContext

* Refactor SaleDetails to use PaginatorContext

* Refactor SaleList to use new usePaginator hook

* Refactor VoucherList to use new usePaginator hook

* Fix type error in paginatorContextValues fixture

* Refactor GitfCardList to use new usePaginator hook

* Remove unused imports

* Refactor MenuList to use new usePaginator hook

* Refactor OrderDraftList to use new usePaginator hook

* Refactor OrderListPage to use new usePaginator hook

* Refactor PageList to use new usePaginator hook

* Refactor PageTypeList to use new usePaginator hook

* Refactor PermissionGroupList to use new usePaginator hook

* Refactor PluginsList to use new usePaginator hook

* Refactor ProductTypeList to use new usePaginator hook

* Refactor ShippingMethodProducts to use PaginationContext

* Refactor ShippingZonesList to use new usePaginator hook

* Refactor StaffList to use new usePaginator hook

* Fix TS errors

* Update TranslationEntities and TranslationFields to use new usePaginator

* Refactor WarehouseList to use new usePaginator hook

* Fix errors in stories that didn't use PaginationContextDecorator

* Mention changes in changelog

* Update to latest macaw version, update snapshots
2022-05-31 14:53:16 +02:00
..
__snapshots__ Enhancements to pagination navigation (#2063) 2022-05-31 14:53:16 +02:00
stories Enhancements to pagination navigation (#2063) 2022-05-31 14:53:16 +02:00
CardDecorator.tsx Reduce bundle size (#1103) 2021-05-14 10:15:15 +02:00
CentralPlacementDecorator.tsx Add channel shipping zones (#1015) 2021-04-14 15:44:25 +02:00
config.js Change StatusLabels to Pills (#1867) 2022-02-17 12:08:17 +01:00
Decorator.tsx Add dashboard extensions (#1292) 2021-08-20 15:58:53 +02:00
misc.ts Fix types 2020-03-24 13:54:06 +01:00
mock.tsx Add circleci config and enhance our linters (#519) 2020-05-14 11:30:32 +02:00
PaginatorContextDecorator.tsx Enhancements to pagination navigation (#2063) 2022-05-31 14:53:16 +02:00
Stories.test.ts [chore] Update dependencies, fix warnings during tests (#845) 2020-11-27 17:32:12 +01:00
UserDecorator.tsx Use graphql-codegen (#1874) 2022-03-09 09:56:55 +01:00
webpack.config.js Use esbuild-loader (#1983) 2022-05-05 09:54:28 +02:00