mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 15:38:39 +00:00
## Addresses #18881 and #18858 - Fix the bugs, memoize various props to optimize table rendering ## QA In addition to the bugs outlined in the addressed issue, this PR contains rendering optimizations. Please check these functionalities, which should be unaffected (and were so in my own testing) but should be double-checked: - [ ] create query - [ ] delete query - [ ] empty state - [ ] changing platform dropdown - [ ] different sort orders - [ ] delete query from table action - [ ] results count change ## Checklist for submitter - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2 lines
153 B
Text
2 lines
153 B
Text
- Fix a number of related issues with the filtering and sorting of the queries table.
|
|
- Add various optimizations to the rendering of the queries table.
|