From 073175a71967efcefc7391b2eb5c0ca5144b0a31 Mon Sep 17 00:00:00 2001 From: Austin Mroz Date: Fri, 12 Sep 2025 13:19:47 -0500 Subject: [PATCH] Fix typechecking and linting Note: the proxywidget code is still marked as ignored. This will require further careful review in the future. --- src/components/selectionbar/SubgraphNode.vue | 192 ++++++++++-------- .../selectionbar/SubgraphNodeWidget.vue | 23 ++- src/extensions/core/proxyWidget.ts | 14 +- src/scripts/app.ts | 6 +- 4 files changed, 132 insertions(+), 103 deletions(-) diff --git a/src/components/selectionbar/SubgraphNode.vue b/src/components/selectionbar/SubgraphNode.vue index 8e738da39..fb894f0d2 100644 --- a/src/components/selectionbar/SubgraphNode.vue +++ b/src/components/selectionbar/SubgraphNode.vue @@ -1,130 +1,154 @@