Skip to content
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

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Popup menu search #916

merged 2 commits into from
Sep 13, 2024

Conversation

philippfromme
Copy link
Contributor

  • 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")

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Jun 5, 2024
@philippfromme
Copy link
Contributor Author

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

@philippfromme philippfromme added the ready Ready to be worked on label Jun 25, 2024 — with bpmn-io-tasks
@philippfromme philippfromme removed the in progress Currently worked on label Jun 25, 2024
@philippfromme philippfromme force-pushed the popup-menu-search branch 2 times, most recently from e62a656 to 5f694ad Compare July 18, 2024 14:50
@philippfromme philippfromme added the needs review Review pending label Jul 23, 2024 — with bpmn-io-tasks
@philippfromme philippfromme removed the ready Ready to be worked on label Jul 23, 2024
@philippfromme philippfromme marked this pull request as ready for review July 23, 2024 11:59
@philippfromme philippfromme requested a review from nikku July 23, 2024 11:59
@philippfromme philippfromme added ready Ready to be worked on and removed needs review Review pending labels Aug 21, 2024
Copy link
Member

@nikku nikku left a 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!

image

@nikku nikku merged commit 52e5899 into develop Sep 13, 2024
11 of 12 checks passed
@bpmn-io-tasks bpmn-io-tasks bot removed the ready Ready to be worked on label Sep 13, 2024
@nikku nikku deleted the popup-menu-search branch September 13, 2024 14:01
@nikku
Copy link
Member

nikku commented Sep 13, 2024

Released as [email protected].

nikku added a commit to bpmn-io/bpmn-js that referenced this pull request Sep 13, 2024
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
@nikku nikku mentioned this pull request Sep 13, 2024
4 tasks
nikku added a commit to bpmn-io/bpmn-js that referenced this pull request Sep 13, 2024
This ensures we build upon the new search abstraction, built via bpmn-io/diagram-js#916.
@nikku
Copy link
Member

nikku commented Sep 13, 2024

Example integration surfaced some issues that we may want to follow-up on: bpmn-io/bpmn-js#2235.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants