Files
odysseus/static
Stephen Yue d46c406bd8 Fix Cookbook fit column sorting
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>
2026-06-02 13:05:53 +09:00
..
2026-05-31 23:58:26 +09:00
2026-06-02 13:05:53 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 12:55:15 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00