Commit Graph

14 Commits

Author SHA1 Message Date
6d61e6e783 refactor(header): remove state management and add back button 2025-03-12 12:24:53 +08:00
4b0d238d37 fix(RunCode): update component with custom classes for background and hover states 2025-03-10 23:10:56 +08:00
84ac0a88dc feat(solution): add layout and page components for problem solution, including footer 2025-03-10 20:54:31 +08:00
28c10ad590 fix(style): removing shadow 2025-03-09 18:58:48 +08:00
a7506bed64 refactor(reset-button): remove unnecessary disabled state for button 2025-03-09 15:18:08 +08:00
b9ac439178 fix(header): improve layout and adjust z-index for settings button 2025-03-09 15:14:47 +08:00
163dc4b57c feat(problem-description): add dynamic title to footer and fetch problem title 2025-03-09 14:49:59 +08:00
e082aed9a1 feat(editor): add undo stack support for reset button 2025-03-09 12:13:29 +08:00
556fde6546 feat(editor): use problem templates in ResetButton and disable when empty 2025-03-09 11:18:36 +08:00
1766c4a632 feat(editor): add templates prop to WorkspaceEditorHeader and pass to ResetButton 2025-03-09 11:07:47 +08:00
2ffb366c7c feat(workspace): add editor layout with header and editor page 2025-03-08 21:33:13 +08:00
7f94f6a15b feat(playground): add workspace editor footer with cursor position display 2025-03-08 21:27:02 +08:00
a78431fb61 fix(playground): update file path 2025-03-08 21:17:31 +08:00
c6ffc41d2f fix(playground): update file path from workspace to playground 2025-03-08 21:15:24 +08:00