monaco-editor-lsp-next/src/components
fly6516 6e02c67013 feat(creater): realise problem-editor interactive with database logic
- 在 edit-code-panel、edit-description-panel、edit-detail-panel、edit-solution-panel 和 edit-testcase-panel 组件中添加保存逻辑
- 实现与后端 API 的交互,包括保存代码模板、题目描述、详情、解析和测试用例
-优化错误处理和用户提示,使用 toast 组件显示操作结果
- 调整界面布局和交互细节,提升用户体验
2025-06-20 17:37:00 +08:00
..
content refactor: flexlayout 2025-06-20 17:37:00 +08:00
creater feat(creater): realise problem-editor interactive with database logic 2025-06-20 17:37:00 +08:00
ui feat(ui): add all Shadcn components 2025-06-20 17:37:00 +08:00
ai-optimized-editor.tsx refactor(components): 重构 AI优化编辑器 2025-06-20 17:37:00 +08:00
app-sidebar.tsx chore(sidebar): simplify navigation structure 2025-03-30 20:51:38 +08:00
appearance-settings.tsx refactor(i18n): replace hardcoded texts with i18n message keys 2025-04-15 18:22:21 +08:00
back-button.tsx refactor(components): simplify BackButton by using TooltipButton 2025-05-13 17:38:26 +08:00
banner.tsx refactor(i18n): replace hardcoded texts with i18n message keys 2025-04-15 18:22:21 +08:00
bot-visibility-toggle.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
container.tsx feat(home): replace homepage redirect with actual content 2025-04-17 16:45:49 +08:00
core-editor.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
credentials-sign-in-form.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
credentials-sign-up-form.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
dockview.tsx feat(dockview): export Dockview component and create ProblemDockview wrapper 2025-05-13 16:08:33 +08:00
faqs.tsx refactor(structure): reorganize page and component exports 2025-05-07 14:06:31 +08:00
footer.tsx refactor(structure): reorganize page and component exports 2025-05-07 14:06:31 +08:00
header.tsx refactor(i18n): replace language-settings with locale-switcher 2025-05-13 00:19:01 +08:00
hero-section.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
loading.tsx refactor(loading): change to named export and arrow function 2025-05-09 09:40:25 +08:00
locale-switcher.tsx refactor(i18n): replace language-settings with locale-switcher 2025-05-13 00:19:01 +08:00
logo.tsx feat(home): replace homepage redirect with actual content 2025-04-17 16:45:49 +08:00
mdx-preview.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
mode-toggle.tsx feat(theme): Add ModeToggle component for theme switching 2025-02-19 22:45:30 +08:00
nav-main.tsx feat(nav-main): refactor sidebar menu to handle items without submenus 2025-03-30 20:43:12 +08:00
nav-projects.tsx feat(components/ui): add Sidebar-07 component from shadcn/ui 2025-03-16 20:31:21 +08:00
nav-user.tsx refactor(components): extract NavUserProps and NavMainProps type and optimize type definitions 2025-03-17 11:35:05 +08:00
navbar.tsx feat(navbar): add breadcrumb navigation component 2025-03-18 10:36:26 +08:00
primary-features.tsx refactor(structure): reorganize page and component exports 2025-05-07 14:06:31 +08:00
problem-editor.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
settings-button.tsx feat(user-avatar): refactor avatar component into user-avatar with improved structure 2025-05-05 18:39:47 +08:00
settings-dialog.tsx refactor(i18n): replace language-settings with locale-switcher 2025-05-13 00:19:01 +08:00
submission-login-button.tsx feat(submissions): add login requirement for submissions page 2025-04-17 09:31:04 +08:00
team-switcher.tsx feat(components/ui): add Sidebar-07 component from shadcn/ui 2025-03-16 20:31:21 +08:00
testcase-form.tsx style(testcase-form): reorder input props and make inputs read-only 2025-04-13 13:22:47 +08:00
theme-provider.tsx feat(theme): add ThemeProvider component for theme management 2025-02-19 21:20:12 +08:00
theme-toggle.tsx feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
tooltip-button.tsx refactor(components): simplify BackButton by using TooltipButton 2025-05-13 17:38:26 +08:00
typing-effect.tsx feat(home): replace homepage redirect with actual content 2025-04-17 16:45:49 +08:00
user-avatar.tsx feat(user-avatar): refactor avatar component into user-avatar with improved structure 2025-05-05 18:39:47 +08:00