mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
Add specialized confirmation UI components for each deeplink import resource type (Prompt, MCP, Skill). Components: - PromptConfirmation: Display prompt name, app, description, and content preview with markdown rendering - McpConfirmation: Show MCP server list with target apps, supports batch import display - SkillConfirmation: Display GitHub repository info with branch and directory details Features: - Consistent card-based layout with proper spacing - Sensitive data masking (API keys shown as dots) - Icon support for providers (ProviderIcon component) - Badge components for visual status indicators - Responsive design with proper text overflow handling Each component focuses on displaying the most relevant information for users to make informed import decisions.