feat: add category pins rendering and global search input
Compare changes
Files
20@@ -8,26 +8,18 @@ import {
@@ -35,8 +27,9 @@ export const SearchBar = (): JSX.Element => {
This PR is based on !62 (merged). Remember that if !62 (merged) is not yet merged
This PR utilises new API to fetch full bioEntity data and then render it as pins on the map. For the valid UX, changes in the search logic has been made.