Conversation
This was referenced Mar 23, 2026
Merged
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
Collaborator
Author
8 tasks
514f5d4 to
fe4a8d5
Compare
This was referenced Mar 23, 2026
Merged
Merged
Merged
Merged
Merged
fbe7ca9 to
dabe28b
Compare
3979743 to
2622e15
Compare
Collaborator
Author
dabe28b to
f043754
Compare
557cdac to
7a06970
Compare
f043754 to
1c5cd1b
Compare
7a06970 to
3e93860
Compare
90c8d7b to
f9e6d43
Compare
3b5574d to
95b5dcb
Compare
f9e6d43 to
5f064d8
Compare
95b5dcb to
097fcf7
Compare
5f064d8 to
1bad5de
Compare
097fcf7 to
8676de7
Compare
1bad5de to
8025d09
Compare
This was referenced Apr 8, 2026
Merged
Closed
camielvs
approved these changes
Apr 9, 2026
Collaborator
camielvs
left a comment
There was a problem hiding this comment.
skipping & autoapproving as directed - though I would have preferred for the stack to be sufficiently massaged that PRs like this are not needed
989b473 to
42b8056
Compare
Collaborator
Author
42b8056 to
42d8a5b
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 search functionality to the Favorites section, allowing users to filter favorites by name or ID. The search input includes a search icon and a clear button that appears when there's a query. The pagination logic has been updated to work with filtered results, automatically resetting to the first page when searching.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The search functionality filters favorites in real-time and automatically resets pagination to the first page when the search query changes. The search is case-insensitive and matches both favorite names and IDs.