Only 20 crates being shown on sidebar at once #39
Labels
No labels
bug
dependencies
documentation
duplicate
extension
feature request
fixed
frontend
good first issue
help wanted
improvement
invalid
investigating
javascript
planned
question
released
server
wontfix
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sofa/webcrate#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🏷️ WebCrate Version
v1.2.0
⚙️ Environment
Firefox
🐞 Describe the bug
I have about 25 crates in WebCrate. On the sidebar, I can only see 20 of them. I can still search for the other missing ones, but I'm not seeing a way to display them. Unsure if this limit is intentional or not.
📚 To Reproduce
💡 Expected behavior
All crates would be included in sidebar.
📋 Additional context
No response
Hey, thanks for opening this issue!
This limit is intentional, but not for the sidebar. The API only returns 20 items per request by default and expects the client to use pagination for more (like it's used for links). For the sidebar this doesn't make sense and is something I overlooked.
Will fix this with the next release.
Thank you for looking into this! I'm loving the project so far :)
No problem, glad you like it!
Will close this issue for now. Fix is already on the develop branch will be a part of the next release.
🎉 This issue has been resolved in version 1.3.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Thanks Mr Robot!
@cjbohlman refer to the docs on how you can update to the latest version if you haven't already :)