yiliang114
3053e6c41f
style(vscode-ide-companion): update UI components and styling
...
- Updated chat message container spacing and styling
- Adjusted AssistantMessage text color handling
- Enhanced QwenMessageTimeline CSS rules for better visual flow
- Moved InfoBanner to ui directory for better organization
- Updated InputForm styling
- Added new CSS classes and updated tailwind configuration
- Improved timeline connection lines and message item spacing
These changes enhance the visual appearance and user experience of the chat interface.
2025-12-04 08:28:54 +08:00
yiliang114
e3c456a430
feat(vscode-ide-companion): add cancel streaming functionality
...
- Add handleCancel callback to App component
- Implement cancelStreaming message posting to VS Code
- Add onCancel prop to InputForm component
- Replace send button with stop button during streaming
2025-12-04 01:53:19 +08:00
yiliang114
b9b3b6d62e
style(vscode-ide-companion): header & empty state
2025-12-04 00:18:04 +08:00
yiliang114
2e449f4d45
wip(vscode-ide-companion): timelint
2025-12-02 14:41:00 +08:00
yiliang114
90fc53a9df
refactor(webview): Refactoring Input Form and Timeline Components
2025-12-02 01:29:33 +08:00
yiliang114
1b37d729cb
style(vscode-ide-companion): use tailwind to refactor some ui components
2025-11-30 23:06:37 +08:00
yiliang114
82205034cc
chore(vscode-ide-companion): remove the ui component of the active save session temporarily
2025-11-29 18:29:43 +08:00
yiliang114
c038745897
fix(vscode-ide-companion): 修复 Tailwind 可重用组件类和 ESLint 配置, 调整 ChatHeader 按钮样式
...
- 在 tailwind.css 中正确定义可重用的 Tailwind 组件类
- 修复 ChatHeader 组件中的按钮样式,确保 hover 效果正常工作
- 修复 ESLint 配置中的 importPlugin 导入问题
- 清理 App.css 中重复的 CSS 变量定义
- 为 btn-ghost 类设置 4px border radius
- 为按钮内的 span 添加左右 4px padding (使用 px-1)
- 确保按钮 hover 时有背景色效果
2025-11-29 18:13:50 +08:00
yiliang114
6885138cf0
refactor(vscode-ide-companion): Refactoring the project structure and updating dependencies
2025-11-29 13:16:58 +08:00