monaco-editor-lsp-next/src/components
fly6516 57f52b67fa refactor(components): 重构 AI优化编辑器
- 将 AIProblemEditor 组件改为 AIEditorWrapper 组件
- 移除与语言服务器相关的逻辑和状态管理- 简化了代码结构,提高了组件的可复用性和可维护性
- 优化了 AI 代码优化功能,增加了应用优化结果的按钮
-调整了样式,使界面更加直观
2025-06-14 13:33:26 +08:00
..
content feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
ui feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
ai-optimized-editor.tsx refactor(components): 重构 AI优化编辑器 2025-06-14 13:33:26 +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