Skip to content

Commit

Permalink
feat(search): add more default Tag Collections
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Dec 3, 2021
1 parent 87260d6 commit be17ab3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions store/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ export const state = () => ({
name: 'Indecencies blocklist',
tags: ['-scat', '-shitting', '-diaper', '-fart', '-shitpost', '-gore'],
},
{
name: 'Explicit rating',
tags: ['rating:explicit'],
},
{
name: 'Sort by order',
tags: ['sort:score'],
},
{
name: 'Order by score',
tags: ['sort:order'],
},
],

savedPosts: [
Expand Down

0 comments on commit be17ab3

Please sign in to comment.