AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Implement the dataset action button component in UI using useDatasetManager #184

Closed nozomione closed 1 year ago

nozomione commented 1 year ago

Context

Once the dataset action button component has been created (ref: https://github.com/AlexsLemonade/refinebio-web/issues/180), we'll need to incorporate it to the components that require it (e.g., search cards in the search results page) and add the functionalities using useDatasetManager(https://github.com/AlexsLemonade/refinebio-web/issues/178).

e.g., The dataset action button component (Add To Dataset) rendered in the search card:

Screenshot 2023-09-15 at 12 57 27 PM

Problem or idea

We should add the dataset action button component in required UI and add the functionalities using useDatasetManager.

Solution or next step