1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/frontend/src/utils
Nuno Góis df6208e309 feat: add user groups (#1130)
* feat: add user groups table

* add groups and group view

* fix top level await on mock data

* add UG flag

* create group files, refactor group cards

* add generic badge component

* adapt hooks to use endpoints

* implement basic create group

* fix: update snap

* fix: type id as string for now

* implement create group, use api, refactoring

* add stars to group owners

* refactor GroupForm.tsx to use styled components

* feat: remove group

* add edit group

* add group card actions

* feat: edit and remove group users

* add users to groups

* Initial commit

* refine project access table

* add project access group view

* Take users and groups from backend

* Add onsubmit

* new project access, assign and edit

* fix EditGroup, Group

* Finish assigning roles in project

* List assigned projects in group card

* Run prettier

* Add added column to project access table

Co-authored-by: Jaanus Sellin <jaanus@getunleash.ai>
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
2022-07-22 07:31:08 +00:00
..
apiUtils.ts refactor: simplify error toast text (#1081) 2022-06-09 15:36:01 +02:00
arraysHaveSameItems.test.ts
arraysHaveSameItems.ts
calculatePercentage.ts
cleanConstraint.test.ts
cleanConstraint.ts
createLocalStorage.ts Improve table performance (#1061) 2022-06-09 11:34:55 +02:00
env.test.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
env.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
formatAccessText.test.ts
formatAccessText.ts
formatConstraintValue.ts refactor: remove unused code (#1036) 2022-05-27 13:28:58 +02:00
formatDate.ts
formatPath.test.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
formatPath.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
formatUnknownError.test.ts
formatUnknownError.ts
getFeatureMetrics.ts
getFeatureTypeIcons.ts
getStrategyObject.ts
instanceTrial.test.ts refactor: fix handling of expired/churned trial states (#1107) 2022-06-21 11:22:27 +02:00
instanceTrial.ts refactor: fix handling of expired/churned trial states (#1107) 2022-06-21 11:22:27 +02:00
nonEmptyArray.ts
objectId.test.ts
objectId.ts
oneOf.ts
openapiClient.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
operatorsForContext.ts
paginate.test.ts
paginate.ts
parseParameter.test.ts
parseParameter.ts
projectFilterGenerator.ts
removeEmptyStringFields.test.ts
removeEmptyStringFields.ts
resolveDefaultParamValue.ts
routePathHelpers.ts
sortTypes.ts Refine playground form (#1136) 2022-07-13 14:35:43 +00:00
storage.ts
strategyNames.ts refactor: rewrite feature strategy icons list (#1039) 2022-05-31 10:50:24 +02:00
testIds.ts feat: add user groups (#1130) 2022-07-22 07:31:08 +00:00
testRenderer.tsx
testServer.ts