mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-20 05:42:19 +03:00
Lets the combo dashboard builder order models manually/by-provider/by-score/by-name — the choice is stored in config.modelSort and re-applied on load and after adding models. Score-based ordering fetches provider rankings from the existing /api/free-provider-rankings endpoint; the field is inert on execution (client-side hint only). 9/9 focused tests passing (schema, sort logic, and rendered component). Thanks!
299 B
299 B
- feat(combo): choose how combo models are ordered — manual, provider, score, or name — via a sort control in the dashboard builder, persisted in
config.modelSortand re-applied on load and after add (#11812) — thanks @maxmad64bis