ConservationMetrics / guardianconnector-views

A Nuxt.js tool that reads data from a SQL database and renders it on different views (map, gallery, alerts dashboard)
MIT License
3 stars 0 forks source link

Implement and style vue-select component #12

Closed rudokemper closed 8 months ago

rudokemper commented 8 months ago

This PR adds and customizes a vue-select Component for dropdown filtering. vue-select is a great, feature rich select/dropdown/typeahead Vue component. I am using it here to allow the user to do filtering using multiple selections, and to add a colored dot next to each selection that matches what is shown for the dots on the map. I also cleaned up some parts of both the Map and Gallery components.

image

image

IamJeffG commented 8 months ago

the new component looks great!