feat: add custom UI for append anything menu#879
Merged
Conversation
This commits introduces a custom element template chooser built as a standalone Preact-based bpmn-js plugin (`libs/element-template-chooser/`), replacing the upstream `@bpmn-io/element-template-chooser`. The new chooser provides: - Modal overlay with search, category filtering, and keyboard navigation - Split layout: template list (left) and detail preview panel (right) - Parameter preview with input/output/property categorization and badges (required, read-only, optional) - Implementation detail extraction (topic, delegate, Java class, called element) - Dark/light theme support via CSS custom properties - Development fixtures: C7 call activity + element templates, C8 cloud and standard samples - Comprehensive documentation and Playwright testing skill Key changes: - New library at `libs/element-template-chooser/` with `ElementTemplateChooser` DI service - CSS tokens (`--etc-*`) for theming; dark-theme overrides in webview styles - Mock BPMN XML and template fixtures for dev mode testing - Updated `modeler.ts` to import from `@bpmn-modeler/element-template-chooser` - Translation module fix: suppress missing-key warnings in `en` locale - Playwright MCP config and browser testing skill documentation - Vite esbuild config to compile JSX with Preact's `h()` function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.