grafana/public/app/features/teams
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
..
__mocks__ @grafana/ui: Various smaller Icon updates (#23588) 2020-04-16 13:49:58 +02:00
state Teams: Support paginating and filtering more then 1000 teams (#58761) 2022-11-16 15:55:10 +01:00
CreateTeam.test.tsx Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
CreateTeam.tsx Navigation: use pagenav and subtitle to the new team page (#55200) 2022-09-16 09:32:08 +02:00
TeamGroupSync.test.tsx TeamGroupSync: Refactor tests to use RTL (#49417) 2022-05-23 16:45:36 +02:00
TeamGroupSync.tsx Remove LDAP specific example from team sync (#51368) 2022-06-24 15:29:50 +02:00
TeamList.test.tsx Teams: Support paginating and filtering more then 1000 teams (#58761) 2022-11-16 15:55:10 +01:00
TeamList.tsx Teams: Support paginating and filtering more then 1000 teams (#58761) 2022-11-16 15:55:10 +01:00
TeamListRow.tsx Teams: Support paginating and filtering more then 1000 teams (#58761) 2022-11-16 15:55:10 +01:00
TeamMemberRow.test.tsx TeamMemberRow: Convert tests to RTL (#49875) 2022-05-31 10:33:27 +02:00
TeamMemberRow.tsx Chore: fixing some anys/type assertions (#54661) 2022-09-02 16:39:09 +00:00
TeamMembers.test.tsx Navigation: show breadcrumbs correctly when on the home page (#55759) 2022-10-03 15:05:19 +01:00
TeamMembers.tsx Chore: fixing some anys/type assertions (#54661) 2022-09-02 16:39:09 +00:00
TeamPages.test.tsx Footer: Add release notes url to version label (#52909) 2022-09-02 06:05:27 -04:00
TeamPages.tsx TopNav: New page layouts (#51510) 2022-07-06 17:00:56 +02:00
TeamPermissions.tsx Login: Remove single admin team restriction (#54534) 2022-09-02 18:16:39 +02:00
TeamSettings.test.tsx Teams: Add TeamRolePicker to the Create and Edit Team pages (#53775) 2022-08-18 13:21:06 +02:00
TeamSettings.tsx Admin: Create/Edit Team/ServiceAccount UI changes (#53889) 2022-08-25 13:30:11 +02:00