-
Notifications
You must be signed in to change notification settings - Fork 944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for lifecycle pills in expandable component #5588
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
….getdbt.com into ly-docs-improve-expandable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @nghi-ly this looks great! All functionality appears to be working correctly. Nice job bringing the Lifecycle
component into Expandable
.
There is 1 super small styling adjustment we can make to get the pills aligned vertically with the expandable title but I'm not considering that a blocker for this PR. We can go over that adjustment in our mentorship meeting if you'd like!
<span className={styles.headerText}> | ||
{alt_header} | ||
{alt_header}<Lifecycle status={lifecycle} /> | ||
</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
## What are you changing in this pull request and why? Vertically align pill with the expandable alt_header, per #5588 (review) ## Checklist - [x] Test changes in localhost Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
What are you changing in this pull request and why?
Add support for lifecycle pills in expandable component.
List of changes
preview
vspublic preview
to align with latest definitions on our product lifecycle page https://docs.getdbt.com/docs/dbt-versions/product-lifecyclesNow
Update