judge4c/src/components
2025-03-07 15:31:22 +08:00
..
content feat(components): add MdxRenderer for rendering MDX content with custom styling and syntax highlighting 2025-03-07 11:37:24 +08:00
ui feat(components/ui): add Radio Group component from shadcn/ui 2025-03-06 21:25:18 +08:00
appearance-settings.tsx feat(appearance-settings): add theme selection component 2025-03-06 23:22:40 +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(code-editor): dynamically fetch lspConfig from LanguageServerConfig 2025-03-05 13:29:17 +08:00
header.tsx feat(header): add SettingsDialog and toggle its visibility via SettingsButton 2025-03-03 15:10:06 +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 refactor(store): rename useCodeEditorState to useCodeEditorStore in imports 2025-03-03 14:20:25 +08:00
settings-button.tsx feat(header): add SettingsDialog and toggle its visibility via SettingsButton 2025-03-03 15:10:06 +08:00
settings-dialog.tsx feat(settings-dialog): replace placeholder content with AppearanceSettings component 2025-03-06 23:25:23 +08:00
theme-provider.tsx feat(theme): add ThemeProvider component for theme management 2025-02-19 21:20:12 +08:00