Commit Graph

13 Commits

Author SHA1 Message Date
4428a29306 refactor(i18n): replace hardcoded texts with i18n message keys
Some checks failed
Build & Push Judge4c Docker Image / build-and-push-judge4c-docker-image (., Dockerfile, judge4c) (push) Failing after 1s
2025-04-15 18:22:21 +08:00
8809dbdb1a feat(run-code): activate Submissions panel after running code 2025-04-12 13:38:57 +08:00
dc939085bb refactor(hooks): move show-status-toast.tsx from lib to hooks 2025-04-11 09:47:31 +08:00
6e22822383 chore(toast): rename show-exit-code-toast.tsx to show-status-toast.tsx 2025-04-10 22:42:41 +08:00
895c3f779d refactor(judge): fetch timeLimit and memoryLimit from Problem instead of DockerConfig 2025-04-10 21:59:11 +08:00
30fd6fd386 refactor(actions): move actions from @/app/actions to @/actions 2025-04-04 10:04:38 +08:00
e5ba5dd51a refactor(hooks): rename use-problem-editor.ts to use-problem.ts 2025-03-22 00:23:27 +08:00
69115c4ef0 feat(run-code): integrate exit code toast and update problem editor hook 2025-03-21 11:08:00 +08:00
b78547a992 feat(run-code): add tooltip to button for better UX 2025-03-13 10:48:01 +08:00
aa255fc2e1 refactor(store): rename useCodeEditorState to useCodeEditorStore in imports 2025-03-03 14:20:25 +08:00
164eb3f0f5 feat(code-runner): implement execution result persistence 2025-03-01 21:23:44 +08:00
04794a34c7 feat(components/run-code): add code execution with loading state 2025-03-01 17:12:32 +08:00
a0b1327db7 feat(run-code): add RunCode component for executing code 2025-02-26 21:54:44 +08:00