svg-layout-designer-react/public
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
..
images Merged PR 208: Fix scaling and position of symbols 2022-10-04 09:25:03 +00:00
smartcomponent Add GetEditorStateAsString in events 2022-10-10 09:27:33 +00:00
workers Merged PR 212: Optimize FindChildrenById from O(n) to O(1) 2022-10-12 09:39:54 +00:00
style.css App.scss: Move public style to public css file 2022-08-11 23:41:18 +02:00
svgld-settings.d.ts Merged PR 212: Optimize FindChildrenById from O(n) to O(1) 2022-10-12 09:39:54 +00:00
svgld-settings.js Merged PR 212: Optimize FindChildrenById from O(n) to O(1) 2022-10-12 09:39:54 +00:00
svgld.d.ts moved svgld.d.ts to public folder 2022-09-21 17:02:45 +02:00
vite.svg Initialise project with Vite, React, SCSS, Tailwind, ESLint 2022-07-30 11:38:17 +02:00