judge4c/src/components
2025-03-18 19:46:19 +08:00
..
content fix(mdx-components): restore list decoration for ordered and unordered lists 2025-03-10 20:41:53 +08:00
features/playground feat(workspace-editor): add languageServerConfigs support to WorkspaceEditorHeader 2025-03-16 16:06:33 +08:00
ui feat(components/ui): add Accordion component from shadcn/ui 2025-03-17 20:21:20 +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
code-editor.tsx feat(code-editor): update component to set path based on language configuration 2025-03-16 20:00:55 +08:00
credentials-sign-in.tsx feat(auth): refactor sign up and sign in forms with react-hook-form and zod validation 2025-03-14 17:08:11 +08:00
credentials-sign-up.tsx feat(auth): refactor sign up and sign in forms with react-hook-form and zod validation 2025-03-14 17:08:11 +08:00
github-sign-in.tsx feat(auth): add GitHubSignIn component 2025-03-14 14:35:07 +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(components): replace custom pre component with shared Pre component for MDX preview 2025-03-07 11:43:41 +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
run-code.tsx feat(run-code): add tooltip to button for better UX 2025-03-13 10:48:01 +08:00
settings-button.tsx refactor(settings-button): update to use dropdown menu item instead of button 2025-03-12 21:15:44 +08:00
settings-dialog.tsx refactor(settings-dialog): integrate settings dialog state with store 2025-03-12 11:49:29 +08:00
sign-in-form.tsx refactor(auth): extract credentials sign-in and sign-up forms into separate components 2025-03-14 15:54:32 +08:00
sign-up-form.tsx refactor(auth): extract credentials sign-in and sign-up forms into separate components 2025-03-14 15:54:32 +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