-
Notifications
You must be signed in to change notification settings - Fork 418
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
Popup menu search #916
Popup menu search #916
Conversation
philippfromme
commented
Jun 5, 2024
- adds ability for popup menu providers to provide custom search
- default search sorts matches by location (when searching for "foo", "foo bar" will appear before "bar foo")
Example usage here: https://github.com/camunda/camunda-bpmn-js/pull/367/files#diff-1abbb6d8413b72aac12009eae34de187cdc46f9c9eeb5daad527e5c7c43a8df8R23 Not entirely shure if this is the way to do it or wether we should have separate providers for search similar to: https://github.com/bpmn-io/diagram-js/blob/develop/lib/features/search-pad/SearchPadProvider.ts |
e62a656
to
5f694ad
Compare
5f694ad
to
03f4e2c
Compare
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.
Getting back to this PR after #929 is merged. I think this is great!
Released as [email protected]. |
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
Example integration surfaced some issues that we may want to follow-up on: bpmn-io/bpmn-js#2235. |
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.