1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/src
Nuno Góis 58607f7f48
refactor: address custom root roles PR comments (#3994)
https://linear.app/unleash/issue/2-1135/address-3975-pr-comments-by-refactoring-some-of-the-new-custom-root

This pull request addresses the majority of the comments raised in issue
#3975 and lays the groundwork for unifying roles. The idea is for
project roles to also be managed in the "Roles" tab, and several
components, such as `RoleForm` and the `useRoleForm` can potentially be
reused.

I'll leave the further investigation and implementation of unifying
roles to be addressed in a separate task.

As a mostly unrelated UI fix, this also adds an arrow to the tooltip in
the `RoleBadge` component.
2023-06-15 14:03:47 +01:00
..
__mocks__
assets refactor: rename demo img assets (#3795) 2023-05-17 08:47:19 +00:00
component refactor: address custom root roles PR comments (#3994) 2023-06-15 14:03:47 +01:00
constants refactor: remove old components after variants per env (#3110) 2023-02-14 16:03:53 +00:00
contexts
hooks refactor: address custom root roles PR comments (#3994) 2023-06-15 14:03:47 +01:00
interfaces refactor: address custom root roles PR comments (#3994) 2023-06-15 14:03:47 +01:00
openapi chore: upgrade orval types (#3981) 2023-06-14 14:40:24 +02:00
themes fix: misc UI fixes mostly responsiveness related (#3868) 2023-05-25 20:28:08 +03:00
types
utils refactor: address custom root roles PR comments (#3994) 2023-06-15 14:03:47 +01:00
index.tsx feat: implement demo guide steps logic (#3528) 2023-04-18 10:56:15 +01:00
setupTests.ts
vite-env.d.ts