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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtual Entries in Component Browser #3621
Virtual Entries in Component Browser #3621
Changes from 140 commits
ecaef8d
f3cf705
b7cfc59
239fa38
f7a53c5
3868756
b5a565d
ed5de9f
fd6d9ea
fa94e59
f78979e
f087d8d
2fd6f6e
4a05df1
feae78e
e56ded7
7d78753
6051072
15383fb
d13dcbe
9b928fa
f93ca4d
670d99f
ccf61f3
903490f
05425d6
3674066
2504aac
b65f8ad
07ff1e1
1d254de
de90f8c
6b0dcfc
a23234b
c059e58
6699a01
d452d4e
ecb08b4
ccc4f2d
3d41309
60cd659
2477947
0adc6b5
f4ce0df
1147898
42f2523
ba51d70
a3f9fed
2302445
591bd2c
082ee6d
91b8f97
ef11376
5e4ddd7
9dbc18f
844d619
4bbf8fc
7ed7c9e
16e4647
15b483f
1ede8b0
8a331de
35b1aa8
2ab03df
c8c130b
58acf49
771338c
cdd042c
db91d0d
ae5cd0c
ee3dc74
f28ddf6
a77afe3
25c12e9
2940e31
a81c20b
a23ceba
0a66c9d
2705eb0
ef29792
efafbbc
1b72380
fffc060
ec9b075
ba1180f
01c46fe
c7d8536
13ec195
a5eb3e2
81c9b3f
a69aa90
9497cd5
1d07b5b
61b9be3
840c620
26a77a1
e78010d
471a88f
ab09fa1
7a6e6ad
2710109
d02cb07
d103e49
54afe55
39287ab
0046308
3c9a2f4
889ded4
37d7b98
143385c
f9fe2db
e7da4b2
348abd5
c745948
e383a19
6e605e5
4749c6e
c45e851
71dba14
9058ced
eb13f34
7049e1e
e045d84
42da186
cea60f3
fa3b2c3
969cd92
297a502
9152c11
bb7a481
d94aece
73287eb
534d600
7fccc48
0608afe
a022cc5
567bab3
02e60e5
ac52077
ab701f1
ef6fda1
7b78121
5126554
4e16081
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the more explicit info how the "component from snippet" work: that the snippet has defined return type, and accepting the component shall just put the snippet at the end of searcher input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on our discussion, I did not mention return type, as it is not currently used. I also did not mention "end of searcher input", but instead used similar phrasing as was used in the documentation of
Component
before.