Commit Graph

  • 1f417fb4e6 feat(shiki): improve Shiki highlighter initialization with dynamic theme and language support cfngc4594 2025-03-04 20:29:21 +0800
  • 6d9c6701d4 feat(monaco-theme): update Monaco theme configuration with label metadata cfngc4594 2025-03-04 20:29:07 +0800
  • ec9f3b2475 feat(editor-language): update language configurations and types for C and C++ cfngc4594 2025-03-04 20:28:41 +0800
  • d8fa37dd8a feat(theme): add MonacoTheme enum, configuration and hook cfngc4594 2025-03-04 20:06:33 +0800
  • f1ead3ae6c feat: update Dockerfile.cn for avoid docker pull error fly6516 2025-03-04 14:15:27 +0800
  • 4cd8478ccd fix: add missing user,usergroup creation fly6516 2025-03-03 23:46:20 +0800
  • eb4da92d13 fix: use origin method to compile fly6516 2025-03-03 23:38:47 +0800
  • 17160193d6 feat: Add addditional Dockerfile.cn and compose.cn.yml for faster compiling and avoiding network issues fly6516 2025-03-03 22:58:41 +0800
  • 6ebf8fe935 refactor(problem-submission-page): simplify result destructuring and memo dependencies cfngc4594 2025-03-03 18:36:22 +0800
  • 6cf241b57b refactor(settings-dialog): update sidebar navigation items and cleanup imports cfngc4594 2025-03-03 15:50:00 +0800
  • 70d30c6cc6 refactor(settings): integrate Zustand store for navigation state management cfngc4594 2025-03-03 15:39:32 +0800
  • 30f12d0cd7 feat(store): add Zustand store for setting navigation persistence cfngc4594 2025-03-03 15:38:06 +0800
  • 4f7f367320 feat(settings-dialog): improve scroll behavior with ScrollArea cfngc4594 2025-03-03 15:24:35 +0800
  • 07c625d310 feat(header): add SettingsDialog and toggle its visibility via SettingsButton cfngc4594 2025-03-03 15:10:06 +0800
  • 09ef2bf22a feat(components/ui): add Sidebar-13 component from shadcn/ui cfngc4594 2025-03-03 14:51:13 +0800
  • aa255fc2e1 refactor(store): rename useCodeEditorState to useCodeEditorStore in imports cfngc4594 2025-03-03 14:20:25 +0800
  • 64655d8118 refactor(code-editor-store): rename and add hydration state, update storage handling cfngc4594 2025-03-03 14:18:32 +0800
  • 8bf109679d feat(tabs-store): persist only problemTab and workspaceTab in local storage cfngc4594 2025-03-03 14:17:22 +0800
  • 2b6b7c54d5 feat(workspace): add tabs state management with zustand and loading skeleton cfngc4594 2025-03-03 13:57:08 +0800
  • faad41039a feat(problem): add tabs state management with zustand and loading skeleton cfngc4594 2025-03-03 13:56:25 +0800
  • 466caed5bd feat(store): add zustand store for tabs state management cfngc4594 2025-03-03 13:55:33 +0800
  • dcbfe4c3d7 style(judge): align equal signs and comments for better readability cfngc4594 2025-03-03 12:10:16 +0800
  • eab8743095 feat(header): add settings button to header cfngc4594 2025-03-03 11:40:05 +0800
  • 1d81013122 feat(components): add settings button component with tooltip cfngc4594 2025-03-03 11:39:02 +0800
  • 5045e6f8c6 feat(@workspace/@editor): add toolbar buttons to editor header cfngc4594 2025-03-03 10:41:57 +0800
  • 0e4f9e0be9 feat(@workspace/@editor): add ResetButton component cfngc4594 2025-03-03 10:40:56 +0800
  • 4dbe390e3f feat(@workspace/@editor): add UndoButton component cfngc4594 2025-03-03 10:40:44 +0800
  • 2ddfb02fe8 feat(@workspace/@editor): add RedoButton component cfngc4594 2025-03-03 10:40:31 +0800
  • 806509130c feat(@workspace/@editor): add FormatButton component cfngc4594 2025-03-03 10:40:17 +0800
  • 4aad78b671 feat(@workspace/@editor): add CopyButton component cfngc4594 2025-03-03 10:40:01 +0800
  • 4be37fdf1e feat(components/ui): add Tooltip component from shadcn/ui cfngc4594 2025-03-03 10:33:43 +0800
  • 11c2e2c317 fix(judge): modify timeout handling logic to resolve on time limit exceeded cfngc4594 2025-03-03 02:29:55 +0800
  • 03f3d9682a feat(judge): update container configuration and add limits for output and memory cfngc4594 2025-03-03 02:13:48 +0800
  • 578e33d4c4 feat(config/judge): update result codes and language configurations cfngc4594 2025-03-03 02:12:23 +0800
  • 524cce5a73 fix(code-editor): ensure localStorage access is safe in non-browser environments cfngc4594 2025-03-02 14:39:04 +0800
  • 8be38cee1d fix(store): ensure localStorage access is safe in non-browser environments cfngc4594 2025-03-02 14:37:44 +0800
  • bc5c9cc699 feat(judge): enhance code execution handling with detailed results and error handling cfngc4594 2025-03-02 14:19:29 +0800
  • 180dc5e310 feat(editor): update result state type to JudgeResult cfngc4594 2025-03-02 13:40:33 +0800
  • 3d1ab62fe9 feat(judge): update configuration with exit codes and result type cfngc4594 2025-03-02 13:39:31 +0800
  • 8fc113b348 chore(deps): update version constraints for monaco-editor and monaco-languageclient cfngc4594 2025-03-02 12:21:32 +0800
  • f170f004a2 docs(README): add version lock requirements for monaco-editor and monaco-languageclient cfngc4594 2025-03-02 12:20:04 +0800
  • eac2d633ca fix(deps): restrict shiki and @shikijs/monaco versions to <=2.5.0 due to API deprecation cfngc4594 2025-03-02 11:41:19 +0800
  • fd7cf716f5 docs(readme): improve README with detailed WSL setup and package compatibility info cfngc4594 2025-03-02 11:39:08 +0800
  • efdf5089fa feat(judge): add memory usage monitoring and handling cfngc4594 2025-03-02 01:30:38 +0800
  • 9dede32073 feat(judge): add memory limit configuration to LanguageConfigs cfngc4594 2025-03-02 01:19:16 +0800
  • 8b744f54f4 feat(judge): add timeout handling to runCode and improve error handling cfngc4594 2025-03-02 00:52:24 +0800
  • f4077d2f1d feat(judge): add timeout configuration to LanguageConfigs cfngc4594 2025-03-02 00:52:12 +0800
  • 6b7bd2c587 fix(submission): add newline to bash code block cfngc4594 2025-03-02 00:50:17 +0800
  • 2ebda52857 feat(code-editor): persist editor value in local storage cfngc4594 2025-03-02 00:05:42 +0800
  • c52748734f fix(judge): replace 'let' with 'const' for variables that are never reassigned cfngc4594 2025-03-01 23:22:15 +0800
  • 4ad9bac50b refactor(editor): update Monaco editor type imports and state to use editor from monaco-editor cfngc4594 2025-03-01 23:19:35 +0800
  • 1893faad00 feat(store): persist language setting in code editor state cfngc4594 2025-03-01 23:14:29 +0800
  • 10a0c7ab99 feat(playground): add submission page for displaying code execution results cfngc4594 2025-03-01 22:29:14 +0800
  • 164eb3f0f5 feat(code-runner): implement execution result persistence cfngc4594 2025-03-01 21:23:44 +0800
  • f63275334e feat(store): add result state to code editor store cfngc4594 2025-03-01 21:15:52 +0800
  • 38038dc7b1 fix(judge): ensure container remains running and capture stderr separately cfngc4594 2025-03-01 21:07:06 +0800
  • 83deae7a02 feat(playground): add submission layout component cfngc4594 2025-03-01 19:28:36 +0800
  • dc6794b0ca feat(playground): add submission footer component cfngc4594 2025-03-01 19:25:50 +0800
  • 4a8ad24dcc feat(playground): add submission tab to problem layout cfngc4594 2025-03-01 19:18:24 +0800
  • 04794a34c7 feat(components/run-code): add code execution with loading state cfngc4594 2025-03-01 17:12:32 +0800
  • 8069df5973 feat(judge): add server-side code execution and judging functionality cfngc4594 2025-03-01 17:10:19 +0800
  • 6ca75616d0 feat(config): add LanguageConfig interface and LanguageConfigs object cfngc4594 2025-03-01 16:29:26 +0800
  • 989a6ae0d2 feat(compose): add docker socket mount and root user permission configuration cfngc4594 2025-03-01 16:06:33 +0800
  • 09f47bcfc5 chore(deps): add tar-stream package cfngc4594 2025-02-28 21:15:16 +0800
  • 46da804f14 feat(layout): replace Banner component with Header component cfngc4594 2025-02-26 21:54:54 +0800
  • 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