Add repository list pagination
Also changes our binds to be bind-once, which should significantly reduce memory and increase performance for large lists Fixes #1856
This commit is contained in:
parent
502fa23d31
commit
e4ad25ea81
6 changed files with 55 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="repo-list-view-element">
|
||||
<!-- Toggle -->
|
||||
<div class="repo-list-toggleb btn-group" ng-show="!loading">
|
||||
<div class="repo-list-toggleb btn-group" ng-show="!loading && optionAllowed">
|
||||
<i class="btn btn-default fa fa-th-large" ng-class="!showAsList ? 'active' : ''"
|
||||
ng-click="setShowAsList(false)" title="Grid View" data-container="body" bs-tooltip></i>
|
||||
<i class="btn btn-default fa fa-th-list" ng-class="showAsList ? 'active' : ''"
|
||||
|
|
Reference in a new issue