aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/pages/SubmissionsPage.tsx
AgeCommit message (Collapse)Author
2026-03-06feat(frontend): remove standalone submissions pagensfisis
Submission history is now shown inline on the play screen, making the dedicated /golf/:gameId/submissions page redundant.
2026-02-28feat(frontend): change brand color for PHPerKaigi 2026nsfisis
2026-02-20feat: add user submission history pagensfisis
Allow users to view their own past submissions (code, size, status, timestamp) for each game. Adds API endpoint, backend handler, SQL query, and frontend page with expandable code display. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>