There was an error fetching the commit references. Please try again later.
Add SideFacetsDeferred as an alternative to SideFacets (#1246)
- Loads the facet data on demand asynchronously, potentially improving performance.
Showing
- config/vufind/searches.ini 4 additions, 0 deletionsconfig/vufind/searches.ini
- module/VuFind/src/VuFind/AjaxHandler/GetSideFacets.php 301 additions, 0 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetSideFacets.php
- module/VuFind/src/VuFind/AjaxHandler/GetSideFacetsFactory.php 75 additions, 0 deletions...le/VuFind/src/VuFind/AjaxHandler/GetSideFacetsFactory.php
- module/VuFind/src/VuFind/AjaxHandler/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/AjaxHandler/PluginManager.php
- module/VuFind/src/VuFind/Recommend/Factory.php 12 additions, 0 deletionsmodule/VuFind/src/VuFind/Recommend/Factory.php
- module/VuFind/src/VuFind/Recommend/PluginManager.php 3 additions, 0 deletionsmodule/VuFind/src/VuFind/Recommend/PluginManager.php
- module/VuFind/src/VuFind/Recommend/SideFacetsDeferred.php 85 additions, 0 deletionsmodule/VuFind/src/VuFind/Recommend/SideFacetsDeferred.php
- module/VuFind/src/VuFind/View/Helper/Root/Recommend.php 13 additions, 5 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/Recommend.php
- themes/bootprint3/css/compiled.css 1 addition, 1 deletionthemes/bootprint3/css/compiled.css
- themes/bootprint3/less/bootprint.less 5 additions, 4 deletionsthemes/bootprint3/less/bootprint.less
- themes/bootprint3/scss/bootprint.scss 5 additions, 4 deletionsthemes/bootprint3/scss/bootprint.scss
- themes/bootstrap3/css/compiled.css 1 addition, 1 deletionthemes/bootstrap3/css/compiled.css
- themes/bootstrap3/js/facets.js 92 additions, 29 deletionsthemes/bootstrap3/js/facets.js
- themes/bootstrap3/less/components/sidebar.less 9 additions, 5 deletionsthemes/bootstrap3/less/components/sidebar.less
- themes/bootstrap3/scss/components/sidebar.scss 9 additions, 5 deletionsthemes/bootstrap3/scss/components/sidebar.scss
- themes/bootstrap3/templates/Recommend/SideFacets.phtml 15 additions, 47 deletionsthemes/bootstrap3/templates/Recommend/SideFacets.phtml
- themes/bootstrap3/templates/Recommend/SideFacets/checkbox-filters.phtml 14 additions, 7 deletions...ap3/templates/Recommend/SideFacets/checkbox-filters.phtml
- themes/bootstrap3/templates/Recommend/SideFacets/facet.phtml 55 additions, 0 deletionsthemes/bootstrap3/templates/Recommend/SideFacets/facet.phtml
- themes/bootstrap3/templates/Recommend/SideFacetsDeferred.phtml 81 additions, 0 deletions...s/bootstrap3/templates/Recommend/SideFacetsDeferred.phtml
- themes/bootstrap3/templates/search/results.phtml 8 additions, 8 deletionsthemes/bootstrap3/templates/search/results.phtml
Please register or sign in to comment