mirror of
https://github.com/vectorize-io/hindsight.git
synced 2026-09-14 19:31:49 +08:00
4af316e749
The selector rendered banks in server order (last write descending), so the bank you were already in could sit anywhere in a long list — or on a page that had not been fetched yet. Hoist it to the first row and mark it visually (accent background, inset primary ring, primary check, bold name) so the dropdown opens on where you are. The rest keep their relative server order, and a bank that has not been paged in cannot be hoisted, so the list is returned unchanged in that case.