Commit graph

37 commits

Author SHA1 Message Date
be7ca26b19 import watch can now also add filters instead of clearing existing 2023-01-20 14:26:15 +00:00
882ad42fa5 added zooming to diagram 2023-01-20 12:05:48 +00:00
a18017124a better zooming 2023-01-20 10:03:40 +00:00
389b20b186 added zooming to edit diagrams 2023-01-16 20:14:08 +00:00
e8b5871e8e fixed bug with dragging new connections 2022-12-27 12:37:21 +00:00
ff569dd626 Changed colors of node IO 2022-12-27 12:09:57 +00:00
ca9ed70ce3 moved logs to 'edit' modal, removed log button 2022-11-22 20:35:36 +00:00
9ced8e75f2 added bigger warning when there are errors 2022-11-21 19:25:30 +00:00
569f9b62a8 improved node width 2022-10-03 20:36:28 +00:00
b4967ca9b0 fixed relative pos of warning sign 2022-10-03 20:32:13 +00:00
59d63bbb77 dead code cleanup 2022-10-02 15:23:12 +00:00
a0ef26cc68 added log/messages for nodes to notify the user when errors occur 2022-10-02 15:08:21 +00:00
b46ebab40a added ability to make new connections 2022-10-02 12:43:36 +00:00
d4d85a27c2 added visible display of number of outputs for a filter 2022-10-02 11:28:52 +00:00
f237fad246 fixed editing nodes 2022-10-02 09:08:23 +00:00
112bf3f726 got clicking and connection delete working 2022-10-02 08:39:03 +00:00
1d8bdfd728 diagram.ts cleanup/refactor, most stuff implemented 2022-10-01 16:48:03 +00:00
3a58fcfe7a filters/connections are loaded from the db 2022-09-20 19:46:04 +00:00
db64e9bc37 can delete nodes from context menu 2022-09-19 19:09:02 +00:00
3b2db2b295 got a context menu for editing + deleting (todo) 2022-09-19 18:56:29 +00:00
99d26f7721 can edit nodes now 2022-09-18 14:46:17 +00:00
fee75e1e17 fixed removing of connections 2022-09-18 13:01:22 +00:00
6c32004b37 can add filter node to diagram 2022-09-18 12:34:20 +00:00
bbe3500928 onresize 2022-09-18 09:41:43 +00:00
e6d8e0fa98 preventing rmb 2022-09-18 09:08:13 +00:00
7d0f1ce8c9 fixed IO collision 2022-09-18 09:02:13 +00:00
92049b4cd5 can't connect nodes that are already connected 2022-09-18 09:00:36 +00:00
247cfbab9a can remove connections now 2022-09-18 08:34:09 +00:00
2f85b2ae76 some attempt at scaling, and set smaller font 2022-09-13 18:01:03 +00:00
6001d86e41 working highlight for delete connection button 2022-09-13 17:37:03 +00:00
4401abf0d1 can make connections between nodes 2022-09-11 13:25:12 +00:00
9c0913bdb4 preventing 'hover' of output when connecting 2022-09-11 13:15:52 +00:00
414d7a2877 added ids to nodes 2022-09-11 13:14:04 +00:00
a61e8343a2 ready to start making connections between nodes 2022-09-11 13:12:14 +00:00
67e9dc694e working input/output segmets for nodes, simplified moveto state 2022-09-11 11:41:04 +00:00
377cd8bcf1 hoverable nodes and more 2022-09-11 08:45:43 +00:00
d4be01166c steps towards rolling own diagram/uml rendering 2022-09-10 12:28:31 +00:00