advent-of-code-charts icon indicating copy to clipboard operation
advent-of-code-charts copied to clipboard

Fix sorting key for Total table header

Open democat3457 opened this issue 10 months ago • 1 comments

When clicking the --- Total --- header in the Delta-focused stats table, the table doesn't sort by the completion time. image

This is because the sorting key provided when creating the Total header has a different sorting key than the Points header does. Changing the key from "total" to "completion" to match the sorting key of the Points header fixes the sorting.

democat3457 avatar Dec 09 '24 22:12 democat3457