Boards load as you scroll, and search covers every card
The Load more button is gone. Columns fill as you scroll, and sorting, filters, and search now read the whole board.
Boards fill as you scroll
The Load more button is gone. Scroll to the bottom of a column and the next cards load on their own, with a spinner where the button used to sit.
Those later cards stay live now, too. Anything past the first page used to be a one-time snapshot, so a teammate could rename one of them and you would keep looking at the old title until you reloaded. Every card on screen updates in place, whichever page it arrived on.
Sorting and search read the whole column
This is the part that was actually broken. Sorting, filtering, and search only ever ran on the cards already loaded, which meant the first 25 in each column. Sort a long board by date and the newest card might be sitting well past that line, unfetched, so it never reached the top. Search for something back there and the board would tell you nothing matched.
Now all three pull the full column before they order anything. The Table, Grid, and Calendar layouts do the same, instead of rendering a slice of the board and calling it the board.
A few boards hold more cards than one load can carry. Those open with as many as fit and say so at the top, rather than passing off a partial answer as the whole one.
Under the hood
Card and column ordering, drag-and-drop between columns, and column navigation all work as before. Package versions are aligned to 2.2.1. Nothing here needs a migration, a new secret, or a feature-flag change.