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

Collection widget pagination overflows #10348

Closed
robdekort opened this issue Jun 21, 2024 · 2 comments · Fixed by #10458
Closed

Collection widget pagination overflows #10348

robdekort opened this issue Jun 21, 2024 · 2 comments · Fixed by #10458

Comments

@robdekort
Copy link
Contributor

Bug description

When you have a lot of entries and use a collection widget, the pagination overflows:

Screenshot 2024-06-21 at 10 34 51 Screenshot 2024-06-21 at 10 53 20

How to reproduce

  1. Use a collection widget
  2. Generate a lot of entries
  3. Check out the pagination

Logs

No response

Environment

Environment
Application Name: Connect2id
Laravel Version: 11.11.1
PHP Version: 8.2.20
Composer Version: 2.7.7
Environment: local
Debug Mode: ENABLED
URL: connect2id.test
Maintenance Mode: OFF
Timezone: UTC
Locale: en

Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED

Drivers
Broadcasting: log
Cache: statamic
Database: sqlite
Logs: stack / single
Mail: smtp
Queue: sync
Session: file

Statamic
Addons: 5
Sites: 1
Stache Watcher: Enabled
Static Caching: Disabled
Version: 5.10.0 PRO

Statamic Addons
rias/statamic-color-swatches: 2.3.0
studio1902/statamic-peak-browser-appearance: 3.5.0
studio1902/statamic-peak-commands: 8.3.2
studio1902/statamic-peak-seo: 8.14.0
studio1902/statamic-peak-tools: 6.1.0

Installation

Starter Kit using via CLI

Additional details

No response

@jackmcdade
Copy link
Member

Would you feel that simply removing the per-page links would be a workable solution? I don't think a widget is the most effective way to paw through thousands of entries anyway :)

CleanShot 2024-07-15 at 12 00 09@2x

@robdekort
Copy link
Contributor Author

Yeah I agree!

jackmcdade added a commit that referenced this issue Jul 15, 2024
Widgets are for quick views, not browsing thousands of entries. Closes #10348.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants