Carsonthemonkey / GIST

App to summarize audio files for the LC ACM spring 2023 hackathon
MIT License
3 stars 0 forks source link

Make reusable dropdown component #68

Open katberge opened 1 year ago

katberge commented 1 year ago

Use SmallDropdown and change to just one Dropdown component tp use for the main summary dropdown too.

katberge commented 1 year ago

The branch currently has a single Dropdown component, but the summary dropdown needs a secondary Summarize button. This added button is much more complicated than the one that triggers the dropdown. If still trying to go this path, we may want a separate component for the summarize button that only is present depending on a prop(something like if SummarizeButton is true).