Show only featured apps first on appstore listing

This commit is contained in:
Johannes Zellner
2018-06-08 09:48:34 +02:00
parent 55fb3b3b55
commit ee0a25962b
2 changed files with 7 additions and 4 deletions

View File

@@ -273,6 +273,7 @@
</form>
</div>
<br/>
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === 'featured' }" category="featured">Popular</a>
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === '' }" category="">All</a>
<br/>
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === 'analytics' }" category="analytics"><i class="fa fa-bar-chart"></i> Analytics</a>