1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src
olav 2d24d92f5a fix: resolve issues with project edit/delete button conditions (#1084)
* fix: fix UPDATE_PROJECT permission checks for editors

* fix: disable delete button for the default project

* fix: warn about access on edit project page

* fix: hide broken project edit/delete buttons for OSS

* refactor: avoid project card clicks when closing modals

* refactor: improve default project deletion message

* refactor: improve project access error text

* Update src/component/project/ProjectCard/ProjectCard.tsx

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>

* refactor: fix string quotes

* refactor: improve disabled menu item contrast

* refactor: remove Enterprise routes for OSS

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-06-10 16:09:50 +02:00
..
__mocks__
assets refactor: rewrite feature strategy icons list (#1039) 2022-05-31 10:50:24 +02:00
component fix: resolve issues with project edit/delete button conditions (#1084) 2022-06-10 16:09:50 +02:00
constants feat: expand constraint operator descriptions (2) (#858) 2022-04-07 10:31:06 +02:00
contexts refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
hooks fix: resolve issues with project edit/delete button conditions (#1084) 2022-06-10 16:09:50 +02:00
interfaces fix: resolve issues with project edit/delete button conditions (#1084) 2022-06-10 16:09:50 +02:00
openapi
themes fix: resolve issues with project edit/delete button conditions (#1084) 2022-06-10 16:09:50 +02:00
types refactor: fix missing eslint deps after CRA removal (#976) 2022-05-12 08:11:41 +02:00
utils refactor: simplify error toast text (#1081) 2022-06-09 15:36:01 +02:00
index.tsx refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
setupTests.ts feat: new tag types table (#1014) 2022-05-25 11:12:53 +02:00
vite-env.d.ts