1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +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
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
index.tsx
setupTests.ts
vite-env.d.ts