Skip to content

feat: add code editor components and coding page#289

Merged
A6dulmalik merged 1 commit intoMindBlockLabs:mainfrom
akargi:feat/CodingPage
Feb 26, 2026
Merged

feat: add code editor components and coding page#289
A6dulmalik merged 1 commit intoMindBlockLabs:mainfrom
akargi:feat/CodingPage

Conversation

@akargi
Copy link
Contributor

@akargi akargi commented Feb 26, 2026

Closes #237

  • Add CodeEditor component with Monaco editor integration
  • Add LanguageSelector component for language switching
  • Add CodeEditorPanel component with state management
  • Add Language type and editor interfaces
  • Add code templates and language mappings
  • Add /coding route with CodeEditorPanel
  • Support JavaScript, Python, C++, and C# languages

- Add CodeEditor component with Monaco editor integration
- Add LanguageSelector component for language switching
- Add CodeEditorPanel component with state management
- Add Language type and editor interfaces
- Add code templates and language mappings
- Add /coding route with CodeEditorPanel
- Support JavaScript, Python, C++, and C# languages
@A6dulmalik A6dulmalik merged commit 242949a into MindBlockLabs:main Feb 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEAT (FRONTEND/UI) - Build Multi-Language Code Editor Interface

2 participants