|
96c946a2ca
|
feat(layout): integrate mode toggle in layout and simplify home page structure
|
2025-02-20 14:43:56 +08:00 |
|
|
286a4739c3
|
style(header): adjust header height and padding for improved layout
|
2025-02-20 14:28:04 +08:00 |
|
|
31491c496e
|
refactor: import CodeEditor directly instead of using dynamic import
|
2025-02-20 11:27:07 +08:00 |
|
|
e9da555705
|
refactor: move Monaco Editor logic to CodeEditor component
- Moved Monaco Editor initialization and related logic from src/app/page.tsx to src/components/code-editor.tsx
|
2025-02-20 01:10:25 +08:00 |
|
|
d10b059dd1
|
fix(editor): resolve production error "Missing service editorService" by importing vscode
|
2025-02-19 16:39:30 +08:00 |
|
|
672f63f10a
|
feat(monaco): Integrate clangd LSP for C language support in Monaco Editor
|
2025-02-19 12:29:24 +08:00 |
|
|
19f5e6af2a
|
chore: initialize the project
|
2025-02-19 09:00:15 +08:00 |
|