Remove releases_pagination_rest.vue component
What does this MR do?
Removes the releases_pagination_rest.vue
component.
This component was used to paginate the REST version of the Releases page, but this code path was removed in !60390 (merged). The Releases page now exclusively uses the GraphQL endpoint, so this component is never used.
In addition, the wrapper component - releases_pagination.vue
- has been removed, and the releases_pagination_graphql.vue
component has been renamed to releases_pagination.vue
.
Screenshots
This MR makes no user-facing changes. Screenshot to prove the pagination controls still work:
Related to #329267 (closed)
Edited by Nathan Friend