Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
This was referenced Mar 23, 2026
Merged
Collaborator
Author
b4fb16d to
faab459
Compare
This was referenced Mar 24, 2026
Merged
Merged
Merged
Merged
fe4a8d5 to
fbe7ca9
Compare
4be9508 to
f4c3c12
Compare
fbe7ca9 to
dabe28b
Compare
f4c3c12 to
7551c2c
Compare
Collaborator
Author
|
Reviewer note: Two things to be aware of:
|
dabe28b to
f043754
Compare
35d0674 to
90c8d7b
Compare
2b26653 to
3d5acb4
Compare
90c8d7b to
f9e6d43
Compare
ae75a89 to
88c53ed
Compare
1bad5de to
8025d09
Compare
88c53ed to
6f4a6bb
Compare
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
8025d09 to
989b473
Compare
f40c7e1 to
ef90c02
Compare
ef90c02 to
5b155bd
Compare
989b473 to
42b8056
Compare
morgan-wowk
approved these changes
Apr 10, 2026
Collaborator
Author
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5b155bd to
97bd22a
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
Added a "Recently Viewed" section to the home dashboard that tracks and displays the last 5 pipelines and runs a user has accessed. The section shows clickable chips with appropriate icons (GitBranch for pipelines, Play for runs) and color coding. Items are stored in localStorage and automatically tracked when users visit the Editor or PipelineRun pages.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The recently viewed functionality uses localStorage for persistence and useSyncExternalStore for reactive updates. Component support is planned for future implementation but currently defaults to home page navigation.