storefront-ui icon indicating copy to clipboard operation
storefront-ui copied to clipboard

[Feature]: Allow to increase/decrease maxVisiblePages programmatically

Open lucasdavidferrero opened this issue 1 year ago • 0 comments

What package of StorefrontUI can be affected by this change?

"@storefront-ui/vue": "^2.6.0"

How the project can be improved?

You could show more page numbers to be selected by the user in larger screen sizes. Also, limit the number of visible pages in small screen sizes to avoid overflow. For example, we could set the maxVisiblePages inside a watcher which listen for a breakpoint change.

What are the acceptance criteria?

  • [ ] Enable to set a number to maxVisiblePages in other part of the Vue program.

Additional information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

lucasdavidferrero avatar May 28 '24 13:05 lucasdavidferrero