mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
* 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 |
||
---|---|---|
.. | ||
actions.ts | ||
navModel.ts | ||
reducers.test.ts | ||
reducers.ts | ||
selectors.test.ts | ||
selectors.ts |