devika
devika copied to clipboard
refactor: move dropdown logic into component
This PR intends to refactor the Dropdown component logic and unify them into a single component.
What's changed
- Create a new Dropdown component.
- Update .gitignore to allow for the Dropdown component to be placed in
ui/src/components/ui - Move ControlPanel components to use the new Dropdown component.