Commit Graph

  • 91d9344bc9 refactor(header): update import style for RunCode component cfngc4594 2025-03-20 15:51:59 +0800
  • bb8d893419 chore(store): remove useCodeEditorStore.ts cfngc4594 2025-03-20 15:47:18 +0800
  • bc541fc605 refactor(header): convert default exports to named exports for buttons and language selector cfngc4594 2025-03-20 15:46:09 +0800
  • 547c458a20 refactor(redo-button): replace useCodeEditorStore with useProblemEditor in RedoButton component cfngc4594 2025-03-20 15:43:14 +0800
  • 5db172fce3 feat(LanguageSelector): add loading state for hydration cfngc4594 2025-03-20 15:41:00 +0800
  • 7051f57204 refactor(WorkspaceEditorFooter): replace useCodeEditorStore with useProblemEditor cfngc4594 2025-03-20 15:39:10 +0800
  • 00f83d69f1 refactor(ResetButton): replace useCodeEditorStore with useProblemEditor cfngc4594 2025-03-20 15:35:53 +0800
  • 0ae01d35bc feat(UndoButton): replace useCodeEditorStore with useProblemEditor cfngc4594 2025-03-20 15:34:13 +0800
  • a6595c51db feat(format-button): switch to useProblemEditor hook for editor state cfngc4594 2025-03-20 15:28:44 +0800
  • 12d0eed66a feat(copy-button): update to use useProblemEditor hook for editor state cfngc4594 2025-03-20 15:26:33 +0800
  • 74c8175153 feat(editor): refactor code editor component to problem editor cfngc4594 2025-03-20 15:15:37 +0800
  • cc76648437 refactor(useProblemEditor): update hooks to support language-specific localStorage keys cfngc4594 2025-03-20 15:11:23 +0800
  • 458bdfbf42 fix(useMonacoTheme): return theme ID instead of the full theme object cfngc4594 2025-03-20 14:47:16 +0800
  • 783b8415ea refactor(editor): integrate ProblemEditorProvider for workspace editor cfngc4594 2025-03-20 14:44:17 +0800
  • fae504b35d chore(components): remove unused core-editor component cfngc4594 2025-03-20 14:42:45 +0800
  • 9814358637 feat(problem-editor): add hydration state for better rehydration handling cfngc4594 2025-03-20 14:40:09 +0800
  • 7a29d751d3 chore(store): delete unused useProblemEditorStore.ts file cfngc4594 2025-03-20 14:19:23 +0800
  • d2bafafc14 refactor(problem-editor-provider): Add editor state and actions cfngc4594 2025-03-20 14:18:15 +0800
  • 69dfb8cb12 refactor(useProblemEditor): refactor to use useProblemEditorStore for state management cfngc4594 2025-03-20 14:15:37 +0800
  • 298d2c1c86 refactor(WorkspaceEditorHeader): remove unused props and simplify component cfngc4594 2025-03-20 13:30:42 +0800
  • 6bd3a44d8d refactor(language-selector): update to use useProblemEditor hook cfngc4594 2025-03-20 13:25:47 +0800
  • a44826990c refactor(hooks): improve useProblemEditor state management and persistence cfngc4594 2025-03-20 13:08:00 +0800
  • 2d83d3f143 feat(providers): add ProblemEditorProvider context for state management cfngc4594 2025-03-20 13:01:18 +0800
  • 8290634afd fix(utils): update function to use fileName instead of language cfngc4594 2025-03-19 18:18:44 +0800
  • 1c0ffb8cda feat(hooks): add useProblemEditor hook for managing problem-specific editor language cfngc4594 2025-03-19 15:14:11 +0800
  • 71227b0890 feat(store): add problem editor state management with zustand cfngc4594 2025-03-19 15:13:34 +0800
  • 154b66d524 refactor(hooks): rename monacoTheme to currentTheme in useMonacoTheme cfngc4594 2025-03-19 14:58:11 +0800
  • 24b5d96913 feat(core-editor): Add CoreEditor component with Monaco Editor integration cfngc4594 2025-03-19 13:18:00 +0800
  • 8ab8892388 fix(auth): improve credential validation and password verification cfngc4594 2025-03-19 08:34:15 +0800
  • 919016cf27 fix(auth): update error message for sign-in and sign-up functions cfngc4594 2025-03-18 23:24:36 +0800
  • 0e16b9ff6c feat(credentials-sign-up-form): add user registration with transition and toast notifications cfngc4594 2025-03-18 22:52:00 +0800
  • 7ecef7679f feat(credentials-sign-in-form): add loading state, error handling, and navigation after sign in cfngc4594 2025-03-18 22:50:59 +0800
  • bef8dcee44 feat(auth): enhance signIn and signUp with error handling and form value types cfngc4594 2025-03-18 22:50:06 +0800
  • c9c07664cf feat(layout): update Toaster position to top-right cfngc4594 2025-03-18 22:49:06 +0800
  • a33bf167d4 rename(components): update file names for consistency cfngc4594 2025-03-18 22:14:12 +0800
  • 63c0656f25 feat(auth): assign ADMIN role to the first user on sign up cfngc4594 2025-03-18 21:53:59 +0800
  • e25a97d698 feat(auth): add event to assign ADMIN role to the first user cfngc4594 2025-03-18 21:53:12 +0800
  • b55ed07004 fix(Loading): update loading state rendering with skeletons for better UX cfngc4594 2025-03-18 19:49:03 +0800
  • 91ce73d72b feat(Loading): add skeletonClassName prop to customize Skeleton style cfngc4594 2025-03-18 19:46:19 +0800
  • 6c53c5ee32 refactor(page): replace accordion structure with LanguageServerAccordion component cfngc4594 2025-03-18 19:37:30 +0800
  • bd085751b6 feat(component): add LanguageServerAccordion for language server settings cfngc4594 2025-03-18 19:36:36 +0800
  • 1acd915459 feat(store): add useAdminSettingsStore for managing admin settings cfngc4594 2025-03-18 19:34:45 +0800
  • 449dfd56f2 refactor(loading): add className prop and support additional props cfngc4594 2025-03-18 19:34:00 +0800
  • 7eb6eedf22 feat(settings): add Suspense with Loading fallback in language server layout cfngc4594 2025-03-18 19:33:14 +0800
  • ceb01aec59 feat(dashboard): add admin dashboard page cfngc4594 2025-03-18 14:58:19 +0800
  • 2248645a38 feat(sidebar): update navigation links for settings page cfngc4594 2025-03-18 14:53:12 +0800
  • 10a648feb3 refactor(prisma): update language server protocol to use LanguageServerProtocol enum cfngc4594 2025-03-18 14:47:33 +0800
  • 827fb26966 feat(language-server): add settings page for language server configuration cfngc4594 2025-03-18 14:45:45 +0800
  • 06c711bdaf feat(form): add language-server form for settings cfngc4594 2025-03-18 14:43:48 +0800
  • 494b899f09 feat(actions): add language server configuration handling cfngc4594 2025-03-18 14:33:51 +0800
  • 3e4b396bfe chore(prisma): add migration for language server protocol enum cfngc4594 2025-03-18 11:46:11 +0800
  • adc195d4bf feat(schema): add LanguageServerProtocol enum and update protocol field type in LanguageServerConfig cfngc4594 2025-03-18 11:43:54 +0800
  • 6ec039eeb5 feat(admin): add language server settings layout cfngc4594 2025-03-18 11:01:35 +0800
  • 168df31fad refactor(admin): replace breadcrumb with Navbar in dashboard layout cfngc4594 2025-03-18 10:40:03 +0800
  • 0dec1e5697 feat(navbar): add breadcrumb navigation component cfngc4594 2025-03-18 10:36:26 +0800
  • 047cd04ea3 feat(components/ui): add Accordion component from shadcn/ui cfngc4594 2025-03-17 20:21:20 +0800
  • 6a4855086e feat(component/ui): add Textarea component from shadcn/ui cfngc4594 2025-03-17 17:57:20 +0800
  • f266d9cdf7 feat(dashboard): remove guest prop and return notFound for non-ADMIN users cfngc4594 2025-03-17 12:06:48 +0800
  • 4ef120178c fix(nav-main): concatenate base URL with sub-item URL cfngc4594 2025-03-17 11:58:51 +0800
  • b403a0f977 refactor(components): extract NavUserProps and NavMainProps type and optimize type definitions cfngc4594 2025-03-17 11:07:57 +0800
  • cb966297e1 refactor(app-sidebar): support external user prop and remove internal user data cfngc4594 2025-03-17 10:45:23 +0800
  • 36c6dd138f feat(dashboard): add layout component for dashboard cfngc4594 2025-03-17 09:59:55 +0800
  • a5faab67c5 feat(components/ui): add Sidebar-07 component from shadcn/ui cfngc4594 2025-03-16 20:31:21 +0800
  • fbd1454cdf chore(env): remove LSP service configuration from .env.example cfngc4594 2025-03-16 20:20:32 +0800
  • aa10163c51 feat(code-editor): update component to set path based on language configuration cfngc4594 2025-03-16 20:00:55 +0800
  • ea92ba9d67 feat(seed): update seed data to add editor language configurations cfngc4594 2025-03-16 19:43:21 +0800
  • af0ece8952 feat(judge): integrate Prisma for editor language configurations cfngc4594 2025-03-16 19:32:34 +0800
  • 0cb5484fbd chore(store): update result type and remove unused imports cfngc4594 2025-03-16 19:31:05 +0800
  • 2d4abc5141 chore(types): delete src/types/judge.ts file cfngc4594 2025-03-16 19:28:52 +0800
  • c32704af27 chore(prisma): run prisma migrate to add JudgeResult model cfngc4594 2025-03-16 19:07:55 +0800
  • a4f377037b feat(prisma): add JudgeResult model to store execution results cfngc4594 2025-03-16 19:05:16 +0800
  • c40403a78f docs(readme): remove shiki compatibility section after updating rehype-pretty-code, shiki, and @shikijs/monaco to latest versions cfngc4594 2025-03-16 18:19:56 +0800
  • 5da1629524 chore(deps): update rehype-pretty-code, shiki, and @shikijs/monaco packages cfngc4594 2025-03-16 18:15:43 +0800
  • eef2df3eb4 feat(prisma): add ExitCode enum to schema cfngc4594 2025-03-16 17:13:57 +0800
  • 2e7f9540fe feat(prisma): add ExitCode enum for handling problem outcomes cfngc4594 2025-03-16 17:11:29 +0800
  • f34a01e8f5 feat(judge): remove unused judge configuration file cfngc4594 2025-03-16 17:07:24 +0800
  • d67ddf6882 chore(prisma): run migration to add DockerConfig to EditorLanguageConfig cfngc4594 2025-03-16 16:45:59 +0800
  • aa34320295 feat(prisma): add DockerConfig model and update EditorLanguageConfig for Docker integration cfngc4594 2025-03-16 16:44:55 +0800
  • f3b9ae64f4 feat(code-editor): refactor to support dynamic language and LSP configuration cfngc4594 2025-03-16 16:36:02 +0800
  • 332e019e70 feat(workspace/editor): add language server config support and optimize data fetching logic cfngc4594 2025-03-16 16:24:58 +0800
  • 4dc3b44bf0 feat(workspace-editor): add languageServerConfigs support to WorkspaceEditorHeader cfngc4594 2025-03-16 16:06:33 +0800
  • 004bdb510b feat(language-selector): update to support multiple language server configurations cfngc4594 2025-03-16 15:59:59 +0800
  • acfeee5a26 refactor(language-server): replace EditorLanguageMetadata with EditorLanguageConfig and LanguageServerConfig for better type safety cfngc4594 2025-03-16 15:49:46 +0800
  • 31c5d86f2c chore(store): update CodeEditorStore for LSP config changes cfngc4594 2025-03-16 15:40:00 +0800
  • ff8eff5891 chore(config, types): remove deprecated language server and editor language files cfngc4594 2025-03-16 15:39:07 +0800
  • c1999bd386 refactor(utils): update getPath function to use EditorLanguageConfig from Prisma cfngc4594 2025-03-16 15:36:54 +0800
  • 4d13ba2c6d feat(prisma): add LanguageServerConfig model and relationship with EditorLanguageConfig cfngc4594 2025-03-16 14:39:23 +0800
  • eb7943ab7e feat(prisma): refactor Prisma schema to remove circular relation and simplify EditorLanguageConfig and LanguageServerConfig models cfngc4594 2025-03-16 14:37:25 +0800
  • 07ffcf439b refactor(code-editor-store): replace DefaultEditorLanguageConfig with DEFAULT_EDITOR_LANGUAGE constant cfngc4594 2025-03-16 14:28:25 +0800
  • b0bb5b5250 feat(editor-language): simplify language configuration to a constant cfngc4594 2025-03-16 14:27:28 +0800
  • ee4020f50f feat(workspace): pass editorLanguageConfigs to LanguageSelector and WorkspaceEditorHeader cfngc4594 2025-03-16 14:18:14 +0800
  • 4dbf6d774b chore(prisma): apply migration to remove id field from EditorLanguageConfig model cfngc4594 2025-03-16 14:12:02 +0800
  • 1bfa119b52 feat(prisma): remove id field from EditorLanguageConfig model and set language as unique cfngc4594 2025-03-16 14:09:34 +0800
  • 649637cceb chore(prisma): apply migration for editor language config model cfngc4594 2025-03-16 13:47:06 +0800
  • ae97115d24 feat(prisma): add model to store language configurations cfngc4594 2025-03-16 13:46:09 +0800
  • b0e00e7d69 feat(language-selector): integrate icons for languages in language selector cfngc4594 2025-03-16 13:33:16 +0800
  • 02f4fc1c3f feat(config): add mapping for EditorLanguage to icons cfngc4594 2025-03-16 13:31:08 +0800
  • 82d85d3b31 refactor(config): remove icon property from EditorLanguageConfig cfngc4594 2025-03-16 13:24:06 +0800
  • 939cd4b2f0 refactor(types): remove icon property from EditorLanguageMetadata type cfngc4594 2025-03-16 13:23:32 +0800
  • d1188f5ea6 chore(components): move features to components/features cfngc4594 2025-03-16 12:05:59 +0800