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
8 tasks
c6b79cc to
6581b3a
Compare
This was referenced Mar 23, 2026
Merged
Merged
Merged
Merged
Merged
Merged
6581b3a to
8ecd7fc
Compare
2aba91b to
25ff8b2
Compare
8ecd7fc to
db36636
Compare
Collaborator
Author
|
Reviewer note: |
46059ca to
e8c83af
Compare
03b33a8 to
e2e7cf5
Compare
e1582e5 to
eff8a54
Compare
e2e7cf5 to
eb481ef
Compare
eff8a54 to
e0e961f
Compare
camielvs
reviewed
Apr 8, 2026
camielvs
reviewed
Apr 8, 2026
camielvs
reviewed
Apr 8, 2026
e0e961f to
d87655e
Compare
Collaborator
Author
|
I'll fix these later but I dont htink its worth blocking |
morgan-wowk
approved these changes
Apr 10, 2026
Collaborator
Author
d87655e to
d2e47c0
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 favorite functionality to pipelines and runs throughout the application. Users can now mark pipelines and runs as favorites using a star icon toggle button. The
FavoriteTogglecomponent has been integrated into:The toggle button displays as a filled star when favorited and an outline when not favorited, with appropriate hover states and click handling to prevent event propagation.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The
FavoriteTogglecomponent uses theuseFavoriteshook to manage favorite state and integrates with the existing UI patterns. The component prevents click event propagation to avoid conflicts with row selection or navigation.