From 7af0b1867e1b6c312b4d4e678f1280c887ab2b22 Mon Sep 17 00:00:00 2001 From: Peter Thomson Date: Tue, 21 Apr 2026 19:35:47 +1200 Subject: [PATCH] Updates # Conflicts: # app/components/panels/editor/IssueDetailPanel.tsx # app/quick-capture/QuickCaptureApp.tsx # app/quick-capture/quick-capture.css # lib/conveyor/handlers/issue-handler.ts # lib/main/tray.ts # lib/services/issue/issue-service.ts # lib/services/quick-capture/quick-capture-service.ts # package-lock.json # package.json --- app/app.tsx | 148 +- app/components/SettingsPanel.tsx | 58 +- .../plugins/PluginSettingsPanel.tsx | 4 +- .../RepositoryManagerPanel.tsx | 4 +- app/styles/app.css | 3657 ++++++++++---- package-lock.json | 4420 ++++++++++------- package.json | 21 +- tests/repo-switch.spec.ts | 81 + tsconfig.json | 1 - tsconfig.node.json | 1 - tsconfig.web.json | 1 - 11 files changed, 5505 insertions(+), 2891 deletions(-) create mode 100644 tests/repo-switch.spec.ts diff --git a/app/app.tsx b/app/app.tsx index 20f08b8..e638a56 100644 --- a/app/app.tsx +++ b/app/app.tsx @@ -245,6 +245,7 @@ export default function App() {