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
Browse and Advanced Search grids no longer shuffle cards while scrolling
or streaming: partial results arrive re-sorted as each source finishes,
and every append re-sorted the whole grid, so titles visibly jumped
around. Display order now freezes per query — updates merge into existing
rows in place, new arrivals append — and re-sorting happens only on a
fresh query or an explicit sort click.