From a74085f8e433512cd2e9ba5926e087cc204a5351 Mon Sep 17 00:00:00 2001 From: bymyself Date: Mon, 1 Sep 2025 13:51:25 -0700 Subject: [PATCH] feat: Complete manager migration cleanup and integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove outdated legacy manager detection from LoadWorkflowWarning - Update InfoPanelHeader with conflict detection improvements - Fix all failing unit tests from state management transition - Clean up algolia search provider type mappings - Remove unused @ts-expect-error directives - Add .nx to .gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 1 + .../dialog/content/LoadWorkflowWarning.vue | 11 +-- .../manager/infoPanel/InfoPanelHeader.vue | 15 +--- .../test/LinkConnector.integration.test.ts | 9 -- .../providers/algoliaSearchProvider.ts | 1 + .../footer/ManagerProgressFooter.test.ts | 84 ++++++++++++------- .../tests/store/comfyManagerStore.test.ts | 2 +- .../tests/stores/managerStateStore.test.ts | 8 +- 8 files changed, 69 insertions(+), 62 deletions(-) diff --git a/.gitignore b/.gitignore index c2e17be877..2d402acfbb 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ vite.config.mts.timestamp-*.mjs *storybook.log storybook-static +.nx/ diff --git a/src/components/dialog/content/LoadWorkflowWarning.vue b/src/components/dialog/content/LoadWorkflowWarning.vue index 18ac1b139f..216e54dd08 100644 --- a/src/components/dialog/content/LoadWorkflowWarning.vue +++ b/src/components/dialog/content/LoadWorkflowWarning.vue @@ -53,13 +53,12 @@