Skip to content

Updates runs and pipelines designs#2003

Merged
Mbeaulne merged 1 commit intomasterfrom
03-24-updates_runs_and_pipelines_designs
Apr 10, 2026
Merged

Updates runs and pipelines designs#2003
Mbeaulne merged 1 commit intomasterfrom
03-24-updates_runs_and_pipelines_designs

Conversation

@Mbeaulne
Copy link
Copy Markdown
Collaborator

@Mbeaulne Mbeaulne commented Mar 24, 2026

Description

This pull request implements the pipelines view in the dashboard and improves the visual design of pipeline rows. The changes include creating a new DashboardPipelinesView component that integrates the existing PipelineSection, updating the pipeline table styling for better density and readability, and removing the destructive alert and refresh button from the pipeline section. The dashboard layout has also been updated to use full width instead of a constrained container.

Related Issue and Pull requests

Type of Change

  • Bug fix
  • New feature
  • Improvement
  • Cleanup/Refactor
  • Breaking change
  • Documentation update

Checklist

  • I have tested this does not break current pipelines / runs functionality
  • I have tested the changes on staging

Screenshots (if applicable)

Test Instructions

  1. Navigate to the dashboard
  2. Click on the "Pipelines" tab in the sidebar
  3. Verify that the pipelines table displays correctly with improved styling
  4. Test pagination functionality if multiple pages exist
  5. Verify that pipeline row interactions (selection, favoriting, deletion) work as expected
  6. Confirm that the layout uses full width and appears properly formatted

Additional Comments

The pipeline rows now use a more compact design with smaller text sizes and reduced row height. The layout has been switched from BlockStack to InlineStack for better horizontal alignment of pipeline names and match badges. The destructive alert about local storage and the refresh button have been removed to clean up the interface.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 24, 2026

🎩 To tophat this PR:

You can add the following URL parameter to your browser to tophat this PR:

`?tophat_location=03-24-updates_runs_and_pipelines_designs/298480c`

@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from c964faa to 070a131 Compare March 27, 2026 12:41
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch 2 times, most recently from 04c01c1 to 89c09e7 Compare March 27, 2026 13:52
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from 070a131 to 181e933 Compare March 27, 2026 13:52
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch from 89c09e7 to dab31af Compare March 27, 2026 13:58
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch 2 times, most recently from 9ed083c to a15f51a Compare March 27, 2026 14:07
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch 2 times, most recently from af1b210 to 9db5857 Compare March 27, 2026 14:12
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch 2 times, most recently from 83b910a to 43e6640 Compare March 27, 2026 14:16
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch from f250c04 to 7baaee9 Compare April 8, 2026 19:31
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from 84cee36 to 9b7a625 Compare April 8, 2026 19:31
This was referenced Apr 8, 2026
<Paragraph tone="subdued" size="xs">
{formattedDate}
</Paragraph>
<span className="text-xs text-muted-foreground">{formattedDate}</span>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

reason why you've switched away from our Paragraph primitive? Here and in a few other places as well

Comment on lines -168 to -176
<Alert variant="destructive">
<Icon name="Terminal" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
Your pipelines are stored in your browser&apos;s local storage.
Clearing your browser data or cookies will delete all saved pipelines.
Consider exporting important pipelines to files for backup.
</AlertDescription>
</Alert>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

As much as I dislike this alert I do think it still has relevance. maybe we can still have it but much less intrusive. More subtle.

Also, removing it means the non-beta homepage loses it as well

Copy link
Copy Markdown
Collaborator

@camielvs camielvs left a comment

Choose a reason for hiding this comment

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

Just need confirmation why you've moved away from Paragraph UI primitive in some places

@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from 9b7a625 to 39961b9 Compare April 9, 2026 15:54
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch 2 times, most recently from 2d8d669 to e2cb8c8 Compare April 9, 2026 16:09
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from 39961b9 to 7d804a8 Compare April 9, 2026 16:09
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch from e2cb8c8 to 3b45f77 Compare April 9, 2026 16:28
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from 7d804a8 to 27ae071 Compare April 9, 2026 16:28
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch from 3b45f77 to f7ed100 Compare April 9, 2026 16:56
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from 27ae071 to 07e24fa Compare April 9, 2026 16:56
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch from f7ed100 to f29bf4a Compare April 9, 2026 19:53
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch 2 times, most recently from a2a5147 to cd31567 Compare April 9, 2026 20:04
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch 2 times, most recently from 1da744d to 7b53c4a Compare April 9, 2026 20:13
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch 2 times, most recently from 72917a7 to f0d9812 Compare April 10, 2026 19:09
@Mbeaulne Mbeaulne force-pushed the 03-24-adds_runs_and_filters branch from 7b53c4a to 34304a1 Compare April 10, 2026 19:09
Copy link
Copy Markdown
Collaborator Author

Mbeaulne commented Apr 10, 2026

Merge activity

  • Apr 10, 8:38 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Apr 10, 9:26 PM UTC: Graphite rebased this pull request as part of a merge.
  • Apr 10, 9:28 PM UTC: @Mbeaulne merged this pull request with Graphite.

@Mbeaulne Mbeaulne changed the base branch from 03-24-adds_runs_and_filters to graphite-base/2003 April 10, 2026 21:22
@Mbeaulne Mbeaulne changed the base branch from graphite-base/2003 to master April 10, 2026 21:24
@Mbeaulne Mbeaulne force-pushed the 03-24-updates_runs_and_pipelines_designs branch from f0d9812 to 298480c Compare April 10, 2026 21:25
@Mbeaulne Mbeaulne merged commit 24089ab into master Apr 10, 2026
17 checks passed
@Mbeaulne Mbeaulne deleted the 03-24-updates_runs_and_pipelines_designs branch April 10, 2026 21:28
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