judge4c/src/components
2025-03-26 22:51:03 +08:00
..
content feat(pre): add horizontal scrolling support for code blocks 2025-03-26 22:48:46 +08:00
features/playground feat(workspace-editor-footer): add error and warning marker count 2025-03-25 13:18:41 +08:00
ui fix(chat-bubble): adjust message padding and layout styles 2025-03-26 22:51:03 +08:00
app-sidebar.tsx feat(sidebar): update navigation links for settings page 2025-03-18 14:53:12 +08:00
appearance-settings.tsx feat(appearance-settings): add theme selection component 2025-03-06 23:22:40 +08:00
avatar-button.tsx refactor(avatar-button): replace sign-in handler with redirect to /sign-in 2025-03-14 14:34:05 +08:00
back-button.tsx feat(components): add back button component with tooltip 2025-03-12 12:22:41 +08:00
banner.tsx style(banner): update component with background color and layout changes 2025-03-07 15:31:22 +08:00
credentials-sign-in-form.tsx fix(credentials-sign-in-form): redirect to dashboard after successful sign-in 2025-03-22 13:49:12 +08:00
credentials-sign-up-form.tsx feat(credentials-sign-up-form): add user registration with transition and toast notifications 2025-03-18 22:52:00 +08:00
github-sign-in-form.tsx rename(components): update file names for consistency 2025-03-18 22:14:12 +08:00
loading.tsx feat(Loading): add skeletonClassName prop to customize Skeleton style 2025-03-18 19:46:19 +08:00
mdx-preview.tsx refactor(mdx-preview): use MdxComponents and add className prop 2025-03-24 10:31:09 +08:00
mode-toggle.tsx feat(theme): Add ModeToggle component for theme switching 2025-02-19 22:45:30 +08:00
nav-main.tsx fix(nav-main): concatenate base URL with sub-item URL 2025-03-17 11:58:51 +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
problem-editor.tsx fix(problem-editor): add editor validation handling 2025-03-25 13:08:29 +08:00
run-code.tsx refactor(hooks): rename use-problem-editor.ts to use-problem.ts 2025-03-22 00:23:27 +08:00
settings-button.tsx refactor(store): rename src/store to src/stores 2025-03-21 23:58:40 +08:00
settings-dialog.tsx refactor(store): rename src/store to src/stores 2025-03-21 23:58:40 +08:00
sign-in-form.tsx rename(components): update file names for consistency 2025-03-18 22:14:12 +08:00
sign-up-form.tsx rename(components): update file names for consistency 2025-03-18 22:14:12 +08:00
team-switcher.tsx feat(components/ui): add Sidebar-07 component from shadcn/ui 2025-03-16 20:31:21 +08:00
theme-provider.tsx feat(theme): add ThemeProvider component for theme management 2025-02-19 21:20:12 +08:00