Skip to content

[ui] Improvements to AI Summary UI#32966

Merged
bengotow merged 1 commit into
masterfrom
begotow/ai-summary-feedback
Dec 17, 2025
Merged

[ui] Improvements to AI Summary UI#32966
bengotow merged 1 commit into
masterfrom
begotow/ai-summary-feedback

Conversation

@bengotow

@bengotow bengotow commented Dec 4, 2025

Copy link
Copy Markdown
Collaborator

Related: https://github.com/dagster-io/internal/pull/19444

  • The split panel no longer has an unused 2px divider space on the right hand side if the second panel is unmounted.

  • The AI summary menu item appears on the run details page in the top right menu.

  • The types for RunAssetTags and RunAssetCheckTags have been scoped down so they’re easier to re-use.

[INTERNAL_BRANCH=bengotow/ai-summary-feedback]

@bengotow bengotow requested a review from hellendag December 4, 2025 05:37
@github-actions

github-actions Bot commented Dec 4, 2025

Copy link
Copy Markdown
Contributor

Deploy preview for dagit-storybook ready!

✅ Preview
https://dagit-storybook-73qgn82um-elementl.vercel.app
https://begotow-ai-summary-feedback.components-storybook.dagster-docs.io

Built with commit a8882bc.
This pull request is being automatically deployed with vercel-action

@github-actions

github-actions Bot commented Dec 4, 2025

Copy link
Copy Markdown
Contributor

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-fijsx2qpq-elementl.vercel.app
https://begotow-ai-summary-feedback.core-storybook.dagster-docs.io

Built with commit a8882bc.
This pull request is being automatically deployed with vercel-action

@bengotow bengotow force-pushed the begotow/ai-summary-feedback branch 3 times, most recently from 35d579a to 719102d Compare December 5, 2025 15:26

export const RunAssetCheckTags = (props: {run: RunFragment}) => {
export const RunAssetCheckTags = (props: {
run: Pick<RunFragment, 'id' | 'pipelineName' | 'assetCheckSelection'>;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a little annoying to me that this has to make reference to RunFragment at all instead of just listing the props it wants. 😆 Though the Pick is certainly better than requiring the entire fragment.

@bengotow bengotow force-pushed the begotow/ai-summary-feedback branch from 719102d to 6bf2ec4 Compare December 16, 2025 20:26
- The split panel no longer has an unused 2px divider space on the right hand side if the second panel is unmounted.

- The AI summary menu item appears on the run details page in the top right menu.

- The types for RunAssetTags and RunAssetCheckTags have been scoped down so they’re easier to re-use.

[INTERNAL_BRANCH=begotow/ai-summary-feedback]
@bengotow bengotow force-pushed the begotow/ai-summary-feedback branch from 6bf2ec4 to a8882bc Compare December 17, 2025 17:55
@bengotow

Copy link
Copy Markdown
Collaborator Author

Really don't know what's up with the buildkite issues, going to rebase both PRs again and push them both and we'll see if it's happy this time. Probably a couple hundred build minutes trying to get both green checks here 😂

@bengotow bengotow merged commit 6dc67aa into master Dec 17, 2025
7 checks passed
@bengotow bengotow deleted the begotow/ai-summary-feedback branch December 17, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants