1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/project/ProjectAccess
Nuno Góis 7d73d772df
feat: add the account abstraction logic (#2918)
https://linear.app/unleash/issue/2-579/improve-user-like-behaviour-for-service-accounts-accounts-concept

Builds on top of https://github.com/Unleash/unleash/pull/2917 by moving
the responsibility of handling both account types from `users` to
`accounts`.

Ideally:
 - `users` - Should only handle users;
 - `service-accounts` - Should only handle service accounts;
 - `accounts` - Should handle any type of account;

This should hopefully also provide a good building block in case we
later decide to refactor this further down the `accounts` path.
2023-01-18 16:08:07 +00:00
..
ProjectAccessAssign feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
ProjectAccessCreate feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00
ProjectAccessEditGroup feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00
ProjectAccessEditUser feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00
ProjectAccessTable feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00
ProjectGroupView fix: disable autoResetHiddenColumns when useConditionallyHiddenColumns (#2851) 2023-01-10 08:15:12 +00:00
ProjectAccess.styles.ts
ProjectAccess.tsx Add unique trackable URLs for Pro/Enterprise feature lead generation (#2684) 2022-12-13 14:35:07 +02:00