- 
                Notifications
    You must be signed in to change notification settings 
- Fork 818
Description
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
Description
In #13808 I ended up kind of gutting the PaginatedListContainerWithBackend.vue component but kept it around in case I'd need to revert but the resulting feedback was that removing it is the right way forward.
The motivation for this was to make it easier/possible to rearrange the pagination componentry conditionally.
Acceptance criteria
The PaginatedListContainerWithBackend component should be removed and PaginationActions + usePagination used in its place. Review all places where this component is used:
- UsersTable (then look where UsersTable is used too)
- DownloadsList
- ClassEnrollForm
And basically just disentangle them from the wrapping component, ensure they remain styled appropriately, and don't break anything 😄
