Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
6f0824138c4e8c88db5ffa8610b0dfe5904f411f
superdesign
/
src
/
webview
/
components
下载当前目录
J
Jason Zhou
Prepare deprecation version 0.0.12 for iganbold publisher
134635f6
创建于
2025年10月28日
历史提交
文件
最后提交记录
最后更新时间
Chat
Prepare deprecation version 0.0.12 for iganbold publisher - Update displayName to "superdesign (DEPRECATED)" - Add deprecation notice to README with link to new extension - Update description with migration link - Revert publisher to iganbold for final deprecation release - Update Supabase credentials to new database - Change default AI model to Claude 4 Sonnet - Update extension logos 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 个月前
Welcome
Add welcome screen and email submission functionality - Introduce a new Welcome component for first-time users with email input - Implement email submission to Supabase API with success/error handling - Add reset command for welcome screen in the command palette - Update chat interface to display the welcome screen conditionally - Create a custom hook to manage first-time user status - Add styles for the welcome screen and integrate it into the existing layout - Update package.json to include new commands and features
10 个月前
CanvasView.tsx
merge conflict
10 个月前
ConnectionLines.tsx
Add hierarchy layout and connection features to CanvasView - Introduce hierarchical layout mode for design files with connection lines - Update CanvasView to manage layout modes and hierarchy tree state - Enhance grid layout calculations to support hierarchical positioning - Integrate new icons from lucide-react for improved UI consistency - Update package.json and package-lock.json to include lucide-react dependency - Refactor CSS for canvas controls and toolbar for better usability - Add new types and utility functions for managing design relationships and hierarchy
10 个月前
DesignFrame.tsx
updated icon & added copy file path function
10 个月前
DesignPanel.tsx
merge & integrate chat
10 个月前
Icons.tsx
Refactor model selection in ChatInterface by introducing a new ModelSelector component. Removed the old model selection dropdown and integrated the new component for better usability. Updated styles in ChatInterface.css to reflect these changes and removed unused selector icon styles.
10 个月前
MarkdownRenderer.tsx
Enhance chat interface and markdown support - Implement drag-and-drop functionality for image uploads in the chat interface - Add a new MarkdownRenderer component for rendering markdown content with syntax highlighting - Introduce clear chat command and integrate it into the chat interface - Update styles for improved UI consistency across different layouts - Add new icons for better visual representation of actions - Refactor chat message handling to support context-aware messaging - Update package dependencies to include highlight.js and markdown processing libraries
10 个月前