Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump next from 10.2.3 to 11.0.1 #104

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
99a36b2
Merge pull request #72 from OctoLinker/php
stefanbuck Oct 7, 2020
ab7d0b7
Bump react from 16.13.1 to 16.14.0
dependabot-preview[bot] Oct 15, 2020
840dce4
Bump react-dom from 16.13.1 to 16.14.0
dependabot-preview[bot] Oct 17, 2020
31acb1c
Bump next from 9.5.3 to 9.5.4
dependabot[bot] Oct 17, 2020
f40e93e
Merge pull request #73 from OctoLinker/dependabot/npm_and_yarn/next-9…
stefanbuck Oct 17, 2020
7ae556c
Bump next from 9.5.4 to 9.5.5
dependabot-preview[bot] Oct 18, 2020
d707f29
Bump nextjs
Oct 27, 2020
1766e1a
Bump next from 9.5.5 to 10.0.0
dependabot-preview[bot] Oct 28, 2020
eec92b1
Merge pull request #77 from OctoLinker/dependabot/npm_and_yarn/next-1…
stefanbuck Oct 29, 2020
1d823c7
Bump react and react-dom
dependabot-preview[bot] Oct 30, 2020
49dd02c
Merge pull request #78 from OctoLinker/dependabot/npm_and_yarn/react-…
stefanbuck Oct 30, 2020
a0e8d0e
Bump next from 10.0.0 to 10.0.1
dependabot-preview[bot] Nov 4, 2020
7a3d6b2
updated footer date
Neilblaze Nov 12, 2020
e30b8a6
added changes
Neilblaze Nov 12, 2020
1ecb2eb
Merge pull request #80 from Neilblaze/update-foot_date
stefanbuck Nov 12, 2020
6e2c641
Fix copyright on mobile
Nov 16, 2020
29f70d5
Add rlang logo
Nov 16, 2020
726618f
Bump next from 10.0.1 to 10.0.2
dependabot-preview[bot] Nov 20, 2020
e099de3
Bump next from 10.0.2 to 10.0.3
dependabot-preview[bot] Nov 24, 2020
eec50af
[Security] Bump ini from 1.3.5 to 1.3.7
dependabot-preview[bot] Dec 10, 2020
f361c4f
Bump next from 10.0.3 to 10.0.4
dependabot-preview[bot] Dec 23, 2020
5ce6ade
Bump next from 10.0.4 to 10.0.5
dependabot-preview[bot] Jan 7, 2021
5e2128e
Update twitter card
Jan 17, 2021
1fe9b23
Add safari link
Jan 17, 2021
f6ebfa3
Bump next from 10.0.5 to 10.0.6
dependabot-preview[bot] Feb 1, 2021
b5761d2
Bump next from 10.0.6 to 10.0.7
dependabot-preview[bot] Feb 16, 2021
ab9c32e
Bump next from 10.0.7 to 10.0.8
dependabot-preview[bot] Mar 8, 2021
19deb7d
[Security] Bump elliptic from 6.5.3 to 6.5.4
dependabot-preview[bot] Mar 8, 2021
64442b5
Update active user count
Mar 12, 2021
81d4a1f
Bump next from 10.0.8 to 10.0.9
dependabot-preview[bot] Mar 16, 2021
7453155
Bump react and react-dom
dependabot-preview[bot] Mar 23, 2021
e142e0e
Bump next from 10.0.9 to 10.1.2
dependabot-preview[bot] Mar 30, 2021
f5830bf
Bump next from 10.1.2 to 10.1.3
dependabot-preview[bot] Apr 2, 2021
df7eeae
Bump classnames from 2.2.6 to 2.3.0
dependabot-preview[bot] Apr 2, 2021
5351b8d
Bump classnames from 2.3.0 to 2.3.1
dependabot-preview[bot] Apr 5, 2021
8354c0f
Bump next from 10.1.3 to 10.2.0
dependabot-preview[bot] Apr 29, 2021
4cb60bb
Update sponsor RedisGreen
stefanbuck May 5, 2021
2589cd6
[Security] Bump lodash from 4.17.20 to 4.17.21
dependabot-preview[bot] May 6, 2021
9bde1b4
docs: Use the api repository url
chawyehsu May 16, 2021
aa49d55
Merge pull request #99 from chawyehsu/patch-1
stefanbuck May 16, 2021
f01b4cb
Bump next from 10.2.0 to 10.2.2
dependabot-preview[bot] May 20, 2021
d7406d3
Bump next from 10.2.2 to 10.2.3
dependabot-preview[bot] May 25, 2021
95beff2
[Security] Bump glob-parent from 5.1.1 to 5.1.2
dependabot-preview[bot] Jun 8, 2021
027dc84
Bump next from 10.2.3 to 11.0.1
dependabot-preview[bot] Jun 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ export default function Footer() {
}

