monaco-editor-lsp-next/src/components
fly6516 6da7671242 fix(testcase): fix testcase add data failure due to index did not refresh index after save testcase
- 为测试用例添加唯一的临时 ID,避免重复
- 新增测试用例时检查输入和输出不能为空
- 保存测试用例时显示具体的成功和失败信息
- 保存完成后刷新最新测试用例数据
- 优化代码结构,提高可读性和可维护性
2025-06-21 12:43:16 +08:00
..
content refactor: flexlayout 2025-06-21 12:43:16 +08:00
creater fix(testcase): fix testcase add data failure due to index did not refresh index after save testcase 2025-06-21 12:43:16 +08:00
ui feat(ui): add all Shadcn components 2025-06-16 17:49:25 +08:00
ai-optimized-editor.tsx refactor(components): 重构 AI优化编辑器 2025-06-21 12:43:16 +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