-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[3/n][Observe UI] Add lineage tab #29267
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
Conversation
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit bb40e02. |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit bb40e02. |
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.
Not a huge fan of this UI having three rows of nav that say Catalog but I think that's unrelated :-) Code looks great!
<Tooltip content={isFullScreen ? 'Collapse' : 'Expand'}> | ||
<Button | ||
icon={ | ||
<Icon | ||
name={isFullScreen ? 'collapse_fullscreen' : 'expand_fullscreen'} | ||
/> | ||
} | ||
onClick={toggleFullScreen} | ||
/> | ||
</Tooltip> |
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.
Could see wrapping this into a shared button so that we're consistent about adding the tooltip
Summary & Motivation
This is behind the new observe UI feature flag. Adds the lineage tab
How I Tested These Changes
Screen.Recording.2025-04-14.at.5.08.39.PM.mov