aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/problems.html
AgeCommit message (Collapse)Author
2026-02-24fix(admin): show username in submissions and add testcase links to problems listClaude
Submissions list and detail pages now display the username alongside the user ID instead of showing only a numeric ID. The problems list page now includes a direct link to each problem's testcases for easier navigation. https://claude.ai/code/session_01JF5ZmGAQ4zNbhV5DM729Fw
2025-09-06feat(backend): add admin page for problemsnsfisis