appstore: fix ordering of apps

all apps: alphabetical
popular: based on ranking instead of installCount
New Apps: based on time only
Category: tag and then ranking
This commit is contained in:
Girish Ramakrishnan
2020-07-17 14:19:25 -07:00
parent 0043b3690a
commit 4f4df7d9fe
2 changed files with 5 additions and 5 deletions

View File

@@ -305,7 +305,7 @@
</div>
<div class="col-md-12" ng-show="apps.length">
<div class="row-no-margin">
<div class="col-sm-1 appstore-item" ng-repeat="app in apps | orderBy:'installCount':true">
<div class="col-sm-1 appstore-item" ng-repeat="app in apps">
<div class="appstore-item-content highlight" ng-click="gotoApp(app)" ng-class="{ 'appstore-item-content-testing': app.releaseState === 'unstable' }">
<span class="badge badge-danger appstore-item-badge-testing" ng-show="app.releaseState === 'unstable'">Unstable</span>
<div class="appstore-item-content-icon col-same-height">