Commit Graph

  • a1c4f2160b docs: add placeholder .gitkeep file to 'public' folder cfngc4594 2025-02-20 01:31:14 +0800
  • e9da555705 refactor: move Monaco Editor logic to CodeEditor component cfngc4594 2025-02-20 01:05:52 +0800
  • f0b2428e8b fix(code-editor): adjust loading skeleton padding for improved layout cfngc4594 2025-02-20 01:05:30 +0800
  • 63501a3f6c feat(code-editor): refactor layout structure and improve editor height handling cfngc4594 2025-02-20 00:59:53 +0800
  • 423951ec58 feat(code-editor): update theme handling and optimize highlighter integration cfngc4594 2025-02-20 00:30:45 +0800
  • 2f2b172fb8 feat(shiki): add Shiki highlighter initialization for syntax highlighting cfngc4594 2025-02-20 00:30:32 +0800
  • 541aa43d06 chore(deps): add zustand package for state management cfngc4594 2025-02-19 23:03:44 +0800
  • fd48fa0fff feat(code-editor): integrate Shiki highlighter for enhanced syntax highlighting cfngc4594 2025-02-19 23:03:11 +0800
  • 5ca8ef91ea fix(deps): replace incorrect @shikijs/markdown-it with @shikijs/monaco cfngc4594 2025-02-19 22:51:15 +0800
  • 9c9ed0ddd0 refactor: Move code editor logic to CodeEditor component cfngc4594 2025-02-19 22:46:30 +0800
  • c195dffc10 feat(theme): Add ModeToggle component for theme switching cfngc4594 2025-02-19 22:45:30 +0800
  • 98fc2c75ef feat(component/ui): add Button and DropdownMenu components from shadcn/ui cfngc4594 2025-02-19 22:41:26 +0800
  • d1bb42765d feat(layout): change default theme from dark to system in RootLayout component cfngc4594 2025-02-19 22:40:27 +0800
  • eead1884e1 feat(layout): change default theme to dark in RootLayout component cfngc4594 2025-02-19 21:57:47 +0800
  • 73aae933ee feat(component/ui): add Toggle component from shadcn/ui cfngc4594 2025-02-19 21:44:24 +0800
  • 38dc197eb7 fix(layout): suppress hydration warning in RootLayout component cfngc4594 2025-02-19 21:30:01 +0800
  • 40bb1d8b57 chore(deps): add shiki and @shikijs/markdown-it packages cfngc4594 2025-02-19 21:22:54 +0800
  • 7c6c196cb2 feat(theme): wrap application in ThemeProvider for improved theme management cfngc4594 2025-02-19 21:20:25 +0800
  • 273c8e6b67 feat(theme): add ThemeProvider component for theme management cfngc4594 2025-02-19 21:20:12 +0800
  • 2bf6265367 chore(deps): add next-themes package cfngc4594 2025-02-19 21:18:30 +0800
  • 51ac474751 chore: add MIT License file to the repository cfngc4594 2025-02-19 18:38:49 +0800
  • fd8c4432e1 docs: enhance README with additional setup instructions for cloning and starting containers cfngc4594 2025-02-19 18:29:04 +0800
  • d851bfa5cb docs: update README for improved quick start instructions and LSP server settings cfngc4594 2025-02-19 18:22:27 +0800
  • 8338ed2e8f chore(public): remove unnecessary svg resources cfngc4594 2025-02-19 18:21:54 +0800
  • 342d35de6f fix(docker): upgrade Node.js version to 22-alpine in Dockerfile to resolve reference error cfngc4594 2025-02-19 17:30:43 +0800
  • 1d65c3cb4a feat(docker): add service configuration for monaco-editor-lsp-next in Docker Compose cfngc4594 2025-02-19 17:18:56 +0800
  • b7020b6f28 feat(config): enable standalone output mode for Docker builds in Next.js cfngc4594 2025-02-19 17:14:25 +0800
  • 404bad3ab7 feat(docker): add Dockerfile and .dockerignore for containerized environment setup cfngc4594 2025-02-19 17:13:31 +0800
  • 3867de7476 feat(deps): add @types/vscode package cfngc4594 2025-02-19 17:12:59 +0800
  • d10b059dd1 fix(editor): resolve production error "Missing service editorService" by importing vscode cfngc4594 2025-02-19 16:39:30 +0800
  • 3bee7d2ee0 docs: update README to reflect LSP integration setup and usage instructions cfngc4594 2025-02-19 13:55:33 +0800
  • 05797ac0e4 chore(docker): remove image specification for clangd in docker-compose cfngc4594 2025-02-19 12:58:21 +0800
  • 672f63f10a feat(monaco): Integrate clangd LSP for C language support in Monaco Editor cfngc4594 2025-02-19 12:29:24 +0800
  • e2bb58a034 feat(docker): Add Docker configuration for clangd-based C/C++ LSP servers cfngc4594 2025-02-19 12:25:44 +0800
  • baeafb92dd feat(components/ui): add Skeleton component from shadcn/ui cfngc4594 2025-02-19 11:12:29 +0800
  • ff38dfc02c chore(deps): add vscode-languageclient and vscode-ws-jsonrpc packages cfngc4594 2025-02-19 11:05:16 +0800
  • 68943356b3 chore(deps): add normalize-url package cfngc4594 2025-02-19 10:35:17 +0800
  • b7ae005076 feat(monaco-editor): add monaco-editor@0.36.1 and monaco-language@5.0.1 to enable LSP integration cfngc4594 2025-02-19 10:28:20 +0800
  • 5f245d6234 chore(deps): add @monaco-editor/react package cfngc4594 2025-02-19 09:15:12 +0800
  • 5d9904d083 style(theme): update to github light/dark theme color scheme cfngc4594 2025-02-19 09:11:57 +0800
  • f7261ede2c chore: initialize shadcn/ui cfngc4594 2025-02-19 09:05:45 +0800
  • 19f5e6af2a chore: initialize the project cfngc4594 2025-02-19 09:00:15 +0800