Replace reactstrap Dropdowns with ReachUI MenuButtons
Created by: attfarhan
Part of https://github.com/sourcegraph/sourcegraph/issues/6443.
Removes our usage of reactstrap Dropdowns in favor of Reach UI MenuButtons.
There's one component, the UserNavItem that didn't get updated because there's some tricky behavior because we have the theme switcher dropdown in there, which the Reach MenuButton does not allow. I will try to fix this separately.
Also adds storybooks for all these components.