..
content
refactor(styles): rename style folder to styles
2025-04-04 13:00:36 +08:00
features
style(playground): adjust header layout and z-index for centered RunCode button
2025-04-10 20:38:39 +08:00
ui
feat(components/ui): add Switch component from shadcn/ui
2025-04-01 17:33:09 +08:00
app-sidebar.tsx
chore(sidebar): simplify navigation structure
2025-03-30 20:51:38 +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
fix(banner): update component to use 'flex-none' for flexbox layout
2025-03-30 20:21:59 +08:00
credentials-sign-in-form.tsx
refactor(actions): move actions from @/app/actions to @/actions
2025-04-04 10:04:38 +08:00
credentials-sign-up-form.tsx
refactor(actions): move actions from @/app/actions to @/actions
2025-04-04 10:04:38 +08:00
dockview.tsx
feat(dockview): support dynamic Lucide icons via string in tab headers
2025-04-07 10:32:58 +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(layout): refactor problem layout to use DockView for organizing content sections
2025-04-04 18:13:14 +08:00
markdown-editor.tsx
feat(editor): add Markdown editor component with Monaco editor integration
2025-04-04 20:24:11 +08:00
mdx-preview.tsx
refactor(styles): rename style folder to styles
2025-04-04 13:00:36 +08:00
mode-toggle.tsx
feat(theme): Add ModeToggle component for theme switching
2025-02-19 22:45:30 +08:00
nav-main.tsx
feat(nav-main): refactor sidebar menu to handle items without submenus
2025-03-30 20:43:12 +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
feat(layout): refactor problem layout to use DockView for organizing content sections
2025-04-04 18:13:14 +08:00
run-code.tsx
refactor(hooks): move show-status-toast.tsx from lib to hooks
2025-04-11 09:47:31 +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
submissions-table.tsx
feat(submissions): add submissions table component and display on problem page
2025-04-11 17:44:45 +08:00
team-switcher.tsx
feat(components/ui): add Sidebar-07 component from shadcn/ui
2025-03-16 20:31:21 +08:00
testcase-card.tsx
feat(testcase): add dynamic testcase card and form for problem view
2025-04-09 21:26:06 +08:00
testcase-form.tsx
feat(testcase): add dynamic testcase card and form for problem view
2025-04-09 21:26:06 +08:00
theme-provider.tsx
feat(theme): add ThemeProvider component for theme management
2025-02-19 21:20:12 +08:00