jankapunkt / meteor-autoform-bpmn

Include bpmn-js modeler as autoform template.
MIT License
4 stars 1 forks source link

Resize button to toggle fullscreen #5

Closed jankapunkt closed 6 years ago

jankapunkt commented 6 years ago

Short description of the feature: There should be a button to toggle full screen mode. Fullscreen mode is implemented by adding / removing css that changes the modeler's container and canvas div element's display properties. The result should be a modeler that spans across the full screen on click and resizes back to original size when clicked again

Use-case (why would anyone besides you need this feature, too): Forms may be smaller than the full screen. This can be problematic on smaller screen and can have a negative impact on the modeling usability.

Possible next steps: Add the button, trigger events to add / remove the css classes and implement a good (cross browser) css.

jankapunkt commented 6 years ago

Implemented in 0.1.6