Commit Graph

196 Commits

Author SHA1 Message Date
6e22822383 chore(toast): rename show-exit-code-toast.tsx to show-status-toast.tsx 2025-04-10 22:42:41 +08:00
895c3f779d refactor(judge): fetch timeLimit and memoryLimit from Problem instead of DockerConfig 2025-04-10 21:59:11 +08:00
84ebd17be9 style(playground): adjust header layout and z-index for centered RunCode button 2025-04-10 20:38:39 +08:00
3f10c08a6c feat(testcase): add dynamic testcase card and form for problem view 2025-04-09 21:26:06 +08:00
d799578150 refactor(editor/header): adjust workspace header layout structure 2025-04-07 12:32:15 +08:00
a7419fe1ba fix(editor/footer): delay the import of Monaco's MarkerSeverity until window is defined 2025-04-07 12:05:17 +08:00
3e5e2d2a62 feat(dockview): support dynamic Lucide icons via string in tab headers 2025-04-07 10:32:58 +08:00
da26648a9b feat(dockview): refactor component API and add customization options 2025-04-06 18:16:43 +08:00
67e1445f98 refactor(problemset): use Dockview components with dynamic params in description form 2025-04-06 17:40:29 +08:00
787f91b743 style(problemset): increase odd row background opacity in tables 2025-04-05 23:34:48 +08:00
424f24694b feat(problemset): add metadata, description, and solution forms for new problem creation 2025-04-05 23:17:36 +08:00
b8576dbf10 feat(dockview): refactor to generic configurable dockview component 2025-04-05 17:50:07 +08:00
54ac7b3cd5 feat(editor): add Markdown editor component with Monaco editor integration 2025-04-04 20:24:11 +08:00
a8e243204b feat(layout): refactor problem layout to use DockView for organizing content sections 2025-04-04 18:13:14 +08:00
2f1a9767f1 feat(dockview): add Dockview component and panel layout management 2025-04-04 14:03:05 +08:00
d61f3d9b0c refactor(styles): rename style folder to styles 2025-04-04 13:00:36 +08:00
30fd6fd386 refactor(actions): move actions from @/app/actions to @/actions 2025-04-04 10:04:38 +08:00
74e85edd33 feat(admin/problemset): add schema definition for new problem 2025-04-02 09:27:05 +08:00
1875e98106 feat(problemset/table): wrap Add Problem button with Next.js Link 2025-04-02 08:38:51 +08:00
548f0b7184 feat(components/ui): add Switch component from shadcn/ui 2025-04-01 17:33:09 +08:00
750fb74653 chore(imports): update imports to use @/generated/client instead of @prisma/client 2025-04-01 11:46:25 +08:00
ce41afa383 feat(admin/problemset): add interactive problemset data table
- Implement responsive data table with TanStack React Table

- Add dynamic filtering for difficulty and search

- Support server-side pagination controls

- Include row selection and batch delete functionality

- Add column visibility toggling

- Style table with custom hover states and accessibility features
2025-03-31 21:28:28 +08:00
139c0ba76d feat(components/ui): add Table component from shadcn/ui 2025-03-30 21:08:03 +08:00
daa7775862 chore(sidebar): simplify navigation structure 2025-03-30 20:51:38 +08:00
99f6696fa2 feat(nav-main): refactor sidebar menu to handle items without submenus 2025-03-30 20:43:12 +08:00
192d882fdd fix(banner): update component to use 'flex-none' for flexbox layout 2025-03-30 20:21:59 +08:00
e490f1bcea fix(video-embed): refactor URL generation and prevent Bilibili autoplay 2025-03-28 10:38:46 +08:00
869957de19 feat(mdx-components): add VideoEmbed component to MDX components map 2025-03-27 14:06:04 +08:00
535d8ec51a feat(mdx/content): add component for embedding YouTube and Bilibili videos 2025-03-27 14:05:16 +08:00
a86a42a483 feat(mdx-components): add AccordionComponent to MdxComponents 2025-03-27 13:33:36 +08:00
671f29b66a feat(mdx/content): add AccordionComponent for collapsible sections with lightbulb icon 2025-03-27 13:33:01 +08:00
4ec1943738 fix(chat-bubble): adjust message padding and layout styles 2025-03-26 22:51:03 +08:00
2605b211bc feat(pre): add horizontal scrolling support for code blocks 2025-03-26 22:48:46 +08:00
793db58e36 feat(mdx): add scroll support for tables 2025-03-26 22:48:00 +08:00
1de4396eaa feat(workspace-editor-footer): add error and warning marker count 2025-03-25 13:18:41 +08:00
4736f77cbf fix(problem-editor): add editor validation handling 2025-03-25 13:08:29 +08:00
ef37451313 chore(ui): add eslint-disable for unused variables in ChatMessageList 2025-03-24 21:27:12 +08:00
c0783f0648 chore(ui): add eslint-disable for empty object type in ChatInputProps 2025-03-24 21:26:47 +08:00
2b4a4b527e feat(cli): add all components with shadcn-chat-cli 2025-03-24 11:38:00 +08:00
0c9ad2b8b0 refactor(mdx-preview): use MdxComponents and add className prop 2025-03-24 10:31:09 +08:00
c97613ac1d refactor(problem-editor): rename CodeEditor to ProblemEditor 2025-03-23 23:55:11 +08:00
9e4bcfaf96 refactor(lsp-status-button): update LSP status logic to use WebSocket state 2025-03-23 23:53:07 +08:00
09a8276d39 refactor(problem-editor): modify LSP connection logic to manage WebSocket state 2025-03-23 23:51:58 +08:00
6df93de3ca feat(header): add LSP status button to workspace header 2025-03-23 22:05:59 +08:00
cd5f3c88dc refactor(problem-editor): optimize event handlers with useCallback 2025-03-23 21:03:53 +08:00
4842c9302c feat(problem-editor): add LSP support and language client connection 2025-03-23 18:50:07 +08:00
45a9950ad3 fix(credentials-sign-in-form): redirect to dashboard after successful sign-in 2025-03-22 13:49:12 +08:00
e5ba5dd51a refactor(hooks): rename use-problem-editor.ts to use-problem.ts 2025-03-22 00:23:27 +08:00
f43ba10a57 refactor(store): rename src/store to src/stores 2025-03-21 23:58:40 +08:00
69115c4ef0 feat(run-code): integrate exit code toast and update problem editor hook 2025-03-21 11:08:00 +08:00