.footer-logo {
margin: 20px 0 50px;
margin: 24px 0 50px;
}

.copyright {
display: block;
padding-bottom: 26px;
}

.footer a {
Expand Down Expand Up @@ -54,7 +59,7 @@ export default function Footer() {
}
`}
</style>
<span>&copy; OctoLinker 2019</span>
<span className="copyright">&copy; OctoLinker 2019-Present</span>
<Link href="/privacy">
<a>Privacy</a>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion components/howItWorks.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function HowItWorks() {
<p>
Relative file references are resolved through the GitHub tree API in
your browser. External dependencies are resolved using the{" "}
<a href="https://octolinker.now.sh/">OctoLinker API</a>.{" "}
<a href="https://github.com/OctoLinker/api">OctoLinker API</a>.{" "}
</p>
<p>
Only the name of a dependency along with the registry type is sent
Expand Down
88 changes: 52 additions & 36 deletions components/install.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import dynamic from 'next/dynamic';

import Image from 'next/image';
const InstallButton = dynamic(import ('./installButton'),{ssr:false});

export default function Install() {
Expand All @@ -18,46 +18,62 @@ export default function Install() {
padding-left: 1em;
}
}

.logos {
display: flex;
gap: 12px;
margin-top: 12px;
}

@media only screen and (min-width: 768px) {
.logos {
justify-content: center;
}
}
`}</style>
<p>
OctoLinker is a browser extension and available on{" "}
<a
href="https://chrome.google.com/webstore/detail/octo-linker/jlmafbaeoofdegohdhinkhilhclaklkp"
onClick={function() { window.plausible("install: chrome")}}
rel="nofollow"
>
<nobr>Chrome Web Store</nobr>
</a>
,{" "}
<a
href="https://addons.mozilla.org/en-US/firefox/addon/octolinker/"
onClick={function() { window.plausible("install: mozilla")}}
rel="nofollow"
>
<nobr>Mozilla Add-ons Store</nobr>
</a>
,{" "}
<a
href="https://microsoftedge.microsoft.com/addons/detail/lbbanfffjfmfdahnfbklminikafhcjjb"
onClick={function() { window.plausible("install: edge")}}
rel="nofollow"
>
<nobr>Microsoft Store</nobr>
</a>
{" and "}
<a
href="https://addons.opera.com/en/extensions/details/octolinker/"
onClick={function() { window.plausible("install: opera")}}
rel="nofollow"
>
<nobr>Opera Add-ons Store</nobr>
</a>.
<br />
Install and enhance your GitHub experience.
OctoLinker is a browser extension. Install and enhance your GitHub experience.
<div className="logos">
<a
href="https://chrome.google.com/webstore/detail/octo-linker/jlmafbaeoofdegohdhinkhilhclaklkp"
onClick={function() { window.plausible("install: chrome")}}
rel="nofollow"
>
<Image alt="Chrome Web Store" src="/static/chrome.png" width="48" height="48" />
</a>
<a
href="https://addons.mozilla.org/en-US/firefox/addon/octolinker/"
onClick={function() { window.plausible("install: mozilla")}}
rel="nofollow"
>
<Image alt="Mozilla Add-ons Store" src="/static/firefox.png" width="48" height="48" />
</a>
<a
href="https://apps.apple.com/app/octolinker/id1549308269"
onClick={function() { window.plausible("install: safari")}}
rel="nofollow"
>
<Image alt="Mac App Store" src="/static/safari.png" width="48" height="48" />
</a>
<a
href="https://microsoftedge.microsoft.com/addons/detail/lbbanfffjfmfdahnfbklminikafhcjjb"
onClick={function() { window.plausible("install: edge")}}
rel="nofollow"
>
<Image alt="Microsoft Store" src="/static/edge.png" width="48" height="48" />
</a>
<a
href="https://addons.opera.com/en/extensions/details/octolinker/"
onClick={function() { window.plausible("install: opera")}}
rel="nofollow"
>
<Image alt="Opera Add-ons Store" src="/static/opera.png" width="48" height="48" />
</a>
</div>
</p>
<InstallButton />
<div className="install-count">
<small>Trusted by over 25,000 developers</small>
<small>Trusted by over 30,000 developers</small>
</div>
</>
);
Expand Down
5 changes: 5 additions & 0 deletions components/installButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export default function Install({ children, compact }) {
eventName: 'install: edge',
text: "Install for Microsoft Edge",
url: "https://microsoftedge.microsoft.com/addons/detail/lbbanfffjfmfdahnfbklminikafhcjjb"
},
'safari': {
eventName: 'install: safari',
text: "Install for Safari",
url: "https://apps.apple.com/app/octolinker/id1549308269"
}
};

