1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/environments
Nuno Góis b61980e71b feat: Admin project roles table (#1030)
* feat: new admin project roles table

* small fixes

* replace Box in defaultColumn Cell with the new TextCell

* refactor: slight adjustments

* misc improvements

* add HighlightCell

* fix: description width

* Update src/component/admin/projectRoles/ProjectRoles/ProjectRoleList/ProjectRoleList.tsx

Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>

* address PR comments, small tooltip fixes

* fix: prettier fmt

Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2022-05-26 15:27:20 +01:00
..
CreateEnvironment Refactor: page container (#967) 2022-05-09 14:38:12 +02:00
CreateEnvironmentButton refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
EditEnvironment chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
EnvironmentActionCell feat: Admin project roles table (#1030) 2022-05-26 15:27:20 +01:00
EnvironmentCard refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
EnvironmentDeleteConfirm refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
EnvironmentForm
EnvironmentNameCell feat: Admin project roles table (#1030) 2022-05-26 15:27:20 +01:00
EnvironmentRow refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
EnvironmentTable refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
EnvironmentToggleConfirm refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
hooks