1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman b87c47d7c4
1-3083: add remaining lifecycle header + tooltip (#8722)
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:

![image](https://github.com/user-attachments/assets/6ae1984b-256b-4f09-8fa2-b86ac2c17558)
2024-11-13 10:16:35 +01:00
..
accessOverview
admin
ai refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
application
archive
banners
changeRequest refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
commandBar
common 1-3083: add remaining lifecycle header + tooltip (#8722) 2024-11-13 10:16:35 +01:00
context
demo chore: list release templates in strategy popover (#8703) 2024-11-08 14:26:01 +00:00
environments
events fix: console warnings and errors related to event timeline and strategy form (#8692) 2024-11-08 08:18:30 +00:00
feature [wip] add data to ui (#8710) 2024-11-12 11:35:42 +01:00
featureTypes
feedback
feedbackNew
filter feat: update zindex to theme 2024-11-12 10:33:00 +02:00
insights
integrations
layout Feat/release management overview (#8672) 2024-11-06 14:02:42 +01:00
loginHistory
maintenance
menu feat: edit release plan template (#8723) 2024-11-13 09:37:47 +01:00
onboarding
personalDashboard fix: dashboard onboarding flow correct conditions (#8676) 2024-11-06 15:21:42 +02:00
playground/Playground
project 1-3083: add remaining lifecycle header + tooltip (#8722) 2024-11-13 10:16:35 +01:00
providers Feat/release management overview (#8672) 2024-11-06 14:02:42 +01:00
releases feat: edit release plan template (#8723) 2024-11-13 09:37:47 +01:00
segments
signals
splash
strategies
tags
user feat: read productivity report from profile (#8662) 2024-11-05 16:14:19 +01:00
App.tsx fix: enterprise routes 404 when not logged in (#8640) 2024-11-04 14:01:33 +01:00
InitialRedirect.tsx