-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat(Actions): re-implemented action with new UI #12982
Conversation
…nd void callback chaining
…nd void callback chaining
...packages/process-editor/src/components/ConfigPanel/ConfigContent/EditActions/EditActions.tsx
Fixed
Show fixed
Hide fixed
...packages/process-editor/src/components/ConfigPanel/ConfigContent/EditActions/EditActions.tsx
Fixed
Show fixed
Hide fixed
...packages/process-editor/src/components/ConfigPanel/ConfigContent/EditActions/ActionsUtils.ts
Fixed
Show fixed
Hide fixed
removed dead code
Cleaned up imports to be relative
...or/src/components/ConfigPanel/ConfigContent/EditActions/ActionsEditor/ActionsEditor.test.tsx
Fixed
Show fixed
Hide fixed
...or/src/components/ConfigPanel/ConfigContent/EditActions/ActionsEditor/ActionsEditor.test.tsx
Fixed
Show fixed
Hide fixed
...-editor/src/components/ConfigPanel/ConfigContent/EditActions/ActionsEditor/ActionsEditor.tsx
Show resolved
Hide resolved
...ents/ConfigPanel/ConfigContent/EditActions/ActionsEditor/CustomActions/CustomAction.test.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/process-editor/src/utils/processActions/processActions.test.ts
Show resolved
Hide resolved
frontend/packages/process-editor/src/utils/bpmn/StudioModeler.ts
Outdated
Show resolved
Hide resolved
...packages/process-editor/src/components/ConfigPanel/ConfigContent/EditActions/EditActions.tsx
Show resolved
Hide resolved
...packages/process-editor/src/components/ConfigPanel/ConfigContent/EditActions/EditActions.tsx
Show resolved
Hide resolved
...mponents/ConfigPanel/ConfigContent/EditActions/ActionsEditor/CustomActions/CustomActions.tsx
Outdated
Show resolved
Hide resolved
.../ConfigPanel/ConfigContent/EditActions/ActionsEditor/PredefinedActions/PredefinedActions.tsx
Outdated
Show resolved
Hide resolved
...ges/process-editor/src/components/ConfigPanel/ConfigContent/EditActions/EditActions.test.tsx
Show resolved
Hide resolved
...ges/process-editor/src/components/ConfigPanel/ConfigContent/EditActions/EditActions.test.tsx
Show resolved
Hide resolved
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.
Some comments added 😄
Thanks! I have taken your feedback into account and changed due to your suggestions. It's all yours! 😎 |
frontend/packages/process-editor/src/utils/processActions/processActions.test.ts
Show resolved
Hide resolved
frontend/packages/process-editor/src/utils/processActions/processActions.test.ts
Show resolved
Hide resolved
Co-authored-by: William Thorenfeldt <48119543+wrt95@users.noreply.github.com>
Co-authored-by: William Thorenfeldt <48119543+wrt95@users.noreply.github.com>
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.
Great Job! 🚀
Description
This PR has refactored the user interface for how actions are handled in the process editor. Additionally, a new class called BpmnActionModeler has been added to create a simpler interface between the process editor and the bpmnjs package. (I had a meeting with the team to present the proposal before creating this pull request).
Related Issue(s)
Verification
(I did leave the ActionModeler out of tests, due to heavy mocking of bpmnjs.)