honzaap / Systemizer

A system design tool that allows you to simulate data flow of distributed systems.
https://honzaap.github.io/Systemizer/
GNU General Public License v3.0
1.39k stars 89 forks source link

Multiple selections #29

Closed honzaap closed 3 years ago

honzaap commented 3 years ago

Allow user to select multiple components. That can be done by:

Once multiple components are selected, you can move them together and they will remain the same distance between them. Since properties can change, only the "General" section will be present in options.

honzaap commented 3 years ago

Somewhat done, need some minor tweaks and also store connections of copied components (Issue #31)