-
Notifications
You must be signed in to change notification settings - Fork 360
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
Add support for configurable paginator on top of search results. #3034
Add support for configurable paginator on top of search results. #3034
Conversation
Mink tests are passing for me. |
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.
Thanks, @EreMaijala -- a few comments/questions.
module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicSearchTest.php
Outdated
Show resolved
Hide resolved
…ufind-org#3032) This paves way for extended use (i.e. the possibility of rendering search results without the surrounding controls).
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.
Thanks for the progress, and I agree that adding more configuration to hide the bottom paginator is probably not necessary at this point (and could be added in future if there's a compelling need). Just one small question that arose when I looked more closely at the Mink tests.
module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicSearchTest.php
Outdated
Show resolved
Hide resolved
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.
Thanks, @EreMaijala -- looks good to me now, and all Mink tests are still passing in my environment.
* Add scss support for finna2 theme. * Add scss support to custom theme. * Update feed.scss * Add finna:lessToSass and finna:scss Grunt tasks. Also switches to include paths for font-awesome and Bootstrap to avoid deprecation warnings. * Switch checkSassBuild and checkLessToSass to Finna versions. * Fix bad less change for font-awesome path. * Make sure declarations come before nested rules This fixes sass deprecations. * Fix adding !default in lessToSass * Write css to temp dir with finna:check:scss * Fix custom theme finna.scss to include variables and custom files. * Update bootstrap3 scss Font Awesome to version 4.7.0 (vufind-org#3958) When the less version was updated, the scss version was accidentally left at version 4.6.3, which is missing some icons.
Extracted from #2929.