mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
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:  After:  |
||
|---|---|---|
| .. | ||
| ArchiveProject | ||
| CreateProject | ||
| DeleteProject | ||
| HiddenProjectIconWithTooltip | ||
| hooks | ||
| Import | ||
| PaginatedProjectFeatureToggles | ||
| ProjectDoraMetrics | ||
| ProjectEnterpriseSettingsForm | ||
| ProjectFeaturesArchive | ||
| ProjectFeatureToggles | ||
| ProjectForm | ||
| ProjectHealth | ||
| ProjectInfo | ||
| ProjectInsights | ||
| ProjectLog | ||
| ProjectSettings | ||
| ProjectStats | ||
| LazyProject.tsx | ||
| LazyProjectExport.tsx | ||
| Project.styles.ts | ||
| Project.tsx | ||
| ProjectFlags.tsx | ||
| ProjectOverviewChangeRequests.test.tsx | ||
| ProjectOverviewChangeRequests.tsx | ||