Commit graph

84 commits

Author SHA1 Message Date
d1e04769bb http.js reduce API size 2022-08-05 10:45:16 +02:00
0fd354fc1f Fix text not centered 2022-08-05 10:37:39 +02:00
6f45e07fee Fix: Container not updating when changing their attribute
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-08-04 19:55:42 +02:00
f524e8f7b9 Fix json selected container by saving its id
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-08-04 19:30:48 +02:00
7b704fa33d Rename isSVGSidebarOpen to isElementsSidebarOpen + fix position with export button 2022-08-04 19:03:31 +02:00
8081e7fee9 Fix regression in fetchConfiguration
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-04 18:32:40 +02:00
8b110020e1 Add vitest/ui 2022-08-04 18:32:24 +02:00
8cee073f39 Add Style to save button
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-08-04 18:17:45 +02:00
70e1031245 Add react Heroicon
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-04 18:06:11 +02:00
cf49ad644a Implement revive of json after load + Added parentId
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-04 18:02:27 +02: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
340cc86aa9 Extract Editor from App
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-04 14:53:49 +02:00
72dfb4f9bb Improve history style (#5)
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/5
2022-08-04 08:12:22 -04:00
86535f9940 Merge pull request 'Separated the model and the Container entity in order to remove any mutation operation' (#3) from dev.containermodel into dev
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/3
2022-08-04 07:52:16 -04:00
e2a099457c Separated the model and the Container entity in order to remove any mutation operation
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-04 12:57:34 +02:00
964d9a0e57 Implement history form
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-04 11:17:59 +02:00
fab40f5cf7 Implement history
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-04 10:23:48 +02:00
767afb230d Add selector an animation
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-04 00:22:39 +02:00
d959945da7 Dev docs Container
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-04 00:12:06 +02:00
7236fc85bf Implement basic selector + fix text position
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 23:59:53 +02:00
42cd768cf4 Change menu buttons
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 23:00:03 +02:00
ff059626a3 Change text style 2022-08-03 22:52:39 +02:00
23de954c6f Changed index.css to scss 2022-08-03 22:46:05 +02:00
5f312b9ff7 Add text to container 2022-08-03 22:43:42 +02:00
c5171caaaa Moved usage of Dimension directly inside the Container class and disable DimensionLayer
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 22:38:55 +02:00
Eric NGUYEN
8cee366484 Remove bun installation from drone
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 16:42:13 +02:00
Eric NGUYEN
a95e76865c Update .drone.yml + update README.md
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 16:41:26 +02:00
Eric NGUYEN
85169f198e Added nodejs webserver 2022-08-03 16:37:23 +02:00
Eric NGUYEN
b07acdb83d drone.yml: Add Bun to PATH
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-03 16:05:24 +02:00
Eric NGUYEN
05e9013c3b Added API tests + added vitest.config.ts + added fallback of window.fetch with xmlhttprequest
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-03 16:03:39 +02:00
Eric NGUYEN
0bf6b173f4 http.js: Fix wrong pathname for SplitRemplissage 2022-08-03 15:16:54 +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
081d65b62b Devdoc App.tsx 2022-08-03 00:23:02 +02:00
06ab515e71 Changed MainContainer dimension to something more respectable 2022-08-03 00:02:59 +02:00
c54e9ff3cb Implement dimension 2022-08-03 00:02:41 +02:00
be00496581 Moved static GetDepth to getDepth class method 2022-08-02 23:36:31 +02:00
8792c8bee5 Moved ElementsSidebar dfs to iterator in Container 2022-08-02 23:31:53 +02:00
0dc078493a Fix reversed list 2022-08-01 22:35:04 +02:00
05622c3a64 Fix type check + moved width and height to rect property 2022-08-01 19:42:28 +02:00
6ac76f6619 Add animation to container 2022-08-01 19:21:13 +02:00
42d2d20fd0 Add framer motion + add animation on elementsSidebar 2022-08-01 19:08:40 +02:00
d155e345e8 Improve sidebar style 2022-08-01 17:15:45 +02:00
d2492520b4 Big refactoring with properties + Implement Property 2022-08-01 16:16:31 +02:00
43fb019e05 Improve style for sidebar elements 2022-08-01 12:30:59 +02:00
5121259e83 Fix dfs and Element's id 2022-08-01 12:19:11 +02:00
b2a020730c ElementsSidebar: Fix hover color 2022-08-01 11:45:41 +02:00
e5012256de Rename SVGSidebar to ElementsSidebar 2022-08-01 11:45:02 +02:00
106c403125 test-server: Fix again 2022-08-01 11:28:20 +02:00
a70c336e80 test-server: Truly fix the api 2022-08-01 11:26:52 +02:00
94c9ac26c0 Container: Updated id format + add feedback for the selected container 2022-08-01 11:11:07 +02:00