mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
d46c406bd8
The Fit column shared the Score column's sort key, so clicking the Fit header sorted by Score instead of by hardware fit. There was also no fit option in the hidden sort <select> and no fit branch in the client-side comparator. - Give the Fit column its own sort key (fit). - Add a fit option to the sort select (kept Score as the default so first-load ordering is unchanged). - Sort by the categorical fit_level rank (perfect > good > marginal > too_tight), tie-broken by score, honoring the ascending/descending toggle. Fixes #842 Co-authored-by: SabixMaru <285860855+SabixMaru@users.noreply.github.com>