-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(catalog): visualize compute and storage kind tags in asset search results #22298
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @rexledesma and the rest of your teammates on Graphite |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 13a7361. |
I feel like the icons are too large but cc @braunjj for design feedback |
2fea232
to
310132c
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.
I like
310132c
to
421f7a1
Compare
f643d3a
to
29bd967
Compare
29bd967
to
385c7db
Compare
…h results (dagster-io#22298) ## Summary & Motivation Use the asset's visual icons (compute/storage kind) to give more flavor to the asset's search result display. This way, users can start to differentiate results from a glance, rather than thoroughly inspecting the fuzzy match and full asset key name. ## How I Tested These Changes local ### Before <img width="813" alt="Screenshot 2024-06-07 at 1 21 47 PM" src="https://github.com/dagster-io/dagster/assets/16431325/ccc49646-eb94-4599-a5c8-e3d2e3d2196c"> ### After <img width="809" alt="Screenshot 2024-06-07 at 1 20 59 PM" src="https://github.com/dagster-io/dagster/assets/16431325/247b1c1a-4d5e-421b-9d8e-eb26267b5fe7"> ### For compute kinds without a special tag <img width="1350" alt="Screenshot 2024-06-07 at 2 30 23 PM" src="https://github.com/dagster-io/dagster/assets/16431325/c4d27b08-b642-4278-a4e9-6372968e8855">
Summary & Motivation
Use the asset's visual icons (compute/storage kind) to give more flavor to the asset's search result display. This way, users can start to differentiate results from a glance, rather than thoroughly inspecting the fuzzy match and full asset key name.
How I Tested These Changes
local
Before
After
For compute kinds without a special tag