yowkah / taggest

1 stars 1 forks source link

adding searchbar #5

Open yowkah opened 4 years ago

yowkah commented 4 years ago

We need a searchbar component which contains a search field, blacklist and whitelist for filtering video results. The back-end endpoint for this is already in place.

The blacklist and whitelist tag-selectors have already been made as components. The blacklist and whitelist are tracked in the Vuex Store. This might be subject to change depending on how we implement the search functionality.