Commit graph

13 commits

Author SHA1 Message Date
Eric Nguyen
b2644a039e Merged PR 366: Refactor Canvas, SVG and Viewer parameters 2023-02-17 16:20:31 +00:00
Eric NGUYEN
9cf56b308b Canvas: Add symbol selector 2023-02-17 16:09:36 +01:00
Eric NGUYEN
fe72768142 Canvas: Add symbol dimension + Clean Viewer 2023-02-17 15:37:08 +01:00
Eric NGUYEN
5544eb05a4 Canvas: Implement dimension style 2023-02-17 15:09:48 +01:00
Eric NGUYEN
9aec5ae751 Merge branch 'master' into master.7687.ReplaceBy 2023-02-14 16:44:50 +01:00
Eric NGUYEN
9797ada55a Replace isComponentsOpen, isSymbolsOpen by SelectorMode in SVG.tsx 2023-02-10 17:07:26 +01:00
Carl Fuchs
579422653b Implement Highlight on symbols 2023-02-09 15:30:31 +01:00
Carl Fuchs
8a99ef4cfd Merged PR 315: ErgonomieTreeView
Affichage fonctionnelle sous forme de toolbar vertical, comme dans les IDE

Related work items: #7976
2023-02-07 14:25:53 +00:00
Carl Fuchs
e789300090 Implemtation in progress, UIX working , replacing in ContainerOperations.ts working but not properly need fix 2023-02-06 16:45:34 +01:00
Eric Nguyen
b4eba6bb9b Merged PR 216: Deprecate parent from IContainerModel for FindContainerById 2022-10-17 16:01:06 +00:00
Eric Nguyen
c256a76e01 Merged PR 212: Optimize FindChildrenById from O(n) to O(1)
Optimize FindChildrenById from O(n) to O(1):
- Deprecate FindContainerByIdDFS
- Container: Replace Children to string[]
- Add HashMap to IHistoryState that contains all containers

To access a container by id now cost O(1) without any additional cost

+ Implement CICD for SVGLibs
2022-10-12 09:39:54 +00:00
Eric Nguyen
2cb851866b Merged PR 209: Implement Symbols in Canvas mode 2022-10-04 13:25:07 +00:00
Eric Nguyen
0d05f0959c Merged PR 203: Improve responsive design and refactor layout 2022-10-03 12:05:16 +00:00