Expand Down
1 change: 1 addition & 0 deletions components/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function Languages() {
<LanguageBox image="static/php.png" label="PHP" />
<LanguageBox image="static/npm.png" label="npm" />
<LanguageBox image="static/python.png" label="python" />
<LanguageBox image="static/rlang.png" label="Rlang" />
<LanguageBox image="static/ruby.png" label="Ruby" />
<LanguageBox image="static/rubygems.png" label="RubyGems" />
<LanguageBox image="static/rust.png" label="Rust" />
Expand Down
4 changes: 2 additions & 2 deletions components/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Sponsors() {
</p>
</div>
<div>
<a href="https://redisgreen.net">
<a href="https://www.redisgreen.com">
<div
className="octofriends"
style={{
Expand All @@ -80,7 +80,7 @@ export default function Sponsors() {
</a>
<p>
We leverage{" "}
<a href="https://redisgreen.net">
<a href="https://www.redisgreen.com">
RedisGreen
</a>{" "}
high performance as a caching layer to reduce network calls to
Expand Down
19 changes: 5 additions & 14 deletions components/tweets.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,13 @@ export default function Tweets() {
</blockquote>
</HideOnMobile>
<HideOnMobile>
<blockquote
className="twitter-tweet"
data-cards="hidden"
data-lang="en"
>
<blockquote className="twitter-tweet">
<p lang="en" dir="ltr">
How did I go all these years without coming across{" "}
<a href="https://twitter.com/OctoLinker?ref_src=twsrc%5Etfw">
@OctoLinker
</a>{" "}
extension for GitHub? Essential.{" "}
<a href="https://t.co/3wT8rwaPch">https://t.co/3wT8rwaPch</a>
Hey people who use Javascript, Ruby, GitHub and Google Chrome: <a href="https://twitter.com/OctoLinker?ref_src=twsrc%5Etfw">@OctoLinker</a> is your friend.
</p>
&mdash; Steve Wu (@stevenwu){" "}
<a href="https://twitter.com/stevenwu/status/1090020371619766272?ref_src=twsrc%5Etfw">
January 28, 2019
&mdash; Zeke Sikelianos (@zeke)
<a href="https://twitter.com/zeke/status/732087395445661696?ref_src=twsrc%5Etfw">
May 16, 2016
</a>
</blockquote>
</HideOnMobile>
Expand Down
Loading