Split Connections component into modular sub-components#23
Open
Split Connections component into modular sub-components#23
Conversation
- Extract ConnectionCard, ConnectionsList, and ActiveConnection as separate, reusable components - Create smithery-utils helper with getSmitheryClient and getDefaultNamespace - Add documentation pages for each new component with interactive previews - Update registry entries for all new components and update existing entries - Add sidebar navigation and docs page entries for new components - Reduce main connections.tsx to a simple wrapper component (50 lines vs 528) The refactoring maintains full backward compatibility through re-exported utilities and maintains existing component API. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Resolved merge conflicts with main branch - Fixed SmitheryTransport usage (replaced createConnection which doesn't exist in @smithery/api@0.27.0) - Fixed rpc.call usage (replaced mcp.call with rpc.call throughout codebase) - Regenerated registry JSON files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refactored the monolithic Connections component into three independent, reusable sub-components:
Changes
Benefits
🤖 Generated with Claude Code