-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[UI v2] feat: Refines flow run card in replacement for flow run data table #17242
Conversation
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.
adding support for text-xs
sizing
dd17ebc
to
6988486
Compare
6aadcb7
to
a069c76
Compare
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.
LGTM!
</BreadcrumbLink> | ||
</BreadcrumbItem> | ||
)} | ||
{flow && <BreadcrumbSeparator>/</BreadcrumbSeparator>} |
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.
Its nice if these sort of separators just hide themselves if they're the :first-child or :last-child or .separator + .separator
. Not related to this PR, but how do you feel about that?
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.
great suggestion. Let me add it to this PR
c5b72fb
to
dd4df23
Compare
dd4df23
to
23dea4c
Compare
Refines flow run card in replacement for flow run data table
Upcoming PR, will update the hook to join deployment data to the flow run
Screen.Recording.2025-02-21.at.1.49.19.PM.mov
Screen.Recording.2025-02-21.at.1.44.15.PM.mov
Checklist
<link to issue>
"mint.json
.Relates to #15512