Skip to content

Commit

Permalink
added filtering by rating
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Feb 6, 2020
1 parent 5429c19 commit de6a199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/FeedSortFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export default {
text: 'Views',
value: 'views',
},
{
text: 'Rating',
value: 'rating',
},
],
ALLOWED_ORDERINGS: [
{
Expand Down

0 comments on commit de6a199

Please # to comment.