Merged
Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
This was referenced Mar 24, 2026
Merged
Merged
Merged
Merged
Merged
Collaborator
Author
This was referenced Mar 24, 2026
Merged
Merged
c964faa to
070a131
Compare
04c01c1 to
89c09e7
Compare
070a131 to
181e933
Compare
89c09e7 to
dab31af
Compare
9ed083c to
a15f51a
Compare
af1b210 to
9db5857
Compare
83b910a to
43e6640
Compare
f250c04 to
7baaee9
Compare
84cee36 to
9b7a625
Compare
camielvs
reviewed
Apr 9, 2026
| <Paragraph tone="subdued" size="xs"> | ||
| {formattedDate} | ||
| </Paragraph> | ||
| <span className="text-xs text-muted-foreground">{formattedDate}</span> |
Collaborator
There was a problem hiding this comment.
reason why you've switched away from our Paragraph primitive? Here and in a few other places as well
camielvs
reviewed
Apr 9, 2026
Comment on lines
-168
to
-176
| <Alert variant="destructive"> | ||
| <Icon name="Terminal" /> | ||
| <AlertTitle>Heads up!</AlertTitle> | ||
| <AlertDescription> | ||
| Your pipelines are stored in your browser's local storage. | ||
| Clearing your browser data or cookies will delete all saved pipelines. | ||
| Consider exporting important pipelines to files for backup. | ||
| </AlertDescription> | ||
| </Alert> |
Collaborator
There was a problem hiding this comment.
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
camielvs
approved these changes
Apr 9, 2026
Collaborator
camielvs
left a comment
There was a problem hiding this comment.
Just need confirmation why you've moved away from Paragraph UI primitive in some places
9b7a625 to
39961b9
Compare
2d8d669 to
e2cb8c8
Compare
39961b9 to
7d804a8
Compare
e2cb8c8 to
3b45f77
Compare
7d804a8 to
27ae071
Compare
3b45f77 to
f7ed100
Compare
27ae071 to
07e24fa
Compare
f7ed100 to
f29bf4a
Compare
a2a5147 to
cd31567
Compare
1da744d to
7b53c4a
Compare
72917a7 to
f0d9812
Compare
7b53c4a to
34304a1
Compare
Collaborator
Author
f0d9812 to
298480c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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
DashboardPipelinesViewcomponent that integrates the existingPipelineSection, 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
Checklist
Screenshots (if applicable)
Test Instructions
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
BlockStacktoInlineStackfor 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.