-
Notifications
You must be signed in to change notification settings - Fork 893
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
Allow groups to be categorized within context menus #4073
Comments
The problem with this request is that it assumes a different API model, where plugin developers have a great deal of control over context menu items. The present abstraction (UI Actions) is not a context menu API, and it purposely abstracts away the context menu layout (or whether to even use a context menu component in the first place). So I think this needs to be approached from the perspective of:
|
@joshuarrrr this is a piggy back of what I have been discussing with you and @ashwin-pc that UI actions / registrations into Dashboards doesn't sufficiently support the functionality desired for use provided by OUI components. I am interested in trying to get UI actions and the component closer in support of each other. We have visited this issue in the past when the Anywhere project began being implemented (we ran into this: #3303 @sikhote can you please follow up with a screenshot of the UI you are trying to support? Since this is not the first time we have run into this, and the UX was signed of in accordance of utilizing patterns from OUI components - I would like to see UI Actions expand to meet the necessary use cases that the OUI component solves for. @joshuarrrr can you help us outline the next steps to achieving that? There is work in progress for a visualization panel for a future iteration within OUI that will help resolve issues of scale that were brought up during Anywhere as well as #1242 and other related problems will help alleviate UI scale / extensibility scale. cc: @dagneyb |
FYI I have updated the request with a new screenshot and wording that aligns with the coding approach. |
Is your feature request related to a problem? Please describe.
We are looking for a solution to grouping context menu items a certain way. Currently, context menu items can be ordered or they can be grouped. When grouped, an item is added to the main menu that links to the panel of that group and is separated from other groups. We would like a way to group groups, essentially...a proposed name for this is a category...so that we can place groups next to each other that have the same category (see screenshot for example).
Describe the solution you'd like
A
category
option for a group, which allows other groups of the same category to be next to each other.Describe alternatives you've considered
N/A
Additional context
This is related to opensearch-project/ux#66 and would mostly be used to group together these context menu options: Alerting, Anomalies, and View Event.
The text was updated successfully, but these errors were encountered: