Add multi-source Components V2 search and filters#2322
Draft
Mbeaulne wants to merge 1 commit into
Draft
Conversation
🎩 PreviewA preview build has been created at: |
This was referenced May 27, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 27, 2026
4ebdbe3 to
7e01bdf
Compare
00c02ac to
e3db8f6
Compare
7e01bdf to
a66df23
Compare
e3db8f6 to
ea1b8cd
Compare
1b90c44 to
2259e4e
Compare
ea1b8cd to
f57ad57
Compare
7ad9821 to
d94b36a
Compare
8dc17fc to
77059ed
Compare
d94b36a to
30ac27b
Compare
8 tasks
77059ed to
aa6b7b0
Compare
30ac27b to
36af25f
Compare
aa6b7b0 to
f1adc8f
Compare
0fe1287 to
fa8a7cc
Compare
f1adc8f to
e2ad4c3
Compare
fa8a7cc to
b9e515b
Compare
3a05ccf to
7f229fd
Compare
b9e515b to
5ea0772
Compare
7f229fd to
d7d8162
Compare
5ea0772 to
137f48d
Compare
d7d8162 to
b82e205
Compare
137f48d to
7bfeb2f
Compare
7bfeb2f to
e92b8d3
Compare
b82e205 to
a4b255b
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.

Tophatting
Manual tophatting recommended because this adds the main search experience.
/components-v2.What changed
Adds real search results to Components V2.
The page now searches across:
It also adds source filter chips so users can show or hide sources.
Why
This is the main Components V2 search experience, but without AI reranking. Keeping AI out of this PR makes review easier.
Test plan
/components-v2pnpm exec vitest run src/routes/Dashboard/DashboardComponentsV2View.test.tsxpnpm run typecheck --pretty false