Commit Graph

  • 89dfc9a1c8 feat(header): add Header component with RunCode integration cfngc4594 2025-02-26 21:54:49 +0800
  • a0b1327db7 feat(run-code): add RunCode component for executing code cfngc4594 2025-02-26 21:54:44 +0800
  • e2d1ded341 chore(deps): add @types/dockerode package cfngc4594 2025-02-26 21:30:06 +0800
  • 1957a6baa0 feat(next.config): add dockerode to serverExternalPackages cfngc4594 2025-02-26 21:18:33 +0800
  • ae9be5d325 chore(deps): add dockerode package cfngc4594 2025-02-26 21:17:17 +0800
  • df197e8631 feat(footer): add padding to footer components for improved aesthetics cfngc4594 2025-02-26 16:01:33 +0800
  • 800c35cb01 feat(code-editor, mdx-preview): update loading state padding for improved aesthetics cfngc4594 2025-02-26 15:58:40 +0800
  • 3111d58b3c feat(language-selector): add loading state with skeleton component for improved user experience cfngc4594 2025-02-26 15:58:32 +0800
  • e00741e48c feat(code-editor): add loading state management to improve editor initialization cfngc4594 2025-02-26 15:57:49 +0800
  • 0fa89804bc feat(code-editor): enhance loading state with padding and rounded corners for better aesthetics cfngc4594 2025-02-26 15:16:24 +0800
  • e108244121 feat(mdx-preview): enhance loading state with padding and rounded corners for better aesthetics cfngc4594 2025-02-26 15:08:27 +0800
  • 2fc11f58b0 chore: update demo image for improved visual representation cfngc4594 2025-02-26 14:43:32 +0800
  • 9184dc6eb2 feat(footer): wrap footer text in a span for improved truncation handling cfngc4594 2025-02-26 14:43:27 +0800
  • 89ea5b4684 feat(mdx-preview): integrate CodeBlockWithCopy for enhanced code block functionality cfngc4594 2025-02-26 14:32:11 +0800
  • ff682d8ca2 feat(mdx): add CodeBlockWithCopy component for enhanced code copying functionality cfngc4594 2025-02-26 14:32:06 +0800
  • b39350d5a7 feat(layout): add footer components for ProblemDescription and ProblemSolution layouts cfngc4594 2025-02-26 11:44:54 +0800
  • 037f8f625d fix(mdx-preview): comment out unused rehype plugins and adjust ScrollArea max height cfngc4594 2025-02-26 11:34:46 +0800
  • 88c994454e fix(layout): wrap children in a flex-1 div for consistent layout behavior cfngc4594 2025-02-26 11:14:30 +0800
  • 0606ec8971 feat(layout): add ProblemSolutionLayout component for flexible layout structure cfngc4594 2025-02-26 11:09:31 +0800
  • 969932cb00 feat(layout): add ProblemDescriptionLayout component for structured layout cfngc4594 2025-02-26 11:05:38 +0800
  • 844e9f0cca fix(mdx-preview): adjust max height calculation for ScrollArea component cfngc4594 2025-02-26 11:05:33 +0800
  • 97a1cb584e fix(layout): update className to use flex-1 for consistent tab content sizing cfngc4594 2025-02-26 09:53:43 +0800
  • ee37b78c20 fix(editor): update className to prevent flex item shrinkage in footer and header components cfngc4594 2025-02-26 09:51:20 +0800
  • e8778df846 fix(banner): update className to prevent flex item shrinkage in Banner component cfngc4594 2025-02-26 09:42:01 +0800
  • e3e79314d9 fix(editor): adjust padding in LanguageSelector component for better alignment cfngc4594 2025-02-26 09:40:51 +0800
  • d19c0c9ea1 feat(editor): enhance WebSocket connection management in CodeEditor cfngc4594 2025-02-26 00:41:19 +0800
  • e975dde0c2 fix(editor): remove unnecessary whitespace in default editor value cfngc4594 2025-02-26 00:34:39 +0800
  • 5433557225 feat(editor): add WorkspaceEditorHeader to WorkspaceEditorLayout cfngc4594 2025-02-25 22:08:38 +0800
  • b173be0a73 fix(editor): improve layout and styling of WorkspaceEditorFooter component cfngc4594 2025-02-25 22:08:32 +0800
  • 511d3408f3 feat(editor): add WorkspaceEditorHeader component with LanguageSelector cfngc4594 2025-02-25 22:08:20 +0800
  • 7ee6cec0b5 feat(editor): add LanguageSelector component for language selection cfngc4594 2025-02-25 22:08:06 +0800
  • 780908e4d3 feat(component/ui): add Select component from shadcn/ui cfngc4594 2025-02-25 21:33:17 +0800
  • a24514dc64 feat(editor): restructure workspace layout and add editor footer component cfngc4594 2025-02-25 21:08:41 +0800
  • e896ec88c2 chore(images): update demo image for improved visual quality cfngc4594 2025-02-25 19:45:26 +0800
  • 4975d79d35 refactor(problem/description): improve clarity and formatting of problem description cfngc4594 2025-02-25 19:45:20 +0800
  • 2e33dea853 feat(mdx-preview): add support for math rendering with KaTeX cfngc4594 2025-02-25 15:09:44 +0800
  • 0c2b3c897f chore(deps): add rehype-math and rehype-katex packages cfngc4594 2025-02-25 15:09:20 +0800
  • 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