-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] Experimental asset Overview page #19739
Conversation
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit cd94274. |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit cd94274. |
96b7eed
to
5f88dfb
Compare
js_modules/dagster-ui/packages/ui-core/src/asset-graph/sidebar/Sidebar.tsx
Outdated
Show resolved
Hide resolved
js_modules/dagster-ui/packages/ui-core/src/asset-graph/sidebar/StatusDot.tsx
Outdated
Show resolved
Hide resolved
js_modules/dagster-ui/packages/ui-core/src/assets/AssetEventMetadataEntriesTable.tsx
Outdated
Show resolved
Hide resolved
js_modules/dagster-ui/packages/ui-core/src/assets/AssetNodeDefinition.tsx
Outdated
Show resolved
Hide resolved
js_modules/dagster-ui/packages/ui-core/src/assets/AssetEventMetadataEntriesTable.tsx
Outdated
Show resolved
Hide resolved
js_modules/dagster-ui/packages/ui-core/src/assets/AssetNodeOverview.tsx
Outdated
Show resolved
Hide resolved
a04b16c
to
0fb44ef
Compare
0fb44ef
to
6d40c09
Compare
## Summary & Motivation - New asset overview page is hidden behind the existing "new AMP page" feature flag, which has been renamed in the UI. - Figma: https://www.figma.com/file/wQHGZ2cjfpna2P2OaM4aTs/aset-catalog-ui?type=design&node-id=208-45869&mode=design&t=rUdPOq932g3jaHWh-0 - Linear: https://linear.app/dagster-labs/issue/FE-174/implement-new-asset-overview-designs ## TODOs / Further work: - The top header is unchanged - In the sidebar, code location does not use a tag ## How I Tested These Changes Tested manually with a number of different assets in different states ![image](https://github.com/dagster-io/dagster/assets/1037212/15462fe0-bb27-464c-8232-453bebeab1ae) --------- Co-authored-by: bengotow <[email protected]> (cherry picked from commit b3a1f2c)
Summary & Motivation
TODOs / Further work:
How I Tested These Changes
Tested manually with a number of different assets in different states