Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

feat: parameterize extension links #55

Merged
merged 1 commit into from
Oct 4, 2018
Merged

Conversation

chrismwendt
Copy link

BREAKING CHANGE: consumers now need to pass in a link prop when using the ExtensionStatusPopover.

Previously, Link wouldn't work in the browser extension because there was no Router to put i under.

The browser extension will pass in <a href=... and Sourcegraph will pass in <Link to=....

BREAKING CHANGE: consumers now need to pass in a `link` prop when using the ExtensionStatusPopover.
@chrismwendt chrismwendt requested a review from sqs October 3, 2018 23:39
@codecov
Copy link

codecov bot commented Oct 3, 2018

Codecov Report

Merging #55 into master will increase coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   15.91%   15.92%   +0.01%     
==========================================
  Files          36       36              
  Lines        1125     1124       -1     
  Branches      256      287      +31     
==========================================
  Hits          179      179              
+ Misses        946      945       -1
Impacted Files Coverage Δ
src/app/ExtensionStatus.tsx 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f9e7a3...3b2217c. Read the comment docs.

@sourcegraph-bot
Copy link

🎉 This PR is included in version 9.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants