Add new apps category in appstore view

This commit is contained in:
Johannes Zellner
2019-11-18 22:43:33 +01:00
parent bcb055ed05
commit c7a5d295ec
2 changed files with 16 additions and 0 deletions

View File

@@ -267,6 +267,7 @@
</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 === 'new' }" category="new">New Apps</a>
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === 'recent' }" category="recent">Recently Updated</a>
<a href="" class="appstore-category-link" ng-click="showCategory($event);" ng-class="{'category-active': category === '' }" category="">All</a>
<br/>