judge4c/src/components
2025-03-16 16:06:33 +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 Form component from shadcn/ui 2025-03-14 15:55:37 +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 refactor(editor): replace loading skeleton with custom Loading component 2025-03-13 11:44:14 +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 Loading component 2025-03-11 22:40:21 +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
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
theme-provider.tsx feat(theme): add ThemeProvider component for theme management 2025-02-19 21:20:12 +08:00