153 Commits

Author SHA1 Message Date
Aykut Saraç
833f31ae13 remove unused node type 2022-02-15 16:50:12 +03:00
Aykut Saraç
a047b2d36f fix map key issue 2022-02-15 16:50:03 +03:00
Aykut Saraç
5a5e3a009c update icons 2022-02-15 16:30:54 +03:00
Aykut Saraç
d3f9cca4d1 custom hook to detect if localStorage is loaded 2022-02-15 16:30:45 +03:00
Aykut Saraç
b03e63726b disable ssr 2022-02-15 16:30:30 +03:00
Aykut Saraç
b2d1891d64 hide null keys from node 2022-02-15 12:44:44 +03:00
Aykut Saraç
d7b8da00f9 add missing prop to Link 2022-02-14 14:37:13 +03:00
Aykut Saraç
4b53b08868 add option to expand & collapse 2022-02-14 14:36:16 +03:00
AykutSarac
da5ae26949 fix json editor 2022-02-09 22:11:19 +03:00
AykutSarac
bce08c99b2 fix initial data 2022-02-09 22:02:32 +03:00
Aykut Saraç
9802e88838 clear storage on clear fired 2022-02-09 20:56:20 +03:00
Aykut Saraç
d45a5a06df fix customnode type 2022-02-09 20:52:37 +03:00
Aykut Saraç
765a0f0486 localStorage fixes 2022-02-09 20:44:57 +03:00
Aykut Saraç
e53d178ce7 increase zoomIn scale 2022-02-09 16:52:31 +03:00
Aykut Saraç
b5e823e13d add support for colorization 2022-02-09 16:51:18 +03:00
Aykut Saraç
7349be656a fix rerendering on tools toggle 2022-02-09 16:51:00 +03:00
Aykut Saraç
74f8f51d7e style editor header 2022-02-09 16:50:48 +03:00
Aykut Saraç
fb89f2275f add colorization 2022-02-09 16:50:38 +03:00
Aykut Saraç
53b61da68c fix useEffect at sidebar 2022-02-09 15:21:04 +03:00
Aykut Saraç
f42aba2439 add disabled option to sidebar elements 2022-02-09 15:20:23 +03:00
Aykut Saraç
706075edfd toggle controls 2022-02-09 15:08:59 +03:00
Aykut Saraç
0c37312277
Merge pull request #4 from AykutSarac/reaflow-implementation
Reaflow Implementation [v1.2.0-beta]
v1.2.0-beta
2022-02-09 15:00:52 +03:00
Aykut Saraç
3425f79e1b fix nextjs rendering issue 2022-02-09 14:56:27 +03:00
Aykut Saraç
bc55b61d16 add control buttons 2022-02-09 13:45:29 +03:00
Aykut Saraç
1aa5d8aecd reset layout position on json edit 2022-02-09 13:15:27 +03:00
Aykut Saraç
6a94a2c86c update travis.yml 2022-02-09 13:05:27 +03:00
Aykut Saraç
692690e68b editor fix clear issue 2022-02-09 13:03:59 +03:00
Aykut Saraç
9d894e649d clean code & fix structure 2022-02-09 12:56:00 +03:00
Aykut Saraç
065a1868b5 fix editor clear & save issue 2022-02-09 12:55:35 +03:00
Aykut Saraç
d4b09e4f28 remove react-flow-renderer 2022-02-09 12:55:23 +03:00
Aykut Saraç
34f8df1c80 update travis.yml 2022-02-09 11:29:48 +03:00
Aykut Saraç
9fddecaaec fix canvas 2022-02-08 18:53:16 +03:00
Aykut Saraç
6a89b0e57c clean codebase 2022-02-08 18:53:08 +03:00
Aykut Saraç
8cee959751 dynamic node width & height 2022-02-08 18:52:46 +03:00
Aykut Saraç
60f9a29e38 create custom node 2022-02-08 18:52:33 +03:00
Aykut Saraç
c52af82f37 clean code 2022-02-08 00:05:12 +03:00
Aykut Saraç
638a33df17 implement reaflow 2022-02-07 23:57:19 +03:00
Aykut Saraç
0a7c1afc67 Revert "fixed minor bugs & feature implementations"
This reverts commit 2040b9ef77519c416cf92d161ee9614d42c44063.
2022-02-06 18:40:22 +03:00
Aykut Saraç
2040b9ef77 fixed minor bugs & feature implementations 2022-02-06 18:36:19 +03:00
Aykut Saraç
3a1e414dcf temp fix: node size getting too wide 2022-02-06 18:28:54 +03:00
Aykut Saraç
4c80f6f30a fix rerender on save json 2022-02-06 18:28:25 +03:00
Aykut Saraç
1d5e58c18d remove React FC type 2022-02-06 13:26:19 +03:00
Aykut Saraç
11e67298a0 simplify code 2022-02-06 13:22:08 +03:00
Aykut Saraç
a3f3544dea add React.FC type 2022-02-06 13:21:09 +03:00
Aykut Saraç
9ef5ce0a34 add split pane pkg 2022-02-06 13:20:47 +03:00
Aykut Saraç
909ec06c17 add types 2022-02-06 13:20:41 +03:00
Aykut Saraç
8b2822221f convert parser into TS 2022-02-06 13:20:35 +03:00
Aykut Saraç
80c97ba317 add split pane to editor 2022-02-06 13:20:15 +03:00
AykutSarac
a9d7a13656 update README.md v1.0.0-beta 2022-02-04 18:57:26 +03:00
AykutSarac
05881ab4fc fix object key visible 2022-02-04 16:52:11 +03:00