You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(votes): sort tasks before filtering to preserve stable order
Previously sort() was applied after filter(), which mutated a derived array
on every keystroke. Pre-sort via sortedTasks derived state ensures stable
order regardless of search input.
Also strengthen test: use typical90 fixture to isolate contest name label
matching, and add order-preservation test.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments