Commit Graph

  • 32f3ecff0f feat(playground/problem): add solution tab and update description import cfngc4594 2025-02-25 14:40:06 +0800
  • 50d1f4cf8e refactor(editor): update editor configuration paths and values cfngc4594 2025-02-25 14:39:55 +0800
  • d51c324ea9 refactor(config): reorganize language configuration and remove deprecated files cfngc4594 2025-02-25 14:39:41 +0800
  • 4022e8559b fix(playground/layout): adjust margin for ResizableHandle for better spacing cfngc4594 2025-02-24 20:03:37 +0800
  • ffe8c106d8 refactor(playground/problem): restructure layout props and add route nesting cfngc4594 2025-02-24 19:55:17 +0800
  • 0ad1f24c7a refactor(playground): rename description to problem and update routes cfngc4594 2025-02-24 19:16:31 +0800
  • 484bc6bc6e chore(demo): replace demo image for updated visuals cfngc4594 2025-02-24 13:35:59 +0800
  • 4557cee251 fix(code-editor): simplify onMount callback parameters for clarity cfngc4594 2025-02-24 13:34:56 +0800
  • 4aee0048ab chore(demo): update demo image for improved visuals cfngc4594 2025-02-24 13:33:27 +0800
  • 396ab19e2e fix(code-editor): update parameter name in onMount callback for clarity cfngc4594 2025-02-24 13:32:19 +0800
  • 8f6490a03d feat(workspace): add WorkspaceFooter component for playground cfngc4594 2025-02-24 13:24:19 +0800
  • c0d0021b6c feat(code-editor): add editor state handling to CodeEditor component cfngc4594 2025-02-24 13:22:12 +0800
  • 5cabdda667 feat(store): add editor state to useCodeEditor store cfngc4594 2025-02-24 13:17:16 +0800
  • adf59f8132 fix(layout): add padding to ScrollArea in description and workspace layouts cfngc4594 2025-02-24 12:38:54 +0800
  • 93bcd45c8a fix(editor): update height classes for code editor and MDX preview components cfngc4594 2025-02-24 12:32:48 +0800
  • bfb60aba6c fix(layout): adjust height and flex properties for improved layout responsiveness cfngc4594 2025-02-24 12:32:03 +0800
  • 3b89e5de0e fix(editor): adjust height calculation for code editor and MDX preview components cfngc4594 2025-02-24 11:45:31 +0800
  • fa15a6628e fix(language-server): update configuration to use environment variables for WebSocket settings cfngc4594 2025-02-24 00:22:34 +0800
  • b33edb933f fix(language-server): make language server configuration environment variable driven cfngc4594 2025-02-23 23:31:05 +0800
  • 71f582514e fix(demo): update demo image for better visual representation cfngc4594 2025-02-23 20:50:15 +0800
  • 0a86bb7e11 fix(demo): update demo image for enhanced visual clarity cfngc4594 2025-02-23 20:49:17 +0800
  • 0473c6cbf2 fix(demo): replace demo image for enhanced visual clarity cfngc4594 2025-02-23 20:47:28 +0800
  • 703bed1089 fix(demo): update demo image for improved visual representation cfngc4594 2025-02-23 20:44:29 +0800
  • 21cb011980 fix(playground): add bg-muted class to ScrollArea for better visibility cfngc4594 2025-02-23 20:42:57 +0800
  • 22bda1f730 fix(playground): add border-muted class to TabsContent for better visibility cfngc4594 2025-02-23 20:37:04 +0800
  • 88be7cbf58 fix(layout): adjust height calculations for improved layout consistency cfngc4594 2025-02-23 20:31:28 +0800
  • b5fcb39037 fix(option): adjust scrollbar sizes for improved usability cfngc4594 2025-02-23 20:31:11 +0800
  • e06f286815 feat(playground): add Description and Workspace layouts with tabs for better organization cfngc4594 2025-02-23 19:17:03 +0800
  • d5cda08a3e feat(components/ui): add Badge and Tabs components from shadcn/ui cfngc4594 2025-02-23 16:37:12 +0800
  • 6f2d853531 feat(code-editor): use default file path for code editor based on language cfngc4594 2025-02-23 16:11:53 +0800
  • 545f094f49 feat(config): add default file paths for supported languages cfngc4594 2025-02-23 16:11:47 +0800
  • 4cd56f6fab refactor(option): Rename code-editor-options.ts to option.ts and add wordWrap option cfngc4594 2025-02-23 15:05:30 +0800
  • 269f41525b style(mdx): Add subheading anchor style, underline on hover cfngc4594 2025-02-23 15:02:55 +0800
  • f7e94564be feat(components/mdx-preview): add rehype-slug and rehype-autolink-headings for MDX previews cfngc4594 2025-02-23 14:59:52 +0800
  • 3277156673 chore(deps): update rehype dependencies, add rehype-autolink-headings and rehype-slug packages cfngc4594 2025-02-23 14:57:15 +0800
  • ca04733475 feat(code-editor): enable word wrap in editor options cfngc4594 2025-02-23 14:34:14 +0800
  • b2b6d1e484 feat(code-editor): Merge editor options and support dynamic font and line height adjustment cfngc4594 2025-02-23 14:22:16 +0800
  • 5af57fbfcf refactor(code-editor): improve commented validation logging for better debugging cfngc4594 2025-02-23 13:56:11 +0800
  • 9e1bca2cce feat(code-editor): enhance language client integration with dynamic server configuration cfngc4594 2025-02-23 13:55:37 +0800
  • 62149db922 feat(useCodeEditor): Add languageClient state to support language servers cfngc4594 2025-02-23 13:53:55 +0800
  • 0dafb06e86 feat(lsp): add configuration for supported language servers cfngc4594 2025-02-23 13:52:06 +0800
  • 14330323af chore(demo): update demo image for improved visuals cfngc4594 2025-02-22 12:10:56 +0800
  • 9aa8b7e211 refactor(code-editor): optimize dynamic imports and code structure cfngc4594 2025-02-22 11:47:00 +0800
  • 840cd1e70b feat(docker): update docker-compose commands and add health checks for services cfngc4594 2025-02-22 00:10:47 +0800
  • a69f819da4 feat(playground): style resizable handle cfngc4594 2025-02-21 21:34:37 +0800
  • 2b5b4dee57 fix(banner): wrap link in a paragraph for better semantic structure cfngc4594 2025-02-21 21:20:52 +0800
  • 326cce7836 feat(playground): restructure app layout and implement playground with resizable panels cfngc4594 2025-02-21 21:06:26 +0800
  • a699fc8069 refactor(components): rename problem-description.tsx to mdx-preview.tsx cfngc4594 2025-02-21 21:06:06 +0800
  • e74e2e3102 feat(components/ui): add Resizable component from shadcn/ui cfngc4594 2025-02-21 20:02:31 +0800
  • ecbb083008 feat(docker): simplify docker compose commands and add compose.yml for service configuration cfngc4594 2025-02-21 19:56:49 +0800
  • 8f5be0e437 feat(layout): implement app layout with banner and code editor components cfngc4594 2025-02-21 19:49:56 +0800
  • 9a04f90538 feat(code-editor): adjust height calculation for code editor component cfngc4594 2025-02-21 19:49:50 +0800
  • eacd415667 feat(styles): update code font properties for improved readability cfngc4594 2025-02-21 19:49:32 +0800
  • 15d8f7a22e feat(readme): add important notice for WSL users regarding network mode for Monaco Editor cfngc4594 2025-02-21 11:25:58 +0800
  • d450302a29 feat(readme): center-align LSP server settings table for improved readability cfngc4594 2025-02-21 10:53:54 +0800
  • dd979d31b2 feat(code-editor): decrease top padding in code editor options for better layout cfngc4594 2025-02-21 02:09:31 +0800
  • d289736976 feat(readme): update demo image and remove outdated development note cfngc4594 2025-02-21 01:48:34 +0800
  • e47f68f99e feat(problem-description): add default problem statement for "Two Sum" challenge cfngc4594 2025-02-21 01:44:44 +0800
  • b8100570e3 feat(problem-description): import mdx.css for enhanced styling cfngc4594 2025-02-21 01:39:58 +0800
  • 0c276eeef9 feat(styles): add mdx.css for improved code styling and line numbering cfngc4594 2025-02-21 01:39:46 +0800
  • 89512c8e6a feat(code-editor): increase top padding in code editor options for improved layout cfngc4594 2025-02-21 00:56:41 +0800
  • 051868cb65 feat(readme): add demo image and update description for upcoming features cfngc4594 2025-02-21 00:56:03 +0800
  • eed3a9d9ef feat(styles): update global styles to use Fira Code font for better code readability cfngc4594 2025-02-21 00:21:34 +0800
  • 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