Commit Graph

  • 0e3daefe48 feat(config): add LANGUAGES constant for language enum values cfngc4594 2025-05-13 16:00:52 +0800
  • f6ed0baaf0 refactor(prisma): simplify prisma client initialization and remove caching cfngc4594 2025-05-13 15:59:57 +0800
  • f9cbc5e085 refactor(code-toolbar): standardize component exports and simplify reset logic cfngc4594 2025-05-13 15:56:28 +0800
  • eea16a8224 feat(problems): add localization support for problem descriptions and solutions cfngc4594 2025-05-13 15:36:07 +0800
  • ad2aca2f67 refactor(language-selector): migrate to new location and implementation cfngc4594 2025-05-13 15:18:59 +0800
  • cea0027799 refactor(shiki): migrate to shiki/core with lazy initialization cfngc4594 2025-05-13 14:48:32 +0800
  • 2efdc21419 refactor(i18n): replace language-settings with locale-switcher cfngc4594 2025-05-12 23:40:32 +0800
  • 2e2e0315a8 refactor(hooks): remove theme config and simplify theme hook cfngc4594 2025-05-12 21:19:05 +0800
  • 01b72209ae refactor(i18n): migrate locale configuration to generated types cfngc4594 2025-05-12 21:07:43 +0800
  • 4cc6456151 refactor(prisma): simplify schema and remove zod-prisma-types cfngc4594 2025-05-12 19:27:56 +0800
  • 15b3f630d5 refactor(prisma): simplify schema and remove zod-prisma-types cfngc4594 2025-05-12 18:32:46 +0800
  • 0e9207bfce chore(scripts): remove --turbopack flag from dev script cfngc4594 2025-05-12 11:22:31 +0800
  • 9ec8768393 chore(shiki): convert function to arrow function cfngc4594 2025-05-09 09:42:24 +0800
  • baf377b722 refactor(loading): change to named export and arrow function cfngc4594 2025-05-09 09:40:25 +0800
  • 7e45010487 fix(styles): adjust tabs overflow container height in abyss theme cfngc4594 2025-05-08 11:27:10 +0800
  • 614552bfc6 feat: change prototype seed.ts and run-code.tsx fly6516 2025-05-08 11:05:25 +0800
  • 25fd9b5f46 chore(prisma/migrations): add migration for multilingual problem support cfngc4594 2025-05-07 21:09:35 +0800
  • cfbbdbf821 feat(prisma/schema): add multilingual support for problem descriptions and solutions cfngc4594 2025-05-07 21:04:46 +0800
  • f0beb69b2c fix(page): add missing return statement in RootPage component cfngc4594 2025-05-07 16:42:39 +0800
  • f93224f56e chore(components): remove unused problem-related components cfngc4594 2025-05-07 14:53:46 +0800
  • b67b13d7bf refactor(route): rename [id] to [problemId] in problems route cfngc4594 2025-05-07 14:47:20 +0800
  • 16ec2d3730 feat: add TestcaseDataConfig and prototype randomjudge.ts fly6516 2025-05-07 14:36:21 +0800
  • 1db666a2ab refactor(structure): reorganize page and component exports cfngc4594 2025-05-07 14:05:21 +0800
  • 3417d2ee49 refactor(editor): consolidate editor toolbar actions into unified structure cfngc4594 2025-05-07 13:42:08 +0800
  • 6c9351ccd2 feat(components): add TooltipButton component cfngc4594 2025-05-07 13:32:26 +0800
  • 2e19c08e8b refactor(mdx-renderer): simplify component implementation cfngc4594 2025-05-07 13:31:02 +0800
  • 2c7223a323 feat(prisma): add server-only caching for problems queries cfngc4594 2025-05-06 21:33:37 +0800
  • aed942e7e2 refactor(layouts): overhaul problem and problemset page structures cfngc4594 2025-05-06 21:04:45 +0800
  • 829370fafd chore(problems): move problem-dockview to components directory cfngc4594 2025-05-06 19:47:02 +0800
  • 5f3eb72d00 refactor(problems): migrate description and solution to feature-based structure cfngc4594 2025-05-06 19:38:50 +0800
  • f464fb7636 feat(dockview): refactor dockview component and add problem-specific implementation cfngc4594 2025-05-06 18:45:08 +0800
  • c182452dd0 refactor(stores): split dockview store into problem-specific store cfngc4594 2025-05-06 18:37:39 +0800
  • 3042af4575 style(dockview): reduce tabs container height and center align items cfngc4594 2025-05-06 17:20:46 +0800
  • 500113fe8f feat(user-avatar): refactor avatar component into user-avatar with improved structure cfngc4594 2025-05-05 18:39:47 +0800
  • a3ef5d88e6 refactor(auth)!: remove components and rewrite sign-in page cfngc4594 2025-05-05 18:21:08 +0800
  • 1f21cad4d1 refactor(auth)!: replace credentials with OAuth providers and add logging cfngc4594 2025-05-05 17:05:01 +0800
  • 7db089dd4c chore(deps): add react-icons package cfngc4594 2025-05-05 14:12:41 +0800
  • e42aa935be chore(tailwind): update config with features path and animate import cfngc4594 2025-05-05 09:23:55 +0800
  • 613dd5ef17 feat(log): add pino logging support cfngc4594 2025-05-04 21:35:44 +0800
  • 4b4dcb1ff5 chore(deps): add pino and pino-pretty packages cfngc4594 2025-05-04 21:26:41 +0800
  • 443adf055b feat(editor): configure Monaco workers using URL imports for better bundling cfngc4594 2025-04-20 01:11:38 +0800
  • 7785ac8c1e chore(deps): add server-only package cfngc4594 2025-04-19 15:51:31 +0800
  • e5defb8adf fix(vscode): remove src/i18n from i18n-ally.localesPaths and set keystyle to nested cfngc4594 2025-04-19 12:59:42 +0800
  • 64182bccc6 fix(dockview): move panel titles from options to params to prevent i18n title persistence in layout cfngc4594 2025-04-19 12:53:39 +0800
  • f40a8d3821 perf(language-settings): make locale change handling async with await cfngc4594 2025-04-19 10:53:34 +0800
  • f2d14d07b2 feat(home): Add PrimaryFeatures component cfngc4594 2025-04-17 21:42:58 +0800
  • fcb75269eb feat(components/ui): add Card component from shadcn/ui cfngc4594 2025-04-17 16:49:35 +0800
  • 5e7ef4a99d feat(home): replace homepage redirect with actual content cfngc4594 2025-04-17 16:45:49 +0800
  • 93da6eb2cb chore(deps): add framer-motion package cfngc4594 2025-04-17 16:35:50 +0800
  • f39bbf76e7 feat(submissions): add login requirement for submissions page cfngc4594 2025-04-17 09:31:04 +0800
  • 30ee16fbf0 style(problem): adjust problem layout styles cfngc4594 2025-04-17 07:44:41 +0800
  • 569beb0b36 feat(layout): add layout with suspense boundary for problem cfngc4594 2025-04-16 18:05:55 +0800
  • a7ddd80d09 perf(problemset): add prefetch to problem links for faster navigation cfngc4594 2025-04-16 17:04:28 +0800
  • 58222795fe chore(avatar): update default image to use local shadcn.jpg cfngc4594 2025-04-16 15:48:06 +0800
  • ff7928132c feat: fix solution seed-cn.ts fly6516 2025-04-16 11:37:34 +0800
  • 31d0f13e08 feat: fix description in seed-cn.ts fly6516 2025-04-16 10:59:07 +0800
  • 1d0b74136f refactor(i18n): replace hardcoded texts with i18n message keys for auth cfngc4594 2025-04-16 00:40:36 +0800
  • 908e4e6f19 feat: add seed-cn.ts fly6516 2025-04-16 00:22:15 +0800
  • 0b3086f333 chore(seed): add seed data for problem templates cfngc4594 2025-04-15 23:07:47 +0800
  • 59ba12258c bugs: change template to support code-run feature fly6516 2025-04-15 20:50:49 +0800
  • 9d57a0c987 bugs: fix bugs in coding template in a simple way fly6516 2025-04-15 20:43:38 +0800
  • 4916f0b07f Revert "feat: change template for running feature" fly6516 2025-04-15 20:42:18 +0800
  • 4428a29306 refactor(i18n): replace hardcoded texts with i18n message keys cfngc4594 2025-04-15 18:22:21 +0800
  • 864cdcf587 Merge remote-tracking branch 'origin/template-edit' into template-edit fly6516 2025-04-15 17:38:02 +0800
  • 4ee534b031 bugs: fix bugs in coding template fly6516 2025-04-15 17:03:50 +0800
  • 4a17552093 bugs: fix bugs in coding template fly6516 2025-04-15 17:03:50 +0800
  • 73effbd561 bugs: fix bugs in coding template fly6516 2025-04-15 16:40:03 +0800
  • a9ea06a56a bugs: fix bugs in coding template fly6516 2025-04-15 16:40:03 +0800
  • 7073d5ddf4 feat: change template for running feature fly6516 2025-04-15 16:09:59 +0800
  • 8b276ae91e chore(docker): add compose.cn.yml file cfngc4594 2025-04-15 13:27:08 +0800
  • a2bf1fc7a1 chore(deps): add react-world-flags package cfngc4594 2025-04-15 01:03:35 +0800
  • d98522d643 feat(i18n): add locale management and configuration cfngc4594 2025-04-14 23:15:41 +0800
  • 30922a25bb feat(i18n): integrate next-intl and dynamic locale support in RootLayout cfngc4594 2025-04-14 22:43:27 +0800
  • 8673e4615a feat(i18n): integrate next-intl plugin for internationalization cfngc4594 2025-04-14 21:49:16 +0800
  • e7e8b5da8b chore(deps): add next-intl package cfngc4594 2025-04-14 21:46:03 +0800
  • 5465450143 feat(auth): update sign-in and sign-up flow with redirect support cfngc4594 2025-04-14 21:27:06 +0800
  • 799ab3ccd1 refactor(avatar-button): remove unnecessary account and notification items from dropdown menu cfngc4594 2025-04-14 17:59:52 +0800
  • c540a04c36 feat(problemset): add status icons for problem set page, support completed and attempted states cfngc4594 2025-04-14 17:35:31 +0800
  • 0694e4dea0 feat(problemset): add completion status indicator for problems cfngc4594 2025-04-14 17:22:01 +0800
  • 59e133f29c feat(submissions-table): update table to display detailed status message cfngc4594 2025-04-14 16:53:58 +0800
  • 55a9d79965 feat: add missing i18n in sign up and login in page,add i18n in table.tsx fly6516 2025-04-14 16:47:13 +0800
  • 69d03f89da refactor(problem): remove TestResult tab and adjust tab positions cfngc4594 2025-04-14 16:25:10 +0800
  • d58723bd47 delete(features): remove src/app/(app)/problems/[id]/features folder cfngc4594 2025-04-14 16:22:10 +0800
  • 207697c592 feat(submission-details): display last failed test case details and error messages cfngc4594 2025-04-14 15:38:02 +0800
  • b18dedcc23 feat(judge): create testcaseResult for TLE and update relation field cfngc4594 2025-04-14 15:33:18 +0800
  • 675c828fe2 feat(submissions): include detailed testcase data in problem submissions query cfngc4594 2025-04-14 15:30:59 +0800
  • f53807338a refactor(submission-table): switch to SubmissionWithTestcaseResult to support testcase results cfngc4594 2025-04-14 14:15:16 +0800
  • 44ec30e988 refactor(store): replace Submission with SubmissionWithTestcaseResult in dockview store cfngc4594 2025-04-14 14:12:15 +0800
  • 1ad8dbab47 feat(types/prisma): add submission and testcase result query types cfngc4594 2025-04-14 14:11:29 +0800
  • 81f89f7b16 refactor(schema): rename TestcaseResult fields to camelCase cfngc4594 2025-04-14 11:33:19 +0800
  • 983c66bdbb feat: activate config.ts to control settings fly6516 2025-04-14 10:40:22 +0800
  • fbf563dfdf refactor(details): move panel cleanup logic into useEffect cfngc4594 2025-04-14 10:40:08 +0800
  • ce4a0e64c9 feat(store): persist submission state in dockview store cfngc4594 2025-04-14 10:39:06 +0800
  • 9b82088110 feat(judge): add language-specific compilation commands for C and C++ cfngc4594 2025-04-14 10:28:39 +0800
  • 2a4d741a76 feat(submissions): show language label alongside icon in submissions table cfngc4594 2025-04-14 10:26:57 +0800
  • 06b6032436 feat: fix bugs in avatar-button.tsx and settings-dialog.tsx because of wrong translation coding fly6516 2025-04-14 10:05:11 +0800
  • 3bd2b5f075 feat: add basic modules translation fly6516 2025-04-14 05:12:05 +0800
  • 01c2cd6eef refactor(description-form): simplify form to use basic input instead of markdown editor cfngc4594 2025-04-13 22:45:33 +0800
  • c82b75b300 feat(dockview-store): add submission state management cfngc4594 2025-04-13 22:44:05 +0800
  • b35ef0208a feat(submissions-table): add click handler to open details panel cfngc4594 2025-04-13 22:43:01 +0800