judge4c/src/components
2025-03-23 23:55:11 +08:00
..
content fix(mdx-components): restore list decoration for ordered and unordered lists 2025-03-10 20:41:53 +08:00
features/playground refactor(lsp-status-button): update LSP status logic to use WebSocket state 2025-03-23 23:53:07 +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
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 fix(useMonacoTheme): return theme ID instead of the full theme object 2025-03-20 14:47:16 +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 refactor(problem-editor): rename CodeEditor to ProblemEditor 2025-03-23 23:55:11 +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