1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend/src
olav 159c54ed37 fix: resolve issues around changing a toggle's project (#978)
* refactor: show save button before using the dropdown

* refactor: simplify FeatureSettingsProject toast message

* refactor: fix FeatureProjectSelect filter prop type

* refactor: hide change project page for non-enterprise

* refactor: derive move targets from projects list instead of from permissions

* refactor: align frontend project compat check with backend

* refactor: fix useProject object stability

* refactor: disable the save button for the current project

* refactor: require equal environments when moving toggles

* refactor: improve arraysHaveSameItems name
2022-05-18 11:07:19 +02:00
..
__mocks__
assets
component fix: resolve issues around changing a toggle's project (#978) 2022-05-18 11:07:19 +02:00
constants
contexts
hooks fix: resolve issues around changing a toggle's project (#978) 2022-05-18 11:07:19 +02:00
interfaces Project overview feature toggles list (#971) 2022-05-13 14:51:22 +02:00
openapi fix: remove trailing slash from OpenAPI route (#948) 2022-05-05 11:45:17 +02:00
themes Project overview feature toggles list (#971) 2022-05-13 14:51:22 +02:00
types refactor: fix missing eslint deps after CRA removal (#976) 2022-05-12 08:11:41 +02:00
utils fix: resolve issues around changing a toggle's project (#978) 2022-05-18 11:07:19 +02:00
index.tsx refactor: adapt to Vite (#940) 2022-05-05 16:15:22 +01:00
setupTests.ts refactor: adapt to Vite (#940) 2022-05-05 16:15:22 +01:00
vite-env.d.ts refactor: adapt to Vite (#940) 2022-05-05 16:15:22 +01:00