Commit graph

41 commits

Author SHA1 Message Date
4efbc33893 Allow to start from scratch with a default config 2022-08-07 15:20:17 +02: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
e3228ccffa Moved ContainerModel to Interfaces + replace all components to purecomponent (#12)
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/12
2022-08-05 10:36:40 -04:00
893876ddaa Allow LoadEditor through external resource
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-05 13:49:22 +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
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
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
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
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
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
081d65b62b Devdoc App.tsx 2022-08-03 00:23:02 +02:00
05622c3a64 Fix type check + moved width and height to rect property 2022-08-01 19:42:28 +02:00
d2492520b4 Big refactoring with properties + Implement Property 2022-08-01 16:16:31 +02:00
5121259e83 Fix dfs and Element's id 2022-08-01 12:19:11 +02:00
e5012256de Rename SVGSidebar to ElementsSidebar 2022-08-01 11:45:02 +02:00
94c9ac26c0 Container: Updated id format + add feedback for the selected container 2022-08-01 11:11:07 +02:00
893b525d45 Implement add on selected container 2022-08-01 11:02:44 +02:00
092b156cc0 Implement selected container 2022-08-01 10:50:58 +02:00
63d72b883b Remove MainContainer as it is the same as Container 2022-07-31 23:40:04 +02:00
2a445cfdc2 App.tsx: Remove headers in request 2022-07-31 23:21:00 +02:00
87baffefff Add style and userdata to Container 2022-07-31 19:24:24 +02:00
90dac41a04 Move SVG folder to Components 2022-07-31 19:13:52 +02:00
aa33ab4019 http.js: fix width property + change default action to append 2022-07-31 19:12:03 +02:00
ca79e18e53 Better handling of Container keys 2022-07-31 19:00:24 +02:00
6c029ac13c Implement container adding 2022-07-31 18:55:36 +02:00
70963ce41f Delegate MainContainer to App 2022-07-31 18:41:34 +02:00
6db63d5a47 Replace svg-pan-zoom by react-svg-pan-zoom 2022-07-31 17:34:47 +02:00
17aa2b0961 Add SVG Sidebar 2022-07-31 15:37:01 +02:00
cfd6633e61 Change menu button style 2022-07-31 00:11:50 +02:00
d9822fdabc Rename interfaces 2022-07-31 00:11:37 +02:00
Hydroxycarbamide
40fae7dde3 Implement MainContainer 2022-07-30 23:43:28 +02:00
Hydroxycarbamide
adf86ebea1 Create sidebar 2022-07-30 22:02:56 +02:00
Hydroxycarbamide
60dc0b56bb Change API variable name 2022-07-30 20:24:58 +02: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