From 3c0b227f94fd8101c6f51d13f6252cf4eaaaa3bf Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Sun, 25 Jan 2026 22:48:48 -0800 Subject: [PATCH] refactor: consolidate workspace spinner and shiftDown state - Replace manual keydown/keyup listeners with useMagicKeys for shiftDown - Move app.extensionManager assignment to App.vue - Remove init() wrapper function in GraphView.vue Amp-Thread-ID: https://ampcode.com/threads/T-019bf90e-1cd0-71de-b23f-ea6cb0f99a87 Co-authored-by: Amp --- src/App.vue | 9 +++------ src/stores/workspaceStore.ts | 3 ++- src/views/GraphView.vue | 17 ++++++----------- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/src/App.vue b/src/App.vue index c3a879b17..7c11c4c7b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,6 @@