Commit Graph

  • efa16c8b77 refactor(store): rename useSettingNavStore to useSettingsStore and update state structure cfngc4594 2025-03-12 11:47:31 +0800
  • a7a50231d2 refactor(problems): use Suspense for lazy loading and adjust layout structure cfngc4594 2025-03-12 08:59:38 +0800
  • ca2d663533 feat(playground): add min size constraints for resizable panels cfngc4594 2025-03-12 08:23:24 +0800
  • 2bc704a818 feat(loading): add Loading component cfngc4594 2025-03-11 22:40:21 +0800
  • a5b5584e1c feat(prisma): add initial migration cfngc4594 2025-03-11 15:53:43 +0800
  • 30ca87ac7c chore(gitignore): remove prisma/migrations from ignored files cfngc4594 2025-03-11 15:52:25 +0800
  • 90e9829b79 chore(package): add prisma migrate deploy to postinstall script cfngc4594 2025-03-11 15:29:35 +0800
  • 6a01fed089 refactor(prisma): move prisma initialization to default export cfngc4594 2025-03-11 14:58:36 +0800
  • 24a1b60a8a feat(workflow): split Docker build and push into separate workflows for Monaco and LSP images cfngc4594 2025-03-11 14:41:48 +0800
  • 862fbf1379 fix(prisma): ensure single Prisma Client instance in development cfngc4594 2025-03-11 12:46:57 +0800
  • 4b0d238d37 fix(RunCode): update component with custom classes for background and hover states cfngc4594 2025-03-10 23:10:56 +0800
  • 02b75be71d feat(prisma): add solution field to problems during seed data creation cfngc4594 2025-03-10 22:40:37 +0800
  • 84ac0a88dc feat(solution): add layout and page components for problem solution, including footer cfngc4594 2025-03-10 20:54:31 +0800
  • 4727c55bcc refactor(layout, page, description): update problem page layout and structure, including description fetching and TabsContent styling cfngc4594 2025-03-10 20:51:21 +0800
  • c0f72a21dd feat(prisma): add solution field to Problem model cfngc4594 2025-03-10 20:44:32 +0800
  • aaa4c1def5 fix(mdx-components): restore list decoration for ordered and unordered lists cfngc4594 2025-03-10 20:34:10 +0800
  • 13fd49fd18 style(mdx): update code highlighting styles for dark mode cfngc4594 2025-03-10 14:09:11 +0800
  • 9ebd961efe docs(readme): clarify LSP configuration limitations and upcoming improvements cfngc4594 2025-03-10 11:44:10 +0800
  • 8c847018f0 fix(theme): update code block styles to use useTheme hook value cfngc4594 2025-03-09 20:30:02 +0800
  • 0868f45a10 chore(playground): comment out the import and usage of ProblemDescriptionFooter cfngc4594 2025-03-09 18:59:55 +0800
  • 28c10ad590 fix(style): removing shadow cfngc4594 2025-03-09 18:58:48 +0800
  • 849c8bc609 feat(page): deprecate /playground and redirect to /problemset cfngc4594 2025-03-09 18:21:27 +0800
  • 0dbed9c284 feat(terminal): add TerminalTestcasePage with release info card cfngc4594 2025-03-09 18:17:18 +0800
  • f3303fff3d feat(layout): add TerminalTestcaseLayout component for rendering testcase content cfngc4594 2025-03-09 18:16:28 +0800
  • f4078cb985 feat(layout): add terminal layout with Tabs and ScrollArea for testcase display cfngc4594 2025-03-09 18:15:48 +0800
  • 37fdbc1cdc chore(deps): update bun.lock after installing dependencies cfngc4594 2025-03-09 17:46:59 +0800
  • 8381dbaaf6 feat(prisma): add seed data cfngc4594 2025-03-09 17:45:13 +0800
  • a7506bed64 refactor(reset-button): remove unnecessary disabled state for button cfngc4594 2025-03-09 15:18:08 +0800
  • b9ac439178 fix(header): improve layout and adjust z-index for settings button cfngc4594 2025-03-09 15:14:47 +0800
  • dd2f4a733b feat(scroll-area): add horizontal scrollbar to problem description page cfngc4594 2025-03-09 15:04:54 +0800
  • 163dc4b57c feat(problem-description): add dynamic title to footer and fetch problem title cfngc4594 2025-03-09 14:49:59 +0800
  • ef753dd6c8 style(problems, workspace): adjust ScrollArea height and flex layout cfngc4594 2025-03-09 14:46:43 +0800
  • 3a75c3d415 style(layout): update panel border-radius to rounded-xl cfngc4594 2025-03-09 14:31:26 +0800
  • e224fae210 feat(layout): adjust resizable panel layout with equal distribution for workspace and terminal cfngc4594 2025-03-09 13:26:05 +0800
  • e082aed9a1 feat(editor): add undo stack support for reset button cfngc4594 2025-03-09 12:13:29 +0800
  • 28a4b0631d refactor(code-editor): update editor change handler and remove unused event parameter cfngc4594 2025-03-09 11:50:23 +0800
  • a691992404 fix(code-editor): improve template handling and default value logic cfngc4594 2025-03-09 11:22:40 +0800
  • 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