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
Collaborator
Author
This was referenced Mar 24, 2026
Merged
Merged
Merged
d40d065 to
82f814c
Compare
9b53fca to
496e03f
Compare
82f814c to
722df94
Compare
2253af0 to
8301e19
Compare
722df94 to
4746864
Compare
8301e19 to
8ffa88a
Compare
4746864 to
77dc4aa
Compare
8ffa88a to
dc41654
Compare
77dc4aa to
df0767f
Compare
dc41654 to
956698b
Compare
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
Collaborator
099fb90 to
fe4405e
Compare
bea185a to
6e0faed
Compare
5ed937c to
8f27324
Compare
6e0faed to
3428c75
Compare
Collaborator
Author
|
Im going to push back on the status for now. in order to get the status we will have to fetch each favourite from the server. Until we get bulk endpoints Im going to wait to impliment features like this. |
Collaborator
Author
|
as for the hydration, I don't see it. .. I may have fixed it below |
d4a089f to
e44dc7a
Compare
8f27324 to
249c7a1
Compare
morgan-wowk
approved these changes
Apr 10, 2026
Collaborator
Author
camielvs
reviewed
Apr 10, 2026
| const isPipeline = item.type === "pipeline"; | ||
|
|
||
| return ( | ||
| <a |
camielvs
approved these changes
Apr 10, 2026
Collaborator
camielvs
left a comment
There was a problem hiding this comment.
hydration issues appear to be fixed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
e44dc7a to
25fca73
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
Replaced the simple
FavoritesSectioncomponent with a comprehensive favorites management interface in the Dashboard. The new implementation includes a searchable grid of favorite items (pipelines and runs) with pagination, individual favorite cards showing type badges and metadata, and the ability to remove favorites directly from the interface.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The new favorites view provides a much more user-friendly way to manage and navigate favorite items compared to the previous basic section. It includes visual distinction between pipelines and runs, efficient search and pagination, and intuitive removal functionality.