..
content
refactor(mdx-renderer): simplify component implementation
2025-05-07 13:31:02 +08:00
features
refactor(editor): consolidate editor toolbar actions into unified structure
2025-05-07 13:42:08 +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
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): refactor dockview component and add problem-specific implementation
2025-05-06 18:45:08 +08:00
faqs.tsx
feat(home): replace homepage redirect with actual content
2025-04-17 16:45:49 +08:00
footer.tsx
feat(home): replace homepage redirect with actual content
2025-04-17 16:45:49 +08:00
header.tsx
feat(home): replace homepage redirect with actual content
2025-04-17 16:45:49 +08:00
language-settings.tsx
perf(language-settings): make locale change handling async with await
2025-04-19 10:53:34 +08:00
loading.tsx
feat(layout): refactor problem layout to use DockView for organizing content sections
2025-04-04 18:13:14 +08:00
logo.tsx
feat(home): replace homepage redirect with actual content
2025-04-17 16:45:49 +08:00
main-view.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
feat(home): Add PrimaryFeatures component
2025-04-17 21:42:58 +08:00
problem-editor.tsx
feat(editor): configure Monaco workers using URL imports for better bundling
2025-04-20 01:11:38 +08:00
run-code.tsx
refactor(i18n): replace hardcoded texts with i18n message keys
2025-04-15 18:22:21 +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 hardcoded texts with i18n message keys
2025-04-15 18:22:21 +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
feat(components): add TooltipButton component
2025-05-07 13:32: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