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

feat(Pagination): add first and last page buttons #842

Merged
merged 5 commits into from Oct 25, 2023

Conversation

maxsteinwand
Copy link
Contributor

@maxsteinwand maxsteinwand commented Oct 20, 2023

πŸ”— Linked issue

Resolves #837

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Added first and last page buttons to the pagination component to instantly jump to the last or first page. First and last page buttons are hidden by default and can be enabled with a boolean passed to the component.
pagination

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@vercel
Copy link

vercel bot commented Oct 20, 2023

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
ui βœ… Ready (Inspect) Visit Preview Oct 25, 2023 5:23pm

@kapunac
Copy link

kapunac commented Oct 24, 2023

LGTM!

When can I expect to see this merged?

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Copy link
Contributor

@smarroufin smarroufin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@benjamincanac benjamincanac merged commit c5ce997 into nuxt:dev Oct 25, 2023
2 checks passed
@maxsteinwand maxsteinwand deleted the Pagination branch October 31, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pagination.vue Enhancement
4 participants