Commit graph

20 commits

Author SHA1 Message Date
Eric Nguyen
460669987d Merged PR 392: Events: Fix needing to use setTimeout for callbacks 2023-03-01 09:53:06 +00:00
Eric NGUYEN
5b3ab651e6 Add more eslint rules 2023-02-23 13:54:30 +01:00
Eric NGUYEN
4bbb916788 Merge branch 'master' into eslint-fixes 2023-02-17 10:36:25 +01:00
Eric NGUYEN
67678c0f3a Add more rules 2023-02-17 09:52:08 +01:00
Eric Nguyen
41b32ee48f Merged PR 335: Updated .eslintrc.cjs: Add max-len 120
Updated .eslintrc.cjs: Add max-len 120
2023-02-14 16:29:05 +00:00
Eric Nguyen
e19d17c325 Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found 2023-02-14 10:06:36 +00:00
Eric NGUYEN
8b11c71384 Fix lot of eslint problems 2022-11-21 13:47:04 +01:00
Eric Nguyen
87c4ea1fe5 Merged PR 171: Refactor the multiple context menus into a single component + Fix eslint
Refactor the multiple context menus into a single component + Fix eslint
2022-08-29 15:03:47 +00:00
Eric Nguyen
ad126c6c28 Merged PR 170: Add new eslint rules
- naming-convention
- prefer-arrow-callback
- func-style
- import/no-default-export
2022-08-26 16:13:21 +00:00
Eric Nguyen
3f58c5ba5e Merged PR 169: Fix bugs with flex + Disable obnoxious swals + Add selector text + Sort SVG scss to different files
- Disable PushBehavior and set it in a different file
- Fix behviors when parent === undefined
- Fix flex behavrios when using anchors
- Fix siblings not applying flex to theirs children on container delete
- Fix flex behavior when using anchors
- Enable flex by default
- Disable obnoxious swals
- Add selector text
- Sort SVG scss to different files

Others: Add some todos
2022-08-26 13:59:03 +00:00
4971ec7e5d Add swals + Remove incompatible saves + add new tests
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-18 12:13:51 +02:00
Eric Nguyen
e96e4f123b Merged PR 18: Add support for custom SVG
Some checks failed
continuous-integration/drone/push Build is failing
Add support for custom SVG
Add userData back into IProperties
Added library interweave
Update example
2022-08-17 13:43:24 +00:00
Eric NGUYEN
3d7baafc17 Clean elementsSidebar and fix eslint
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-16 09:57:59 +02:00
d11dfec22b Fix misuse of Hooks with useRef (#24)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/24
2022-08-11 09:10:06 -04:00
Eric Nguyen
616fe3e9ac Merged PR 17: Implement rigid body Fix multiple bugs
Implement rigid body

Fix saveload bug: having null elements
Fix events being duplicated and not being removed
2022-08-11 08:43:10 +00:00
293af45144 Refactor Editor and module functions (#15)
All checks were successful
continuous-integration/drone/push Build is passing
Moved all module functions to separate utils modules

Replaced standard with standard with typescript

Extracted UI elements to separate component

Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/15
2022-08-05 15:38:44 -04:00
e2ad8d6ebd Implement basic save/load (still needs some fixes)
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-04 17:09:42 +02:00
1f1babe49f Implement testing library (#2)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Eric NGUYEN <enguyen@techform.fr>
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/2
2022-08-03 08:45:16 -04:00
Hydroxycarbamide
b4806db91a Implement SmartMenuiserie API + added bun test-server 2022-07-30 19:56:41 +02:00
Hydroxycarbamide
281cd92194 Initialise project with Vite, React, SCSS, Tailwind, ESLint 2022-07-30 11:38:17 +02:00