Commit graph

72 commits

Author SHA1 Message Date
8afed641af added bootstrap to static instead of from cdn 2023-01-07 09:12:20 +00:00
fe0102ac09 moved js func to edit.ts to avoid console error on other pages 2023-01-02 13:06:50 +00:00
2bd8d03331 added favicon 2023-01-02 13:01:36 +00:00
f2996e90bd added clear cache button to edit page 2022-12-27 15:51:54 +00:00
e9873a7c85 added create watch templates 2022-12-27 15:14:47 +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
25cf91966e added unique filter type 2022-12-26 11:51:10 +00:00
1d5d47a0ff fixed new watch filter bug 2022-12-18 10:19:45 +00:00
04962b1770 switched to js popup to create new watch 2022-12-17 10:11:33 +00:00
6d4d5707b7 notify filter can pick what notifier to use 2022-12-10 11:22:56 +00:00
26fc21e30e added lua snippets 2022-12-02 14:53:24 +00:00
ca9ed70ce3 moved logs to 'edit' modal, removed log button 2022-11-22 20:35:36 +00:00
882130053c added lua filter 2022-11-22 20:06:12 +00:00
9ced8e75f2 added bigger warning when there are errors 2022-11-21 19:25:30 +00:00
e9fe96fff4 condition filters now have a 'target' filter when applicable 2022-10-18 19:43:48 +00:00
46edf2965b increased string length of results to 1500 2022-10-10 19:49:08 +00:00
69e1f8dd34 refactored schedules behind filter.ID, also have enabled/disabled option now 2022-10-09 14:13:55 +00:00
a42fefdfe0 added 'cron' type filter, that triggers the whole watch 2022-10-04 19:48:20 +00:00
43c13eae71 added indicator to let the user know to save 2022-10-03 20:43:36 +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
9b5c247737 fixed some bugs in on select changes 2022-10-03 20:28:48 +00:00
60da3b9f91 added 'contains' filter 2022-10-03 17:41:21 +00:00
c7ac4a48c3 added filter results to edit filter modal 2022-10-03 17:01: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
0555ad1020 fixed some refactor stuff in edit.ts 2022-10-02 08:34:17 +00:00
1d8bdfd728 diagram.ts cleanup/refactor, most stuff implemented 2022-10-01 16:48:03 +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
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
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