Add cashtag filter option

This commit is contained in:
Salastil 2026-05-15 16:52:01 -04:00
commit a78d4655cd
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,8 @@ const toggles = {
"links": "Links",
"images": "Images",
"quote": "Quotes",
"spaces": "Spaces"
"spaces": "Spaces",
"cashtags": "Cashtags"
}.toOrderedTable
proc renderSearch*(): VNode =