This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-development.5 [skip ci]
## [1.0.0-development.5](1.0.0-development.4...1.0.0-development.5) (2024-1-12) ### ✨ Features * **api:problemNum:ranklist:** add endpoint `/api/problems/ranklist/[problemNum]` ([1a35cec](1a35cec)) * **api:problemNum:submission:** add endpoint `/api/submissions/[problemNum]` ([36ed144](36ed144)) * **api:submission:language:** add endpoint `/api/submissions/language/[problemNum]` ([fd4c856](fd4c856)) * **api:submission:** add endpoint `/api/submissions/overtime/[problemNum]` ([304a563](304a563)) * **components:charts:** add `ProblemVerdictChart` component ([2104011](2104011)) * **components:charts:** add `SubmissionLanguageRadarChart` component ([fc5ecfc](fc5ecfc)) * **components:charts:** add `SubmissionsOvertimeChart` component ([16d1311](16d1311)) * **components:charts:** add Recharts custom tooltip component ([b6ef657](b6ef657)) * **components:** add `VirtualTable` component ([09259ea](09259ea)) * **page:problemNum:** fetch stats for `/problems/[problemNum]` page ([afe0752](afe0752)) * **page:problemNum:** render `ProblemVerdictChart` component ([acc2eac](acc2eac)) * **page:problemNum:** render `SubmissionLanguageRadarChart` component ([6ebcb52](6ebcb52)) * **page:problemNum:** render `SubmissionOvertimeChart` component ([3f2f7c4](3f2f7c4)) * **page:problemNum:** render `VirtualTable` for `Problem submissions` ([d271d90](d271d90)) * **page:problemNum:** render `VirtualTable` for ranklist ([e3ac245](e3ac245)) * **page:problemNum:** set title as link to view problem pdf ([ffd247c](ffd247c)) * **shadcn:data-table:** set DataTable height if provided ([c58b14f](c58b14f))
- Loading branch information