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
8a22255955
Update Project_Structure.md
2022-10-10 11:32:52 +02:00
Eric NGUYEN
21447b7723
Update componentStructure documentation
2022-10-03 17:11:40 +02:00
Eric NGUYEN
459e83a0c8
Revert "md: Replace tsx by ts for highlightjs support"
...
This reverts commit 8535416acc
.
2022-09-23 18:16:37 +02:00
Eric NGUYEN
8535416acc
md: Replace tsx by ts for highlightjs support
2022-09-23 18:10:30 +02:00
Eric NGUYEN
e5e9f7f7c0
Added more documentation
2022-09-22 17:45:35 +02:00
Eric NGUYEN
74debbf90c
Update documentation
2022-09-22 10:51:11 +02:00
Eric NGUYEN
54d0504c90
Translate behviors to french and add missing behaviors documentation
2022-09-21 14:39:07 +02:00
Eric Nguyen
7f3f6a489a
Merged PR 167: Add Flex and fix bugs (read desc)
...
Note: The branch name does not fit the new features.
- Implement Flex with simplex
- Enable rigid body by default (removed IsRigidBody property) <=== possibly a bad idea
- Sort children in add and update properties
- Implement MaxWidth
- Add more docs
Fixes :
- .env.production url
- Symbols: not blocking the linked container when the parent is moving
2022-08-25 13:28:32 +00:00
Eric Nguyen
66ea3b1b64
Merged PR 163: Remove the static form + rename some components for clarity
...
continuous-integration/drone/push Build is passing
The static form is hard to maintain so I am removing it + rename some components for clarity + moved some utils files
2022-08-22 14:37:25 +00:00
b19180d126
Added behaviors documentation
2022-08-19 13:36:47 +02:00
Eric NGUYEN
c7bc77b08f
Fix build version of the project because of web workers
2022-08-17 17:47:16 +02:00
Eric NGUYEN
0bbf999838
Update dependencies.md about deprecation of dependencies
continuous-integration/drone/push Build is failing
2022-08-17 15:53:09 +02:00
Eric NGUYEN
d29d1f5054
Better description of add + fix regression form validation + fix http server not using strokeWidth + add doc about hardcoded
continuous-integration/drone/push Build is passing
2022-08-16 17:45:52 +02:00
Eric NGUYEN
7014f520b9
Update documentation
continuous-integration/drone/push Build is passing
2022-08-16 15:17:34 +02:00
c81a6fe44b
Implement events for external use + Rename interfaces with a I prefix + add some documentation ( #26 )
...
continuous-integration/drone/push Build is passing
Implement events for external use
Rename interfaces with a I prefix
Add some documentation
Co-authored-by: Eric NGUYEN <enguyen@techform.fr>
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/26
2022-08-12 06:36:14 -04:00
ceaea43288
Added CICD doc + update README.md
continuous-integration/drone/push Build is passing
2022-08-08 23:15:26 +02:00
822cd4107d
Add some simple documentation
continuous-integration/drone/push Build is passing
2022-08-08 23:07:55 +02:00