Closed (fixed)
Project:
BS Base
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Apr 2017 at 10:48 UTC
Updated:
30 May 2017 at 09:45 UTC
Jump to comment: Most recent, Most recent file
Implement Bootstrap pagination component.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff-2868084-7.txt | 871 bytes | thenchev |
| #7 | add_bs_pager_pagination-2868084-7.patch | 11.44 KB | thenchev |
| #5 | interdiff-2868084-5.txt | 5.09 KB | thenchev |
| #5 | add_bs_pager_pagination-2868084-5.patch | 12.29 KB | thenchev |
| #4 | pagination-2868084-4.patch | 11.58 KB | thenchev |
Comments
Comment #2
pivica commentedComment #3
thenchev commentedComment #4
thenchev commented1. In pager.html.twig and views-mini-pager.html.twig the aria-label in I set to "Pagination". We need to set a label for the pager like 'search results' or 'node listing'. There is no way to do that without creating some preprocess and adding some value. I can check how other themes do that...
2. Drupal hides for example <
In bootstrap we have the .disabled class. Couldn't find any research on this but maybe we want to just disable not hide. Just a note, don't think this is too important.
3. Drupal has '...' currently its black because of
when I remove color: inherit; it looks ok. Do we need this color: inherit; ?
4. Had to fix gulp-options the path prevented me from generating css in starterkit. Also im for removing contrib in path so it's:
'../../../bs_base/' and check other places where we depend on this folder structure.
Here is btw how minipager looks:
Comment #5
thenchev commentedUpdated patch, now it works with ajax enabled.
Comment #6
pivica commentedThis change here is problematic. Check #2875257-8: Add BS modal support and #2875257-10: Add BS modal support comments.
The rest looks good.
Comment #7
thenchev commentedChecked the other issue, makes sense. Here's the update.
Comment #9
pivica commentedThx, commited.