Commit Graph

  • 1142cb950f feat(page): Implement problem preview and code editor layout cfngc4594 2025-02-21 00:10:31 +0800
  • 17894b6e96 feat(mdx): implement MdxPreview component with error handling and loading state cfngc4594 2025-02-21 00:08:21 +0800
  • 11fa68c4b7 feat(layout): replace ModeToggle with Banner component in RootLayout cfngc4594 2025-02-21 00:07:56 +0800
  • 62ccb1fbcc feat(banner): add Banner component for project promotion with GitHub link cfngc4594 2025-02-21 00:07:45 +0800
  • 8d6e5067dc feat(config): add site configuration with GitHub repository URL cfngc4594 2025-02-21 00:07:34 +0800
  • 8cf98674ef chore(deps): add rehype-pretty-code package cfngc4594 2025-02-20 22:31:04 +0800
  • b495cc4ea6 fix(shiki): downgrade @shikijs/monaco and shiki to version 2.5.0 to resolve 'getHighlighter' import error cfngc4594 2025-02-20 22:30:17 +0800
  • 3f3b153c4b feat(problem-description): Use compileMDX with remarkGfm for MDX rendering cfngc4594 2025-02-20 18:46:20 +0800
  • 8498f57fbc chore(deps): add remark-gfm package for GitHub Flavored Markdown support cfngc4594 2025-02-20 18:42:42 +0800
  • 7db6f4e20e feat(components): add ProblemDescription component to render markdown cfngc4594 2025-02-20 17:58:49 +0800
  • a4a037f5a4 feat(components/ui): add Scroll Area component from shadcn/ui cfngc4594 2025-02-20 15:56:55 +0800
  • e29ab229b5 feat(styles): add GitHub markdown CSS and responsive styling for markdown content cfngc4594 2025-02-20 15:50:08 +0800
  • 1f2394576b chore(deps): add github-markdown-css package cfngc4594 2025-02-20 15:49:30 +0800
  • a5a172bb17 chore(deps): add next-mdx-remote package cfngc4594 2025-02-20 15:43:55 +0800
  • 162825250b feat(code-editor): add loading skeleton for dynamic editor component cfngc4594 2025-02-20 15:43:03 +0800
  • 96c946a2ca feat(layout): integrate mode toggle in layout and simplify home page structure cfngc4594 2025-02-20 14:43:56 +0800
  • 286a4739c3 style(header): adjust header height and padding for improved layout cfngc4594 2025-02-20 14:28:04 +0800
  • 3f84208733 docs: update section title from "Development Setup" to "Manual Setup" in README cfngc4594 2025-02-20 14:18:13 +0800
  • d3d27768fb feat(code-editor): update default value for code editor based on language cfngc4594 2025-02-20 14:14:04 +0800
  • 5d99032be9 feat(config): add default code snippets for C and C++ languages cfngc4594 2025-02-20 14:13:56 +0800
  • 6329babfca feat(code-editor): use Zustand state for dynamic language selection cfngc4594 2025-02-20 14:06:13 +0800
  • 1bc1b638e2 feat(store): add Zustand store for managing code editor language state cfngc4594 2025-02-20 14:04:36 +0800
  • bb81c4f7e1 feat(lsp): add default language configuration cfngc4594 2025-02-20 14:03:00 +0800
  • 9c78049359 feat(lsp): add supported languages with icons for C and C++ cfngc4594 2025-02-20 14:02:42 +0800
  • 921c702166 chore(deps): add devicons-react package cfngc4594 2025-02-20 14:01:57 +0800
  • 728d9557da refactor(layout): remove unused font imports from layout component cfngc4594 2025-02-20 13:09:57 +0800
  • 31491c496e refactor: import CodeEditor directly instead of using dynamic import cfngc4594 2025-02-20 11:27:07 +0800
  • d7a019c711 chore(font): change Fira Code font weight to 500 cfngc4594 2025-02-20 10:13:41 +0800
  • 75f1e656e6 chore(editor): comment out onValidate function in CodeEditor component cfngc4594 2025-02-20 09:17:31 +0800
  • 07e3707c3f feat(editor): use predefined options for code editor configuration cfngc4594 2025-02-20 09:11:31 +0800
  • 01f188ac56 feat(editor): add default configuration for Monaco code editor cfngc4594 2025-02-20 09:11:20 +0800
  • 9057c5971e feat(styles): Use Fira Code font for body text cfngc4594 2025-02-20 09:11:02 +0800
  • 2f901ba062 chore(deps): add @fontsource/fira-code package cfngc4594 2025-02-20 09:08:41 +0800
  • 5a2d4f77da chore: update Dockerfile to specify Node.js v20 or higher for resolving ReferenceError cfngc4594 2025-02-20 08:54:37 +0800
  • 3f2bc8c332 chore: replace hardcoded WebSocket URL with environment variable cfngc4594 2025-02-20 08:44:11 +0800
  • 6c5beeb27c chore: add .env.example for environment variable configuration cfngc4594 2025-02-20 08:42:46 +0800
  • 8cd8a2977c chore: update .gitignore to explicitly commit env files cfngc4594 2025-02-20 08:40:49 +0800
  • 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