Skip to content

Commit

Permalink
story: modeler extension (#1279)
Browse files Browse the repository at this point in the history
* Updated bpmn modeler to latest version

* Added custom renderer

* Updated other BPMN viewers

* WIP

* WIP

* WIP

* upgrade and lock deps

* work on editor

* work on editor

* version switch, progress

* read only tag

* only switch version when different from current

* disable overflow

* system tags

* use navigated viewer instead of viewer

* panel, fix styling

* no changes pending on version switch

* small styling improvement

* wip

* refactor to service

* work on accessing service in provider

* wip

* work on edit event

* working open edit modal

* update bpmn view

* unlink click

* open modal on create event

* respond to create event, implement for form flow

* wip

* cleanup

* improvements

* add export func

* work on create

* upload and create carbon list

* disable dark mode

* clean up

* try to fix migration

* fix lint

* fix deps

* fix migration screen

* include properties panel for styling again

* pr comments

* carbonize upload modal

* comment

---------

Co-authored-by: Ivo Zaal <[email protected]>
  • Loading branch information
mbritense and ivo-ritense authored Dec 5, 2024
1 parent 39581a1 commit f9c67da
Show file tree
Hide file tree
Showing 75 changed files with 5,531 additions and 5,112 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn.css",
"node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css",
"node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css",
"node_modules/bpmn-js-properties-panel/dist/assets/bpmn-js-properties-panel.css",
"node_modules/@bpmn-io/properties-panel/dist/assets/properties-panel.css",
"dist/valtimo/components/assets/css/ng-multiselect-dropdown.theme.scss",
"dist/valtimo/layout/assets/css/app.css",
"src/styles.scss",
Expand Down
Loading

0 comments on commit f9c67da

Please sign in to comment.