Commit graph

19 commits

Author SHA1 Message Date
Eric Nguyen
9bbdac088e Revert "Run eslint src --fix" 2023-02-17 09:34:48 +00:00
Eric NGUYEN
25cb0d14f7 Run eslint src --fix 2023-02-10 16:29:10 +01:00
Eric NGUYEN
a8723ffd27 Remove usage of ContainerModel rather than IContainerModel 2022-11-08 10:26:34 +01:00
Eric Nguyen
4ff2e0b7fb Merged PR 226: Implement associated container and default X, Y position for Symbol
Implement associated container and default X, Y position for Symbol

Related work items: #7537, #7540
2022-11-07 08:59:25 +00:00
Eric NGUYEN
e63b2779e1 Implement Insert in SetContainerList 2022-11-04 15:56:17 +01:00
Eric NGUYEN
0d761e6a41 Fix mutation of config after SetContainerList 2022-11-04 15:41:20 +01:00
Eric NGUYEN
60a3ead6aa Fix BuildPatterns not iterating from beginning to the end 2022-11-03 10:04:41 +01:00
Eric NGUYEN
b44c6fb477 Refactor and fix potential bug in InitializeChildrenWithPattern when pattern is not found in the config 2022-10-18 16:22:44 +02:00
Eric NGUYEN
5bc47d02cb Refactor InitializeChildrenWithPattern 2022-10-18 16:16:30 +02:00
Eric NGUYEN
d778e85b99 #7344 Fix AddContainer pattern wrong order 2022-10-18 15:00:19 +02:00
Eric NGUYEN
b1b30e8486 Refactor AddContainerToSelectedContainer 2022-10-17 19:32:27 +02: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
417829945f Move Orientation enum to enum folder 2022-09-29 11:56:23 +02:00
Eric Nguyen
18cbacaca1 Merged PR 196: Implement Vertical orientation + Upgrade Heroicons to 2.0
Implémenter l'orientation verticale

Modifier l'effet de append

Implementer RigidBody

Implementer Flex et simplex

Implémenter Push

Implémenter Swap

Implement MinMaxHeight without behaviors

Fix Margin for Height

Implement PositionReference

Fix dimension vertical position inside children

Add orientation change in form

Implement sortChildren

Implement Anchor

Fix warning message on overlapping

Fix minimap when root container is vertical

#7287
#7288
#7289
#7290
#7291
#7292
#7294
#7295
#7296
#7297
#7298
#7299
#7300
#7301
#7302
2022-09-28 16:07:56 +00:00
0d557624f7 Fix InitializeDefaultChild not using AddNewContainerToParent and ignoring subchildren 2022-09-15 09:33:42 +02:00
012c826461 Revert "Restore InitializeDefaultChild"
This reverts commit 4aad6b2f4c.
2022-09-15 09:31:34 +02:00
Eric NGUYEN
4aad6b2f4c Restore InitializeDefaultChild 2022-09-14 18:17:54 +02:00
Eric NGUYEN
498ca9dc75 Move all AddContainer functions to a different file and fix default.ts 2022-09-14 17:32:25 +02:00