Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Add submitter to the app listing (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra committed Oct 15, 2022
1 parent 26c1481 commit 29724eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/AppStore/AppStoreApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
<span class="text-muted">Developer</span>
<a class="primary-link" :href="app.website" target="_blank">{{ app.developer }}</a>
</div>
<div v-if="app.submitter && app.submission" class="d-flex justify-content-between mb-3">
<span class="text-muted">Submitted by</span>
<a class="primary-link" :href="app.submission" target="_blank">{{ app.submitter }}</a>
</div>
<div class="d-flex justify-content-between mb-3">
<span class="text-muted">Compatibility</span>
<span>Compatible</span>
Expand Down

0 comments on commit 29724eb

Please sign in to comment.