Commit graph

288 commits

Author SHA1 Message Date
69a4b6e15d can delete watches 2022-09-25 15:17:48 +00:00
63b519ec2e more cleanup 2022-09-25 15:10:16 +00:00
913693d9d8 cleanup 2022-09-25 15:09:20 +00:00
81d8a01a65 working creation/editing of watch (with filters/connections) 2022-09-25 14:56:15 +00:00
1a67ecc056 got watch/filter data to go code 2022-09-25 10:55:32 +00:00
31541575be added typescript compile command to readme 2022-09-20 19:46:17 +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
b9e7b57135 removed debug log 2022-09-18 15:33:15 +00:00
99d26f7721 can edit nodes now 2022-09-18 14:46:17 +00:00
dff5a7d5b9 properly center new nodes 2022-09-18 13:01:38 +00:00
fee75e1e17 fixed removing of connections 2022-09-18 13:01:22 +00:00
0ebe369f7e name changes before bigger changes 2022-09-18 12:49:45 +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
745c008c9c fix 2022-09-11 13:16:23 +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
b65a30639e some stuff dunno 2022-09-04 15:00:42 +00:00
63763582c3 fixed scraping methods with and tests 2022-09-03 14:52:56 +00:00
27695ebdf3 working recursive filters with tree reconstruction 2022-09-03 14:52:37 +00:00
afc2dbea08 fixed depth 2022-08-29 17:49:22 +00:00
07d7de60d8 working recursive filters 2022-08-29 16:31:06 +00:00
62bd66f771 git stash for recursive filter stuff that might be over complicated 2022-08-25 17:09:42 +00:00
972a4b0447 -todo 2022-08-13 08:52:03 +00:00
b1e1313b31 rename from go-watch-and-tel to go-watch 2022-08-13 08:42:02 +00:00
2b138cadc7 removed some stuff 2022-08-13 08:39:33 +00:00
00ff7c70da added tests for json filter 2022-08-12 12:10:45 +00:00
6b181f094b fixed bug in json filter 2022-08-12 12:10:41 +00:00
8edf5eb642 added json filter 2022-08-12 11:40:05 +00:00
9e578a9e19 added tests for regex match 2022-08-11 19:10:05 +00:00
84c204cedf added tests for regex replace 2022-08-11 19:03:12 +00:00
24dd2bf145 added css filter tests 2022-08-11 18:57:14 +00:00
b9038d5a7e more tests for xpath 2022-08-11 18:51:56 +00:00
ab7a7fd534 added test for XPath filter 2022-08-11 18:28:11 +00:00
ab3f02778f removed 'to' input for match update form 2022-08-11 18:27:58 +00:00
42dc916966 got regex replace and regex match working 2022-08-11 18:27:43 +00:00
1c3c38b614 in between commit 2022-08-08 19:48:10 +00:00