Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Allow to increase/decrease maxVisiblePages programmatically #3181

Open
1 of 2 tasks
lucasdavidferrero opened this issue May 28, 2024 · 0 comments
Open
1 of 2 tasks
Labels
feature Feature request

Comments

@lucasdavidferrero
Copy link

lucasdavidferrero commented May 28, 2024

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

  • I agree to follow this project's Code of Conduct
@lucasdavidferrero lucasdavidferrero added the feature Feature request label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant