Commit Graph

16 Commits

Author SHA1 Message Date
6ebf8fe935 refactor(problem-submission-page): simplify result destructuring and memo dependencies 2025-03-03 18:36:22 +08:00
faad41039a feat(problem): add tabs state management with zustand and loading skeleton 2025-03-03 13:56:25 +08:00
6b7bd2c587 fix(submission): add newline to bash code block 2025-03-02 00:50:17 +08:00
10a0c7ab99 feat(playground): add submission page for displaying code execution results 2025-03-01 22:29:14 +08:00
83deae7a02 feat(playground): add submission layout component 2025-03-01 19:28:36 +08:00
dc6794b0ca feat(playground): add submission footer component 2025-03-01 19:25:50 +08:00
4a8ad24dcc feat(playground): add submission tab to problem layout 2025-03-01 19:18:24 +08:00
df197e8631 feat(footer): add padding to footer components for improved aesthetics 2025-02-26 16:01:33 +08:00
9184dc6eb2 feat(footer): wrap footer text in a span for improved truncation handling 2025-02-26 14:43:27 +08:00
b39350d5a7 feat(layout): add footer components for ProblemDescription and ProblemSolution layouts 2025-02-26 11:44:54 +08:00
0606ec8971 feat(layout): add ProblemSolutionLayout component for flexible layout structure 2025-02-26 11:09:31 +08:00
969932cb00 feat(layout): add ProblemDescriptionLayout component for structured layout 2025-02-26 11:05:38 +08:00
97a1cb584e fix(layout): update className to use flex-1 for consistent tab content sizing 2025-02-26 09:53:43 +08:00
32f3ecff0f feat(playground/problem): add solution tab and update description import 2025-02-25 14:40:06 +08:00
ffe8c106d8 refactor(playground/problem): restructure layout props and add route nesting 2025-02-24 19:55:17 +08:00
0ad1f24c7a refactor(playground): rename description to problem and update routes 2025-02-24 19:16:31 +08:00