mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
What is this feature? This PR introduce refactoring for role picker for teams and users. It uses RTK Query. The related task: grafana/identity-access-team#1821 The previous PR with related logic: #113783 Why do we need this feature? This refactoring is a cleaner way for handing refetching. |
||
|---|---|---|
| .. | ||
| api.ts | ||
| BuiltinRoleSelector.tsx | ||
| constants.ts | ||
| hooks.ts | ||
| RoleMenuGroupOption.tsx | ||
| RoleMenuGroupsSection.tsx | ||
| RoleMenuOption.tsx | ||
| RolePicker.tsx | ||
| RolePickerInput.tsx | ||
| RolePickerMenu.tsx | ||
| RolePickerSubMenu.tsx | ||
| styles.ts | ||
| TeamRolePicker.tsx | ||
| UserRolePicker.tsx | ||
| ValueContainer.tsx | ||