Client-side/server-side filters (#204)

* Add client and server side categories

* Quick fix for mistyped facet

* Get rid of console.logs used for debugging

* Re-add eslint overrides

* Optimize SVG

* Simplify .includes() checks
This commit is contained in:
venashial
2021-05-16 12:35:46 -07:00
committed by GitHub
parent 63ed7a734b
commit c97cba69b9
3 changed files with 78 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
<svg fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2" />
<path d="M8 21h8M12 17v4" />
</svg>

After

Width:  |  Height:  |  Size: 221 B