mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
aba15e7b6d
The Cookbook Scan/Download (hwfit) table gave the Fit column key:'score', so clicking the Fit header sorted by score instead of by fit. Give the Fit column its own 'fit' sort key, add a matching option to the #hwfit-sort select, and rank fit_level (perfect > good > marginal > too_tight > no_fit) in the client-side sort. Default puts the best fit first; clicking again reverses it. Score still sorts by score. Closes #842