Commit Graph

  • 288a3cc4c5 feat(playground): include full problem data in provider cfngc4594 2025-03-24 10:32:20 +0800
  • 0c9ad2b8b0 refactor(mdx-preview): use MdxComponents and add className prop cfngc4594 2025-03-24 10:31:09 +0800
  • 7a0a13aa97 feat(hook): add problem field to useProblem hook cfngc4594 2025-03-24 10:29:46 +0800
  • dcb666c12d feat(problem-store-provider): pass problem data to ProblemStoreProvider cfngc4594 2025-03-24 10:28:58 +0800
  • 2a90162c73 feat(problem-store): add problem field to ProblemState cfngc4594 2025-03-24 10:28:16 +0800
  • c97613ac1d refactor(problem-editor): rename CodeEditor to ProblemEditor cfngc4594 2025-03-23 23:55:11 +0800
  • 9e4bcfaf96 refactor(lsp-status-button): update LSP status logic to use WebSocket state cfngc4594 2025-03-23 23:53:07 +0800
  • 09a8276d39 refactor(problem-editor): modify LSP connection logic to manage WebSocket state cfngc4594 2025-03-23 23:51:58 +0800
  • 1796d21a09 refactor(language-server): modify connectToLanguageServer to return both client and webSocket cfngc4594 2025-03-23 23:51:12 +0800
  • f246ff1a6d feat(use-problem): integrate WebSocket into problem hook cfngc4594 2025-03-23 23:49:34 +0800
  • cea8748a4e feat(problem-store-provider): update to include WebSocket in provider state cfngc4594 2025-03-23 23:48:19 +0800
  • 3fbec8cd24 feat(problem-store): add WebSocket to store and update actions cfngc4594 2025-03-23 23:47:36 +0800
  • 6df93de3ca feat(header): add LSP status button to workspace header cfngc4594 2025-03-23 22:05:59 +0800
  • cd5f3c88dc refactor(problem-editor): optimize event handlers with useCallback cfngc4594 2025-03-23 21:03:53 +0800
  • 4842c9302c feat(problem-editor): add LSP support and language client connection cfngc4594 2025-03-23 18:50:07 +0800
  • becb48f4d7 feat(use-problem): add monacoLanguageClient state management cfngc4594 2025-03-23 16:59:22 +0800
  • 0e5e683ef3 refactor(use-problem): pass problemId to getPath function cfngc4594 2025-03-23 15:36:53 +0800
  • b339e407cf feat(utils): include problemId in getPath function cfngc4594 2025-03-23 15:34:57 +0800
  • c5cf52168b refactor(problemset): remove force-dynamic export cfngc4594 2025-03-23 14:16:57 +0800
  • 45a9950ad3 fix(credentials-sign-in-form): redirect to dashboard after successful sign-in cfngc4594 2025-03-22 13:49:12 +0800
  • 985da4f804 feat(auth): modify signIn logic to prevent redirect after credentials sign-in cfngc4594 2025-03-22 13:18:06 +0800
  • 107f5d6670 feat(problemset): display sequential index instead of database id cfngc4594 2025-03-22 12:30:04 +0800
  • e5ba5dd51a refactor(hooks): rename use-problem-editor.ts to use-problem.ts cfngc4594 2025-03-22 00:21:51 +0800
  • 695dabe821 refactor(problem-editor): rename problem-editor-provider.tsx to problem-store-provider.tsx cfngc4594 2025-03-22 00:00:49 +0800
  • 8904e13a68 refactor(problem-editor): replace Zustand store with useRef store cfngc4594 2025-03-21 23:59:07 +0800
  • 14bee1ade8 feat(store): add problem store for managing editor state cfngc4594 2025-03-21 23:58:50 +0800
  • f43ba10a57 refactor(store): rename src/store to src/stores cfngc4594 2025-03-21 20:43:33 +0800
  • 3fefee674b chore(prisma): apply migration to remove TEACHER and STUDENT roles cfngc4594 2025-03-21 11:14:24 +0800
  • 190431ece6 chore(prisma): remove TEACHER and STUDENT roles cfngc4594 2025-03-21 11:11:24 +0800
  • 69115c4ef0 feat(run-code): integrate exit code toast and update problem editor hook cfngc4594 2025-03-21 11:08:00 +0800
  • b46a603f62 feat(toast): add custom exit code toast component with icons and messages cfngc4594 2025-03-21 11:07:10 +0800
  • b19692ee4f feat(problem-editor): add MonacoLanguageClient to problem editor state cfngc4594 2025-03-20 16:44:34 +0800
  • 321a712bf9 feat(playground-layout): integrate problem data fetching and editor configuration cfngc4594 2025-03-20 16:12:23 +0800
  • d79b88e0b6 refactor(page): simplify WorkspaceEditorPage by removing unnecessary database queries and state management cfngc4594 2025-03-20 16:10:11 +0800
  • ceee810e14 refactor(page): update import paths for WorkspaceEditorHeader and WorkspaceEditorFooter cfngc4594 2025-03-20 15:58:05 +0800
  • 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