This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
1.0.0-development.5
Pre-release
Pre-release
Clumsy-Coder
released this
12 Jan 17:08
·
61 commits
to development
since this release
1.0.0-development.5 (2024-1-12)
✨ Features
- api:problemNum:ranklist: add endpoint
/api/problems/ranklist/[problemNum]
(1a35cec) - api:problemNum:submission: add endpoint
/api/submissions/[problemNum]
(36ed144) - api:submission:language: add endpoint
/api/submissions/language/[problemNum]
(fd4c856) - api:submission: add endpoint
/api/submissions/overtime/[problemNum]
(304a563) - components:charts: add
ProblemVerdictChart
component (2104011) - components:charts: add
SubmissionLanguageRadarChart
component (fc5ecfc) - components:charts: add
SubmissionsOvertimeChart
component (16d1311) - components:charts: add Recharts custom tooltip component (b6ef657)
- components: add
VirtualTable
component (09259ea) - page:problemNum: fetch stats for
/problems/[problemNum]
page (afe0752) - page:problemNum: render
ProblemVerdictChart
component (acc2eac) - page:problemNum: render
SubmissionLanguageRadarChart
component (6ebcb52) - page:problemNum: render
SubmissionOvertimeChart
component (3f2f7c4) - page:problemNum: render
VirtualTable
forProblem submissions
(d271d90) - page:problemNum: render
VirtualTable
for ranklist (e3ac245) - page:problemNum: set title as link to view problem pdf (ffd247c)
- shadcn:data-table: set DataTable height if provided (c58b14f)