Commit Graph

707 Commits

Author SHA1 Message Date
c12f734831 chore(layout): update layout to remove full height and adjust min-height 2025-03-07 15:11:41 +08:00
833a79d6d0 style(globals): update --sidebar-background to match --card 2025-03-07 15:00:06 +08:00
e504d92ad9 refactor(layout): remove Header from AppLayout and add Header to PlaygroundLayout 2025-03-07 11:45:18 +08:00
0159998234 refactor(components): replace custom pre component with shared Pre component for MDX preview 2025-03-07 11:43:41 +08:00
f1b6e86123 feat(components): add MdxRenderer for rendering MDX content with custom styling and syntax highlighting 2025-03-07 11:37:24 +08:00
9eb6f89587 feat(components): create MdxComponents for custom rendering of MDX content 2025-03-07 11:36:53 +08:00
c0a876322c refactor(component): migrate code block with copy feature to a more reusable pre component 2025-03-07 11:34:17 +08:00
58a25b8a9c feat(rehype-pretty-code): add support for multiple predefined themes (dark and light modes) 2025-03-07 11:31:40 +08:00
56507f0362 feat(monaco-theme): Add default light and dark theme configurations 2025-03-07 11:27:00 +08:00
56905f7e20 feat(settings-dialog): replace placeholder content with AppearanceSettings component 2025-03-06 23:25:23 +08:00
8f6a4aee20 feat(appearance-settings): add theme selection component 2025-03-06 23:22:40 +08:00
c552ee3150 feat(public): add UI images for system, light and dark themes to public folder 2025-03-06 22:44:58 +08:00
21c88fa8ab feat(store): change default activeNav value to "Appearance" and add partial persistence 2025-03-06 22:39:53 +08:00
2a42c711bf refactor(mdx-preview): replace next-themes with useMonacoTheme 2025-03-06 21:29:52 +08:00
af59e0f432 feat(components/ui): add Radio Group component from shadcn/ui 2025-03-06 21:25:18 +08:00
1a3caa2365 chore(postcss): support GitHub Markdown theme switching 2025-03-06 21:19:48 +08:00
57eb27ce5e chore(deps): add postcss-github-markdown-css package 2025-03-06 21:18:51 +08:00
8c67d2696d chore(env): add .env.example with PostgreSQL connection string example 2025-03-06 16:58:53 +08:00
16cc459f2d chore(env): rename .env.example to .env.local.example 2025-03-06 16:52:27 +08:00
93c6e66d78 feat(components/ui): add Table component from shadcn/ui 2025-03-06 16:41:19 +08:00
cce95d76d5 chore(docker): copy prisma folder before installing dependencies 2025-03-06 14:43:23 +08:00
173fb3cb29 chore(dockerignore): add exception for prisma/schema.prisma 2025-03-06 14:39:44 +08:00
5ac5c92798 chore(deps): add postinstall script to run prisma generate 2025-03-06 14:38:54 +08:00
214f4fabef chore(lib): add prisma client initialization 2025-03-06 11:29:10 +08:00
aacd5dccde chore(package): add prisma seed script to package.json 2025-03-06 11:27:33 +08:00
e69ac90f58 chore(git): update .gitignore to exclude prisma migrations folder 2025-03-06 11:21:30 +08:00
da04f9718b chore(docker): update .dockerignore to exclude prisma folder 2025-03-06 11:20:37 +08:00
e3b45a05af chore(deps): add @prisma/client package 2025-03-06 11:17:54 +08:00
e63fc13a8e chore(deps): add prisma and tsx packages 2025-03-06 10:45:39 +08:00
ef3114e68b chore(docker): remove QEMU setup and platform specification 2025-03-06 10:27:51 +08:00
63fd9a4a45 chore(docker): change default USER to root in Dockerfile and remove user: root in Compose 2025-03-06 00:32:56 +08:00
1bdae1d458 chore(dockerignore): remove env* pattern from .dockerignore 2025-03-05 22:50:36 +08:00
2ac6457f01 chore(docker): update .dockerignore to exclude additional files and folders 2025-03-05 21:30:03 +08:00
0d29c56750 feat(language-server): add logging for URL creation in connectToLanguageServer 2025-03-05 19:21:55 +08:00
f4ce0e594d feat(dockerfile): support bun.lockb file 2025-03-05 16:23:10 +08:00
4e1a185036 docs(readme): improve setup instructions with pre-built Docker images 2025-03-05 16:19:02 +08:00
3e94bf07a6 chore(docker): update docker compose configuration to use pre-built images 2025-03-05 15:58:44 +08:00
7ade2f8e90 fix(docker): update matrix strategy for clearer context and file assignment 2025-03-05 15:44:26 +08:00
bb06fafe78 chore(workflow): refactor Docker build and push workflow with matrix strategy 2025-03-05 15:38:55 +08:00
c29e62b1e0 chore(workflow): add Checkout step to GitHub Actions workflow 2025-03-05 14:54:50 +08:00
922872e3a9 fix(actions): update context path from './' to '.' 2025-03-05 14:50:02 +08:00
3895a2e5b7 fix(actions): correct Dockerfile path parameter to 'file' in GitHub Actions workflow 2025-03-05 14:44:23 +08:00
e903df067b feat(workflow): add Docker build and push automation 2025-03-05 14:15:54 +08:00
5f79671aa5 refactor(code-editor): dynamically fetch lspConfig from LanguageServerConfig 2025-03-05 13:29:17 +08:00
9ef83d99b6 chore(images): replace demo image with new version 2025-03-05 10:30:27 +08:00
353aff9b4d refactor(header, reset-button, useCodeEditorStore): remove unnecessary value prop and refactor related components 2025-03-05 10:18:06 +08:00
3336a9f1d0 feat(config/problem): add TEMP_DEFAULT_EDITOR_VALUE 2025-03-05 09:36:38 +08:00
a33033b48d refactor(config/judge.ts, types/judge.ts): split judge configuration and types 2025-03-05 09:27:00 +08:00
808dd96a50 feat(language-selector): update language selector logic and integrate LSP config 2025-03-05 08:46:44 +08:00
d33f214450 refactor(button): refactor ResetButton to accept value prop 2025-03-05 08:34:54 +08:00