1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src
Thomas Heartman 7e52da11bc
fix: Also display strategy variant information on default strategies (#8115)
This change copies (and then simplifies) the strategy variant display
logic from

`frontend/src/component/feature/FeatureView/FeatureOverview/FeatureOverviewEnvironments/FeatureOverviewEnvironment/EnvironmentAccordionBody/StrategyDraggableItem/StrategyItem/StrategyItem.tsx`
and inserts it into the `ProjectEnvironmentDefaultStrategy` component.

Before:

![image](https://github.com/user-attachments/assets/c00098c3-3161-4a89-a6cf-8db711b4fb3e)


After:

![image](https://github.com/user-attachments/assets/4fdd46f1-97a4-4344-98e1-16c842947a1c)
2024-09-06 11:47:59 +02:00
..
__mocks__
assets feat: Signals preview img (#7993) 2024-08-28 08:24:12 +02:00
component fix: Also display strategy variant information on default strategies (#8115) 2024-09-06 11:47:59 +02:00
constants feat: use new environment limit in Unleash UI (#7500) 2024-07-02 06:14:15 +00:00
contexts
hooks chore: remove unused SCIM setting - assumeControlOfExisting (#8101) 2024-09-05 13:45:20 +01:00
interfaces feat: welcome to project onboarding status rendering (#8076) 2024-09-04 12:17:33 +03:00
openapi feat: welcome to project onboarding status rendering (#8076) 2024-09-04 12:17:33 +03:00
themes feat: Onboarding connect api token generation (#8054) 2024-09-03 11:28:16 +02:00
types
utils chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
index.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
setupTests.ts
vite-env.d.ts