Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First version Single Line Diagram editor (#376)
* Added initial Single Line Diagram editor * Fixing unit tests * First batch * Every element is a group now * Bit of refactoring * Bit of refactoring * Refactoring * Added Connectivity Node route drawing * Some refactoring * refactoring * Added terminal check for Connectivity Nodes * Very small refactoring * Finalized BusBar * First try using equipment icons * Added elements * refactoring * Added first SingleLineDiagram unit test * Fixing build * Added unit tests for foundation * Remove panzoom temporary, because it's not working correctly during testing * Small refactoring * Added different text size for different components * Remove text from Connectivity Node * Added unit tests * Added terminals * small refactoring * Refactoring * Refactoring * More refactoring * More refactoring * More refactoring + adding Panzoom * Review comment * Work after review * Removed embedded SVG implementation * refactor: make eslint happy * refactor(SingleLineDiagram): filter for ConnecitvityNode grounded * refactor(editors/singlelinediagram/sld-drawing): make use of the transform attribute * test(editors/singlelinediagram/sld-drawing): remove osolet tests * refactor(SingleLineDiagram): hide overflow of SLD * refactor: use identity string as identifier * refactor(singlelinediagram/sld-drawing): import connectivityNode directly * feat(icons): add two winding power transformer icon * refactor(SingleLineDiagram): simplify position/coordinates handling * refactor: simplify bas bar length calculation * feat(SingleLineDiagram): add PowerTransformer to SLD * fix(SingleLineDiagram): not connected route in SLD Editor (#391) * Intermediate commit * Added default dimensions for ConductingEquipment * Slow revert * Make ESLint happy * Small refactoring * Removed drawRoute alias Co-authored-by: Rob Tjalma <rob@tjalma.com> * Added terminal and Connectivity Node information (#402) * Added terminal/connectivity node information * Removed console.log * Some refactoring * Small refactoring * fix(translations/de): add missing German translations Thank you very much for adding these nice wizards to translate! 👍 Co-authored-by: Rob Tjalma <rob@tjalma.com> Co-authored-by: Christian Dinkel <chhildeb@gmail.com> Co-authored-by: Rob Tjalma <rob@tjalma.com> Co-authored-by: Jakob Vogelsang <jakob.vogelsang@omicronenergy.com> Co-authored-by: Christian Dinkel <chhildeb@gmail.com>
- Loading branch information