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
refactor: Convert all remaining tables to new useQueryTable (#2575)
* redo useQueryTable so that the types are legit and it returns the data
* fix junky getRowId and use new QueryTable on sleds and physical disks
* get wild with a list-specific helper to make the call sites clean
* encapsulate pageSize in the query config so it is defined in one place
* do the placeholderData thing for all lists
* scroll to top when page changes
* loading spinner on page changes!
* fix the pagination test, test lovely new scroll reset logic
* fix other e2es, don't scroll reset on browser forward/back
* fix bug found while converting other tables, extract useScrollReset
* move columns up
* convert instance list to new QueryTable, fix polling bug
* convert the rest of the tables
* convert a few more
* a hard one: IpPoolPage, have to handle rows with no ID field
* last few easy ones
* last ones and delete QueryTable
* rename file back to QueryTable
0 commit comments