Commit graph

17 commits

Author SHA1 Message Date
b5aa002877 Replaced usage of render() by their JSX constructor
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-05 16:23:33 +02:00
415318a81c Fix Error message when string empty in input
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-05 13:03:00 +02: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
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
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
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
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
d2492520b4 Big refactoring with properties + Implement Property 2022-08-01 16:16:31 +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
ea156060c4 Add Container to SVGSidebar + disable Symbol for userdata 2022-08-01 00:30:43 +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
Renamed from src/SVG/Elements/Container.tsx (Browse further)