Skip to content
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] Refactor RunTable into more reusable components #22841

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bengotow
Copy link
Collaborator

@bengotow bengotow commented Jul 3, 2024

Summary & Motivation

This PR doesn't include any functionality changes - the experimental grouped runs page will require a separate version of the RunTable and RunRow with a new design, and the changes here make it easier to re-use the bulk of the complexity in these existing components by breaking them out into smaller components. 🙏

How I Tested These Changes

Test that hovering over run tags, opening run tag modal, adding tag to filter, etc. all still work and that the run table is visually unchanged.

@bengotow bengotow force-pushed the bengotow-2024-07/FE-438-grouped-runs branch from 494bc03 to d416ee0 Compare July 3, 2024 19:29
Copy link

github-actions bot commented Jul 3, 2024

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-1cydg9qvu-elementl.vercel.app
https://bengotow-2024-07-FE-438-grouped-runs.core-storybook.dagster-docs.io

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

@bengotow bengotow force-pushed the bengotow-2024-07/FE-438-grouped-runs branch from d416ee0 to edd0bdc Compare July 3, 2024 19:43

import {AnchorButton} from '../ui/AnchorButton';

export const RunTableEmptyState = ({anyFilter}: {anyFilter: boolean}) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

isFiltered ?

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.

None yet

2 participants