mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
This PR adds a header and a tooltip to the lifecycle widget. Most of the changes in ProjectLifecycleSummary is indentation changes due to wrapping the component in another row container. Additionally, this PR touches the `HelpIcon` component because we'd like the tooltip to be wider than what we currently set as the default for the help icon. The help icon uses the html tooltip component, which has a maxWidth prop, but it does not expose that. So I've adjusted it to let you do that. Header with tooltip:  |
||
|---|---|---|
| .. | ||
| accessOverview | ||
| admin | ||
| ai | ||
| application | ||
| archive | ||
| banners | ||
| changeRequest | ||
| commandBar | ||
| common | ||
| context | ||
| demo | ||
| environments | ||
| events | ||
| feature | ||
| featureTypes | ||
| feedback | ||
| feedbackNew | ||
| filter | ||
| insights | ||
| integrations | ||
| layout | ||
| loginHistory | ||
| maintenance | ||
| menu | ||
| onboarding | ||
| personalDashboard | ||
| playground/Playground | ||
| project | ||
| providers | ||
| releases | ||
| segments | ||
| signals | ||
| splash | ||
| strategies | ||
| tags | ||
| user | ||
| App.tsx | ||
| InitialRedirect.tsx | ||