browser-extensions icon indicating copy to clipboard operation
browser-extensions copied to clipboard

WIP DO NOT REVIEW: Simpler options menu

Open sqs opened this issue 7 years ago • 1 comments

This is part of the Better config and deployment for code host UI integrations feature. I (@sqs) opened this so I could link it from elsewhere. @ijsnow please delete this preamble from the PR and update the title when you get to it.

This PR changes:

.

Testing plan:

I have tested on:

  • [ ] Chrome
  • [ ] Firefox
  • [ ] Safari
  • [ ] Phabricator Bundle

sqs avatar Oct 25 '18 09:10 sqs

Here's how to move this PR to https://github.com/sourcegraph/sourcegraph/tree/master/packages/browser-extensions

cd browser-extensions
git format-patch master --stdout > /tmp/patch

cd ../sourcegraph
cat /tmp/patch | git am -3 --directory=packages/browser-extensions/
# and fixup merge conflicts

chrismwendt avatar Nov 05 '18 03:11 chrismwendt