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
add category option for context menus #4144
add category option for context menus #4144
Changes from all commits
b98934b
232fc03
867978f
41daddd
c5ce04d
967a8f1
575bae7
39f0f1b
649b21a
a25cbc4
d9bf726
8e7003a
328f47c
357964e
fd7f4b3
aa89276
5da4b35
430cfef
10f2695
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Since we are also updating docs when we touch a previously undocumented service, can you add documentation to the UIActions readme considering that we are updating it now? Look at how Embeddable did the same.
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.
Also describe the difference between grouping and categories in that since its not obvious until you get into the weeds with UIActions
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.
I added some changes to expand on this a bit within the readme for ui actions. There is also some information here:
src/plugins/ui_actions/public/util/presentable.ts
, which should help a bit with more detail. Ultimately though, I think the live example will be the most helpful.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.
I agree, thanks for adding that. The reason I usually ask for the readme is because not many devs know about or use the live example.