- Remove support for toggling native tooltips from the browser
extension. This let users choose to keep the browser extension installed
and partially active on GitHub but not show Sourcegraph's hovers. This
functionality is less important now that GitHub's new code nav no longer
uses hovers. For old GitHub Enterprise server instances (and GitHub.com
users who have not enabled the new code view), users can disable the
browser extension if they want to disable Sourcegraph's hover
functionality.
- Remove hover alerts, which were used to warn users that the results
are imprecise. We still show this in a hover badge, which is a much
nicer UI for this than a dismissible warning (which felt more "CYA").
- Remove command palette because it was inextricable from notifications
and it was only used by the Sourcegraph extension API (which is
deprecated and will be removed).
- Remove the old notifications UI, which showed notification messages in
Sourcegraph and code host UIs. This is no longer necessary with the
removal of the command palette, because it is no longer possible to
invoke long-running actions whose errors must be shown in a separate,
global UI.
## Test plan
Existing tests suffice to test the existing code intelligence
functionality. This PR just removes functionality.
* Migrate extension command list popover
* Fix command list prop drilling
* Adjust web command list button props
* Adjust extension and bitbucket code hosts props class configurations
* Suppress TS problems in command list
* Fix CommandList.tsx button element compatability
* Fix github command list appearance
* Fix gitlab command list appearance
* Fix command-list appearance in gitlab dark theme
* Fix command-list appearance in gitlab dark theme
* Fix popover border color for the gitlab codehost
* Fix stylelint problems