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
Collaborator
Author
This was referenced Mar 24, 2026
Merged
Merged
Merged
bdfb44e to
4617803
Compare
89f86e1 to
50aadd0
Compare
3b1a50d to
080bde2
Compare
2b7baf9 to
878220c
Compare
5a84bf5 to
cfaef28
Compare
7982636 to
ea60d9f
Compare
cfaef28 to
1e454af
Compare
f6d8bde to
bc9be66
Compare
e359699 to
de4672f
Compare
62f21a5 to
d31973c
Compare
de4672f to
007401d
Compare
This was referenced Apr 8, 2026
Merged
Closed
Collaborator
|
There are various cases where And some tidying up of classnames on |
camielvs
reviewed
Apr 9, 2026
Collaborator
camielvs
left a comment
There was a problem hiding this comment.
The duplication and similarity between this and the Favourites section suggests we can have a unified component for those cards
d31973c to
fde2b15
Compare
007401d to
82139f0
Compare
fde2b15 to
a106c78
Compare
82139f0 to
9fadba0
Compare
a106c78 to
e6b71d8
Compare
e4b99d4 to
d713eaa
Compare
4837d59 to
ad2c801
Compare
d713eaa to
089810e
Compare
ad2c801 to
98fb4ff
Compare
089810e to
9031ebb
Compare
morgan-wowk
approved these changes
Apr 10, 2026
Collaborator
Author
camielvs
approved these changes
Apr 10, 2026
Collaborator
camielvs
left a comment
There was a problem hiding this comment.
approving, as discussed
9031ebb to
2f2e80e
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
Implemented the recently viewed dashboard component that displays a grid of recently accessed pipelines and runs. The component shows cards with type badges, names, IDs, and relative timestamps. Increased the maximum number of tracked items from 5 to 10 and exported the
RecentlyViewedIteminterface for reuse. Added navigation functionality to allow users to click on cards to return to previously viewed items.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The component displays up to 10 recently viewed items in a 4-column grid layout. Pipeline items are styled with violet colors and GitBranch icons, while run items use emerald colors and Play icons. The relative time formatting provides user-friendly timestamps for when items were last viewed.