Commit Graph

12 Commits

Author SHA1 Message Date
a7a50231d2 refactor(problems): use Suspense for lazy loading and adjust layout structure
Some checks failed
Build & Push Monaco Docker Image / build-and-push-monaco-docker-image (., Dockerfile, monaco-editor-lsp-next) (push) Failing after 16s
2025-03-12 08:59:38 +08:00
84ac0a88dc feat(solution): add layout and page components for problem solution, including footer 2025-03-10 20:54:31 +08:00
4727c55bcc refactor(layout, page, description): update problem page layout and structure, including description fetching and TabsContent styling 2025-03-10 20:51:21 +08:00
dd2f4a733b feat(scroll-area): add horizontal scrollbar to problem description page 2025-03-09 15:04:54 +08:00
163dc4b57c feat(problem-description): add dynamic title to footer and fetch problem title 2025-03-09 14:49:59 +08:00
ef753dd6c8 style(problems, workspace): adjust ScrollArea height and flex layout 2025-03-09 14:46:43 +08:00
a78431fb61 fix(playground): update file path 2025-03-08 21:17:31 +08:00
944c5407bd fix(problem): change content to description for problem page rendering 2025-03-08 20:06:08 +08:00
9ff39a0438 feat(problems): add problem description page with MDX rendering 2025-03-08 19:46:01 +08:00
c6ab92e1e7 feat(problems): add footer to problem description layout 2025-03-08 19:44:45 +08:00
f6f640927d style(layout): adjust layout to use flexbox in ProblemLayout component 2025-03-08 18:57:51 +08:00
a851223d9f feat(problem): add problem layout with tabs for description, solution, and submission 2025-03-08 18:31:54 +08:00