Fleet UI: Add 10 per page to install software setup#40505
Merged
RachelElysia merged 4 commits intomainfrom Feb 27, 2026
Merged
Conversation
RachelElysia
commented
Feb 25, 2026
| software.app_store_app?.install_during_setup | ||
| ) { | ||
| acc[i] = true; | ||
| if (software.id != null) { |
Member
Author
There was a problem hiding this comment.
this needed to change because
- When you paginate or filter, rows move to different indices.
- React‑table still uses the original index keys for selectedRowIds, so the checkboxes no longer line up with the same software items.
cdcme
previously approved these changes
Feb 25, 2026
cdcme
approved these changes
Feb 26, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #40505 +/- ##
==========================================
- Coverage 66.26% 66.25% -0.01%
==========================================
Files 2461 2461
Lines 197427 197411 -16
Branches 8763 8767 +4
==========================================
- Hits 130832 130803 -29
- Misses 54749 54762 +13
Partials 11846 11846
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RachelElysia
added a commit
that referenced
this pull request
Feb 27, 2026
iansltx
pushed a commit
that referenced
this pull request
Feb 27, 2026
… (#40694) ## Issue Follow-up design request for #37828 ## Description Previously merged into `main` with #40505 This is for the 4.82 R.C. branch ``` 1372 git checkout fleetdm/rc-minor-fleet-v4.82.0 1373 git checkout -b 37828-add-pagination-rc 1374 git log main 1375 git cherry-pick 44cf3c2 1376 git push -u fleetdm 37828-add-pagination-rc ```
Closed
Closed
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Followup for #37828
Description
Screen recording of pagination
Screen.Recording.2026-02-25.at.11.48.17.AM.mov
Selections persists with filters and pagination
https://github.com/user-attachments/assets/7168cf62-0eef-4d16-b066-e3e5e05e8765
Testing