grafana/public/app/core/reducers
Karl Persson 9283773c12
Teams: Support paginating and filtering more then 1000 teams (#58761)
* TeamList: break out rows to its own component

* TeamsState: Add total count

* TeamList: Remove teamsCount prop

* TeamList: Restructure code and use count from backend response

* TeamList: calculate total pages using totalCount

* TeamList: Rename to state to currentPage and the reducer to
setCurrentPage

* TeamList: remove wrapper functions

* TeamList: rewrite as a functional component

* TeamList: export components for test

* TeamList: pass limit, page and query to backend

* TeamList: Rename properties in state and create actions for page and
query change

* TeamList: Add flag to control if EmptyList banner should render
2022-11-16 15:55:10 +01:00
..
appNotification.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
appNotification.ts Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
index.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
navBarTree.ts MegaMenu: Add mega menu to new top nav design (#51616) 2022-07-05 15:06:07 +02:00
navModel.test.ts Correlations: Add CorrelationSettings Page (#53821) 2022-08-26 11:27:28 +01:00
navModel.ts any/type assertion fixes (#57009) 2022-10-17 10:10:10 +01:00
root.test.ts Teams: Support paginating and filtering more then 1000 teams (#58761) 2022-11-16 15:55:10 +01:00
root.ts Search: Refactor state and logic to be less fragmented and spread out (#57973) 2022-11-03 08:29:39 +01:00