-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update pagination setting #81
Conversation
kunfang98927
commented
Oct 21, 2023
- remove the former setting button and modal
- create a new pagination setting similar to Wikidata; three options - view 20/50/100 per page
- add "Go to xxx Page"
replace former pagination setting modal
I just updated the pagination setting. Maybe the review can be done after the project meeting so it's not rushed. |
Thank you for the advice. I'm going to use 'Go to Page XXX'. Maybe I can add vertical lines between page numbers like Wikidata does. |
Looks great! |
@@ -93,10 +94,9 @@ <h4 class="ms-3 me-2 my-auto"><small>INSTRUMENT LIST</small></h4> | |||
</div> | |||
|
|||
<div class="d-flex"> | |||
<button type="button" class="btn me-1 px-1 py-0 justify-content-center display-btn" id="page-setting-btn" data-bs-toggle="modal" data-bs-target="#paginationModal"> | |||
{% comment %} <button type="button" class="btn me-1 px-1 py-0 justify-content-center display-btn" id="page-setting-btn" data-bs-toggle="modal" data-bs-target="#paginationModal"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to keep this comment in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that we don't need the setting button at present, I'll delete it.