fix(integrations): show catalog-wired connectors as beta - #230
fix(integrations): show catalog-wired connectors as beta#230sdhilip200 wants to merge 2 commits into
Conversation
|
@copilot resolve the merge conflicts in this pull request |
64fdff0 to
11fddd3
Compare
|
Rebased onto current \ and resolved the conflicts in the MCP catalog route and integrations gallery import block. Force-pushed the updated branch. I wasn’t able to run local lint/type verification in this worktree because the repo checkout here does not have installed Node dependencies. |
|
Fixed the failing build issue from the July 26, 2026 CI run by restoring the missing \ import used by the beta badge in integration detail pages. I verified the patch with . I also attempted a clean local , but this machine is on Node 26 and the install failed in native dependency setup before the app build step; GitHub CI should be the authoritative verification for this branch because it runs under Node 22. |
|
Fixed the missing Sparkles import used by the beta badge in the integration detail page and pushed the update to this PR branch. I verified the patch with git diff --check. I could not complete a full local npm install on this machine because the local environment is on Node 26 and hits a native-module setup issue, so the refreshed GitHub CI run will be the authoritative verification. |
Summary
Testing
Refs #198