monaco-editor-lsp-next/src/components
cfngc4594 1c031ce24e refactor(judge-button): migrate run code button to standalone component
- Replace RunCodeButton with new JudgeButton component
- Use problem-specific stores instead of playground stores
- Implement new judge toast notification system
- Simplify authentication check logic
- Utilize new TooltipButton component
2025-05-14 17:04:03 +08:00
..
content refactor(mdx-render): simplify theme configuration and change export style 2025-05-13 16:27:46 +08:00
features refactor(language-selector): migrate to new location and implementation 2025-05-13 15:18:59 +08:00
ui feat(components/ui): add Card component from shadcn/ui 2025-04-17 16:49:35 +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 refactor(i18n): replace hardcoded texts with i18n message keys 2025-04-15 18:22:21 +08:00
container.tsx feat(home): replace homepage redirect with actual content 2025-04-17 16:45:49 +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 refactor(structure): reorganize page and component exports 2025-05-07 14:06:31 +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
markdown-editor.tsx feat(editor): add Markdown editor component with Monaco editor integration 2025-04-04 20:24:11 +08:00
mdx-preview.tsx refactor(styles): rename style folder to styles 2025-04-04 13:00:36 +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(editor): configure Monaco workers using URL imports for better bundling 2025-04-20 01:11:38 +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
submissions-table.tsx refactor(i18n): replace hardcoded texts with i18n message keys 2025-04-15 18:22:21 +08:00
team-switcher.tsx feat(components/ui): add Sidebar-07 component from shadcn/ui 2025-03-16 20:31:21 +08:00
testcase-card.tsx feat(testcase): add dynamic testcase card and form for problem view 2025-04-09 21:26:06 +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(home): replace homepage redirect with actual content 2025-04-17 16:45:49 +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