Skip to content

Browse.vue: improve pagination controls

Santiago Gil requested to merge santigl/browse-pagination-controls into master

This MR seeks to improve the pagination controls in Browser.vue added by !30 (merged).

It adds another set of buttons at the top of the list of operations, and makes the page automatically scroll to the top after loading a new page.

To enable code reuse, it extracts the buttons to a new component, PaginationControls.vue.

Edited by Santiago Gil

Merge request reports