Skip to content

Commit 9fa0412

Browse files
committed
feat(workspace): redesign UI with Docker support and enhanced editor components
- Remove obsolete IDE configuration files (.idea directory) - Clean up archived specification documents from .kiro/specs - Add Docker Compose configuration for containerized deployment - Implement new WPF-based Windows desktop application with XAML UI - Replace floating ball form with modern MainWindow implementation - Add Directory.Build.props for centralized project configuration - Enhance API endpoints with new file system search contracts - Refactor web workspace components with virtual file tree and lazy loading - Add keyboard shortcuts help dialog and code selection floating button - Implement useCodeSelectionToChat and useDebounce custom hooks - Add file path parser utility for improved path handling - Update workspace store with enhanced state management - Migrate from project-specific workspace to unified workspace layout - Update .gitignore to exclude .vs directory - Modernize project structure and improve developer experience
1 parent 203f13f commit 9fa0412

File tree

74 files changed

+5369
-7367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+5369
-7367
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ src/MoYuCode/wwwroot/
1313
node_modules
1414
/.vs/MoYuCode.slnx
1515
*.DotSettings.user
16+
.vs

.idea/.idea.MyYuCode/.idea/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

.idea/.idea.MyYuCode/.idea/copilot.data.migration.agent.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/.idea.MyYuCode/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/.idea.MyYuCode/.idea/indexLayout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/.idea.MyYuCode/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)