- Issue created by @rpayanm
- Merge request !194#3460329 Identify the first, last, previous, and next pages in the pager β (Closed) created by rpayanm
- πΊπΈUnited States rpayanm
I added a class to each element on this patch. Please review it.
- Status changed to Needs review
9 months ago 6:52pm 9 July 2024 - π«π·France pdureau Paris
Hello Rolando,
We merge all items because we are implementing Bootstrap 5 which is not making the distinction between first, last and others:
<nav aria-label="Page navigation example"> <ul class="pagination"> <li class="page-item"><a class="page-link" href="#">Previous</a></li> <li class="page-item"><a class="page-link" href="#">1</a></li> <li class="page-item"><a class="page-link" href="#">2</a></li> <li class="page-item"><a class="page-link" href="#">3</a></li> <li class="page-item"><a class="page-link" href="#">Next</a></li> </ul> </nav>
https://getbootstrap.com/docs/5.3/components/pagination/
I am not saying the proposal will not be accepted, I am just sharing the context.
- Status changed to Postponed: needs info
8 months ago 9:31am 1 August 2024 - π«π·France Grimreaper France π«π·
Hi,
Bootstrap 5 is not expecting such classes in its pagination component.
If you need such feature for something that Drupal Core provides, could you please explicit which feature it is?
If it is for your proper needs / design system customizations, it will not be placed inside ui_suite_bootstrap, the problem is that those proposed classes are arbitrary, so please implements your own preprocess pager, which can inherit from src/HookHandler/PreprocessPager.php which is the benefit to have placed hook implementation into PHP classes for easier override.
- π«π·France Grimreaper France π«π·
Closing, feel free to re-open if needed.
- Status changed to Closed: works as designed
7 months ago 4:06pm 30 August 2024