1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/admin
Nuno Góis 3a27f2a4bd
feat: implement better roles sub-tabs (#4009)
https://linear.app/unleash/issue/2-1145/improve-roles-sub-tabs

Improves UI/UX of the roles sub-tabs.

Some of the logic is a bit specific due to the feature flag, will be
nice to clean this up once we remove it.

Before:

![image](https://github.com/Unleash/unleash/assets/14320932/cc277920-557c-45a9-a560-6026167dab1d)

After:

![image](https://github.com/Unleash/unleash/assets/14320932/51d1b5b3-068a-4bf5-84ca-24fdf708f899)
2023-06-19 12:52:56 +01:00
..
apiToken fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
auth fix: add confirmation to disable password login (#3829) 2023-05-23 15:56:34 +01:00
billing fix: add trial expired warning for enterprise (#3997) 2023-06-16 13:35:24 +02:00
cors clear warnings (#3053) 2023-02-07 08:41:23 +01:00
groups feat: custom root roles (#3975) 2023-06-14 14:40:40 +01:00
instance-admin fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
invoice feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
maintenance refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
menu feat: roles unification (#3999) 2023-06-19 09:41:40 +01:00
network fix: dark theme UI fixes (#3423) 2023-03-30 16:57:35 +01:00
roles feat: implement better roles sub-tabs (#4009) 2023-06-19 12:52:56 +01:00
serviceAccounts feat: custom root roles (#3975) 2023-06-14 14:40:40 +01:00
users feat: custom root roles (#3975) 2023-06-14 14:40:40 +01:00
Admin.tsx feat: roles unification (#3999) 2023-06-19 09:41:40 +01:00
AdminRedirect.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdmin.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdminExport.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00