Commit graph

33 commits

Author SHA1 Message Date
Eric NGUYEN
2c6b511a2f Update SmartComponent.md 2023-01-25 10:00:00 +01:00
Eric NGUYEN
a442ffa144 Add Release protocol 2022-11-21 16:41:48 +01:00
Eric NGUYEN
5b9a0e6b34 Update documentation 2022-11-10 15:38:37 +01:00
Eric Nguyen
1116185b9f Merged PR 227: Refactor Properties in ContainerProperties
Commit 927934a5: Refactor Style inputs to replace React.CSSProperties by IStyle
2022-11-08 09:09:17 +00:00
Eric Nguyen
505813d530 Merged PR 225: Implement translations
Implement translations with useContext in React
+Add events to allow changing the language in the app
+Refactor AppEvents
+Redesign vertical bars in elements
2022-11-04 10:58:06 +00:00
Eric NGUYEN
27f2e950c7 Add SVGLD_Cotes as PDF 2022-11-02 12:56:57 +01:00
Eric NGUYEN
5f29d1febc Add SVGLD_Cotes.pptx to lfs 2022-11-02 12:49:57 +01:00
Eric NGUYEN
c693fc9a20 Update SmartComponent.md 2022-10-17 17:04:25 +02:00
Eric NGUYEN
6786417349 Add missing link to Home.md 2022-10-17 15:43:55 +02:00
Eric NGUYEN
41dd119200 Added Application.md + add more TODOs 2022-10-17 15:42:53 +02:00
Eric NGUYEN
df94e7904d Add web worker documentation 2022-10-17 13:10:44 +02:00
Eric NGUYEN
f1a9d912b8 Added ContextMenu documentation + added some tl;dr 2022-10-17 12:56:31 +02:00
Eric NGUYEN
5a17f2ba6c Remove yule cake 2022-10-17 12:20:31 +02:00
Eric NGUYEN
3627a9718e Sort documentation 2022-10-17 12:19:40 +02:00
Eric NGUYEN
d368641200 Revert "Move settings to public/svgld-settings.js"
This reverts commit 2cf56632155f5378c8819991b1b42ab135cbe384.
2022-10-12 18:08:35 +02: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
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
All checks were successful
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
Some checks failed
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
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-16 17:45:52 +02:00
Eric NGUYEN
7014f520b9 Update documentation
All checks were successful
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)
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-08 23:15:26 +02:00
822cd4107d Add some simple documentation
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-08 23:07:55 +02:00