Commit Graph

  • 556fde6546 feat(editor): use problem templates in ResetButton and disable when empty cfngc4594 2025-03-09 11:09:14 +0800
  • 1766c4a632 feat(editor): add templates prop to WorkspaceEditorHeader and pass to ResetButton cfngc4594 2025-03-09 11:07:47 +0800
  • f6fc01ae6a feat(workspace): fetch problem templates and pass to editor header cfngc4594 2025-03-09 11:06:10 +0800
  • 63bde8cafb feat(editor): fetch problem templates from database cfngc4594 2025-03-09 10:49:34 +0800
  • 6297419aad feat(code-editor): persist code changes and apply problem templates cfngc4594 2025-03-09 10:48:03 +0800
  • 5925ea8192 fix(store): initialize editor value as empty string cfngc4594 2025-03-09 10:39:53 +0800
  • 3863d63dee refactor(prisma): rename Template field to templates in Problem model cfngc4594 2025-03-08 22:21:14 +0800
  • 2ffb366c7c feat(workspace): add editor layout with header and editor page cfngc4594 2025-03-08 21:32:05 +0800
  • a14087b395 feat(workspace): add editor layout with footer for problem page cfngc4594 2025-03-08 21:28:11 +0800
  • 7f94f6a15b feat(playground): add workspace editor footer with cursor position display cfngc4594 2025-03-08 21:27:02 +0800
  • 6b34110aad feat(workspace): add workspace layout component with tabs and editor cfngc4594 2025-03-08 21:19:27 +0800
  • a78431fb61 fix(playground): update file path cfngc4594 2025-03-08 21:16:57 +0800
  • c6ffc41d2f fix(playground): update file path from workspace to playground cfngc4594 2025-03-08 21:15:24 +0800
  • a7799af2f4 refactor(layout): rename WorkspaceLayout to PlaygroundLayout and modify props cfngc4594 2025-03-08 21:11:18 +0800
  • 4f6a37df17 fix(prisma): update enum values for EditorLanguage to lowercase ('c' and 'cpp') cfngc4594 2025-03-08 21:03:32 +0800
  • 7a97e213fe refactor(config): use EditorLanguage from Prisma in language configuration cfngc4594 2025-03-08 20:43:46 +0800
  • 58bf991afd refactor(types): use EditorLanguage from Prisma instead of defining locally cfngc4594 2025-03-08 20:43:01 +0800
  • 8c159e2717 feat(prisma): add Template model and EditorLanguage enum to support problem templates and code language options cfngc4594 2025-03-08 20:42:01 +0800
  • 944c5407bd fix(problem): change content to description for problem page rendering cfngc4594 2025-03-08 20:06:08 +0800
  • bf6b5567b7 refactor(prisma): rename content field to description in Problem model cfngc4594 2025-03-08 20:00:23 +0800
  • bddbc03f3a chore(playground): update import path for ProblemDescriptionFooter cfngc4594 2025-03-08 19:52:39 +0800
  • d697993e87 refactor(playground): replace Header with WorkspaceHeader cfngc4594 2025-03-08 19:50:21 +0800
  • 9ff39a0438 feat(problems): add problem description page with MDX rendering cfngc4594 2025-03-08 19:46:01 +0800
  • c6ab92e1e7 feat(problems): add footer to problem description layout cfngc4594 2025-03-08 19:44:45 +0800
  • e0adfa3075 refactor(workspace): move ProblemDescriptionFooter to features cfngc4594 2025-03-08 19:41:03 +0800
  • f6f640927d style(layout): adjust layout to use flexbox in ProblemLayout component cfngc4594 2025-03-08 18:57:51 +0800
  • a851223d9f feat(problem): add problem layout with tabs for description, solution, and submission cfngc4594 2025-03-08 18:31:54 +0800
  • 3f34d9505b feat(prisma): add schema with User and Problem models cfngc4594 2025-03-08 18:02:19 +0800
  • 0644a9f71f feat(workspace): add WorkspaceLayout with resizable panels cfngc4594 2025-03-08 18:00:13 +0800
  • 70626d0499 rename(header): rename Header to WorkspaceHeader cfngc4594 2025-03-08 17:58:50 +0800
  • 0a8e2d49b4 fix(redirect): update redirect path to /problemset cfngc4594 2025-03-07 16:38:51 +0800
  • 9f619d71d1 fix(layout): remove layout.tsx cfngc4594 2025-03-07 16:38:44 +0800
  • ba16523c03 feat(problemset): add difficulty color mapping based on problem difficulty cfngc4594 2025-03-07 16:34:51 +0800
  • 9a04d83f9e feat(problemset): add clickable links for problem IDs and titles cfngc4594 2025-03-07 16:26:00 +0800
  • 134046ff5a feat(problemset): add page to display published problems in a table cfngc4594 2025-03-07 15:52:11 +0800
  • 0e8639212e feat(layout): add ProblemsetLayout component with Banner and main content wrapper cfngc4594 2025-03-07 15:36:03 +0800
  • b2e358de1b style(banner): update component with background color and layout changes cfngc4594 2025-03-07 15:31:22 +0800
  • c12f734831 chore(layout): update layout to remove full height and adjust min-height cfngc4594 2025-03-07 15:11:41 +0800
  • 833a79d6d0 style(globals): update --sidebar-background to match --card cfngc4594 2025-03-07 15:00:06 +0800
  • e504d92ad9 refactor(layout): remove Header from AppLayout and add Header to PlaygroundLayout cfngc4594 2025-03-07 11:45:18 +0800
  • 0159998234 refactor(components): replace custom pre component with shared Pre component for MDX preview cfngc4594 2025-03-07 11:43:41 +0800
  • f1b6e86123 feat(components): add MdxRenderer for rendering MDX content with custom styling and syntax highlighting cfngc4594 2025-03-07 11:37:24 +0800
  • 9eb6f89587 feat(components): create MdxComponents for custom rendering of MDX content cfngc4594 2025-03-07 11:36:53 +0800
  • c0a876322c refactor(component): migrate code block with copy feature to a more reusable pre component cfngc4594 2025-03-07 11:34:17 +0800
  • 58a25b8a9c feat(rehype-pretty-code): add support for multiple predefined themes (dark and light modes) cfngc4594 2025-03-07 11:31:40 +0800
  • 56507f0362 feat(monaco-theme): Add default light and dark theme configurations cfngc4594 2025-03-07 11:27:00 +0800
  • 56905f7e20 feat(settings-dialog): replace placeholder content with AppearanceSettings component cfngc4594 2025-03-06 23:25:23 +0800
  • 8f6a4aee20 feat(appearance-settings): add theme selection component cfngc4594 2025-03-06 23:22:40 +0800
  • c552ee3150 feat(public): add UI images for system, light and dark themes to public folder cfngc4594 2025-03-06 22:44:58 +0800
  • 21c88fa8ab feat(store): change default activeNav value to "Appearance" and add partial persistence cfngc4594 2025-03-06 22:39:53 +0800
  • 2a42c711bf refactor(mdx-preview): replace next-themes with useMonacoTheme cfngc4594 2025-03-06 21:29:52 +0800
  • af59e0f432 feat(components/ui): add Radio Group component from shadcn/ui cfngc4594 2025-03-06 21:25:18 +0800
  • 1a3caa2365 chore(postcss): support GitHub Markdown theme switching cfngc4594 2025-03-06 21:19:48 +0800
  • 57eb27ce5e chore(deps): add postcss-github-markdown-css package cfngc4594 2025-03-06 21:18:51 +0800
  • 8c67d2696d chore(env): add .env.example with PostgreSQL connection string example cfngc4594 2025-03-06 16:58:53 +0800
  • 16cc459f2d chore(env): rename .env.example to .env.local.example cfngc4594 2025-03-06 16:52:12 +0800
  • 93c6e66d78 feat(components/ui): add Table component from shadcn/ui cfngc4594 2025-03-06 16:41:19 +0800
  • cce95d76d5 chore(docker): copy prisma folder before installing dependencies cfngc4594 2025-03-06 14:43:23 +0800
  • 173fb3cb29 chore(dockerignore): add exception for prisma/schema.prisma cfngc4594 2025-03-06 14:39:44 +0800
  • 5ac5c92798 chore(deps): add postinstall script to run prisma generate cfngc4594 2025-03-06 14:38:54 +0800
  • 214f4fabef chore(lib): add prisma client initialization cfngc4594 2025-03-06 11:29:10 +0800
  • aacd5dccde chore(package): add prisma seed script to package.json cfngc4594 2025-03-06 11:27:33 +0800
  • e69ac90f58 chore(git): update .gitignore to exclude prisma migrations folder cfngc4594 2025-03-06 11:21:30 +0800
  • da04f9718b chore(docker): update .dockerignore to exclude prisma folder cfngc4594 2025-03-06 11:20:37 +0800
  • e3b45a05af chore(deps): add @prisma/client package cfngc4594 2025-03-06 11:17:54 +0800
  • e63fc13a8e chore(deps): add prisma and tsx packages cfngc4594 2025-03-06 10:45:39 +0800
  • ef3114e68b chore(docker): remove QEMU setup and platform specification cfngc4594 2025-03-06 10:27:51 +0800
  • 63fd9a4a45 chore(docker): change default USER to root in Dockerfile and remove user: root in Compose cfngc4594 2025-03-06 00:32:56 +0800
  • 1bdae1d458 chore(dockerignore): remove env* pattern from .dockerignore cfngc4594 2025-03-05 22:50:36 +0800
  • 2ac6457f01 chore(docker): update .dockerignore to exclude additional files and folders cfngc4594 2025-03-05 21:30:03 +0800
  • 0d29c56750 feat(language-server): add logging for URL creation in connectToLanguageServer cfngc4594 2025-03-05 19:21:35 +0800
  • f4ce0e594d feat(dockerfile): support bun.lockb file cfngc4594 2025-03-05 16:23:10 +0800
  • 4e1a185036 docs(readme): improve setup instructions with pre-built Docker images cfngc4594 2025-03-05 16:19:02 +0800
  • 3e94bf07a6 chore(docker): update docker compose configuration to use pre-built images cfngc4594 2025-03-05 15:58:44 +0800
  • 7ade2f8e90 fix(docker): update matrix strategy for clearer context and file assignment cfngc4594 2025-03-05 15:44:26 +0800
  • bb06fafe78 chore(workflow): refactor Docker build and push workflow with matrix strategy cfngc4594 2025-03-05 15:38:55 +0800
  • c29e62b1e0 chore(workflow): add Checkout step to GitHub Actions workflow cfngc4594 2025-03-05 14:54:50 +0800
  • 922872e3a9 fix(actions): update context path from './' to '.' cfngc4594 2025-03-05 14:50:02 +0800
  • 3895a2e5b7 fix(actions): correct Dockerfile path parameter to 'file' in GitHub Actions workflow cfngc4594 2025-03-05 14:44:23 +0800
  • e903df067b feat(workflow): add Docker build and push automation cfngc4594 2025-03-05 14:15:54 +0800
  • 5f79671aa5 refactor(code-editor): dynamically fetch lspConfig from LanguageServerConfig cfngc4594 2025-03-05 13:29:17 +0800
  • 9ef83d99b6 chore(images): replace demo image with new version cfngc4594 2025-03-05 10:30:27 +0800
  • 353aff9b4d refactor(header, reset-button, useCodeEditorStore): remove unnecessary value prop and refactor related components cfngc4594 2025-03-05 10:18:06 +0800
  • 3336a9f1d0 feat(config/problem): add TEMP_DEFAULT_EDITOR_VALUE cfngc4594 2025-03-05 09:36:38 +0800
  • a33033b48d refactor(config/judge.ts, types/judge.ts): split judge configuration and types cfngc4594 2025-03-05 09:27:00 +0800
  • 808dd96a50 feat(language-selector): update language selector logic and integrate LSP config cfngc4594 2025-03-05 08:46:44 +0800
  • d33f214450 refactor(button): refactor ResetButton to accept value prop cfngc4594 2025-03-05 08:34:54 +0800
  • 2a47b469b0 feat(language-server): add environment variable support for configuration cfngc4594 2025-03-05 08:33:38 +0800
  • 470fa306c2 feat(editor): add language icon support cfngc4594 2025-03-05 08:32:33 +0800
  • ca82b94b0f refactor: replace old SUPPORTED_LANGUAGES config with new EditorLanguageConfig config cfngc4594 2025-03-05 08:30:58 +0800
  • 753422ebf4 refactor: remove unused editor and language config files cfngc4594 2025-03-05 08:28:52 +0800
  • 527c52abbc feat(editor): refactor code editor with LSP support and state management cfngc4594 2025-03-05 00:33:19 +0800
  • 0c94bb2fa3 refactor(store): restructure code editor store and update configuration cfngc4594 2025-03-05 00:31:57 +0800
  • a920cbc4b8 refactor(utils): rename languageServerConfigs to LanguageServerConfig cfngc4594 2025-03-04 21:28:47 +0800
  • 398928d933 style(editor): format code style for consistency cfngc4594 2025-03-04 21:27:53 +0800
  • d89a45daa8 feat(editor): update loading state with padding and refactor dynamic import cfngc4594 2025-03-04 21:26:51 +0800
  • 0c1ecbcff2 feat(editor): initialize CoreEditorLsp component cfngc4594 2025-03-04 21:05:23 +0800
  • 598ca75829 feat(editor): add default editor options configuration cfngc4594 2025-03-04 21:02:16 +0800
  • af23dd3289 feat(editor): add language server connection via WebSocket cfngc4594 2025-03-04 20:58:06 +0800
  • 742a827072 feat(language-server): add configuration for C and C++ cfngc4594 2025-03-04 20:53:19 +0800