|
4a797c69ce
|
added test with db, checking if it works in drone
|
2022-09-30 19:50:56 +00:00 |
|
|
762a04bb6f
|
added tests and fixed scraping code
|
2022-09-30 19:12:33 +00:00 |
|
|
aab64cc59b
|
added condition filter type
|
2022-09-30 14:22:37 +00:00 |
|
|
5a0e6c0e43
|
working 'store' filter
|
2022-09-30 10:59:15 +00:00 |
|
|
a75cdaf916
|
added sum and round filters
|
2022-09-29 18:03:57 +00:00 |
|
|
9945cba323
|
fixed last bit of math filtertype
|
2022-09-29 17:11:14 +00:00 |
|
|
9baa980df6
|
removed debug print
|
2022-09-27 18:30:40 +00:00 |
|
|
1a5344b967
|
refactored the typescript handling adding/editing filters
|
2022-09-27 18:27:21 +00:00 |
|
|
13b7093349
|
got scraping working on filters
|
2022-09-26 19:49:31 +00:00 |
|
|
90ff748fa3
|
fixed test
|
2022-09-25 16:01:46 +00:00 |
|
|
49fa0b97b3
|
added util.buildFilterTree
|
2022-09-25 15:53:04 +00:00 |
|
|
c701063fb4
|
added parents/children to filter model, fixed scraping (+tests)
|
2022-09-25 15:52:53 +00:00 |
|
|
499bb09125
|
removed leftover print
|
2022-09-25 15:52:22 +00:00 |
|
|
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 |
|