Simplify component search result cards#2459
Open
Mbeaulne wants to merge 1 commit into
Open
Conversation
This was referenced Jun 23, 2026
🎩 PreviewA preview build has been created at: |
This was referenced Jun 23, 2026
Collaborator
Author
This was referenced Jun 23, 2026
c84f2d9 to
3f017a2
Compare
aca3713 to
514ce6a
Compare
3f017a2 to
36abcff
Compare
514ce6a to
d7eb41c
Compare
36abcff to
2abbc71
Compare
d7eb41c to
cbff091
Compare
03a9087 to
edaa1fe
Compare
cbff091 to
a5c0c78
Compare
a5c0c78 to
67d60c5
Compare
edaa1fe to
02eada8
Compare
67d60c5 to
48c5305
Compare
efdd26a to
ce6e6ab
Compare
41c25b4 to
6da5934
Compare
maxy-shpfy
reviewed
Jun 26, 2026
maxy-shpfy
reviewed
Jun 26, 2026
maxy-shpfy
reviewed
Jun 26, 2026
maxy-shpfy
approved these changes
Jun 26, 2026
aa9fb7b to
1cbbab5
Compare
6da5934 to
0ad0a72
Compare
8 tasks
1cbbab5 to
3df9bcc
Compare
8 tasks
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
Refreshes the component search result UI in both the Flow sidebar and the Dashboard components view for a cleaner, more compact presentation.
Flow sidebar (
ComponentItem):File/FileBadgeicon withPackageand updates icon colors: violet for subgraphs, orange for owned components, blue for others.published_byauthor line and the digest fallback line from each row.formatComponentItemMatchSummaryhelper.group-hoveropacity transition.Dashboard components view (
DashboardComponentsV2View):isDetailOpenprop toComponentCardthat switches the card into a compact single-column row when the detail pane is open, and expands to a responsive multi-column grid otherwise.Annotations: …noise from component descriptions viacleanComponentCardDescription.formatComponentCardMatchSummaryhelper (same prefix/suffix trimming as the sidebar).published_by, lifecycle badges, and relevance score badges in compact mode.Internals:
COMPONENT_SEARCH_MATCH_FIELD_LABELis now module-private (no longer exported).Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The
COMPONENT_SEARCH_MATCH_FIELD_LABELexport removal is a non-breaking internal change; the constant is only consumed withincomponentSearchExplanations.ts.