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

Gh 1593 and gh 1594/upgrade plus banner and logo #373

Merged
merged 51 commits into from Apr 26, 2019
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b64fdae
Remove old Plus banner/logo
wlycdgr Mar 20, 2019
68378c6
Merge branch 'develop' into GH-1593_and_GH-1594/UpgradePlus-banner-an…
wlycdgr Apr 8, 2019
a131dfb
Add green upgrade banner to Summary component
wlycdgr Apr 8, 2019
26953b0
Merge branch 'develop' into GH-1593_and_GH-1594/UpgradePlus-banner-an…
wlycdgr Apr 12, 2019
8e409d6
Add upgrade banner class
wlycdgr Apr 12, 2019
a8f4602
Fix classNames -> className typo
wlycdgr Apr 12, 2019
cd6148a
Implement CSS for green upgrade banner
wlycdgr Apr 12, 2019
208fcd4
Display smaller upgrade banner in summary view when on detailed tab
wlycdgr Apr 12, 2019
dd1de6f
Adjust position of smaller upgrade banner upwards a little to avoid o…
wlycdgr Apr 12, 2019
ec59226
Add gold subscriber icon to display when a subscribed user is signed in
wlycdgr Apr 12, 2019
b3a380b
Finish implementation of plus upgrade banner and gold icon display lo…
wlycdgr Apr 14, 2019
4e0af1e
Remove debug code and redundant variable from Summary#render
wlycdgr Apr 14, 2019
901e06e
Refactor Summary#render for clarity
wlycdgr Apr 15, 2019
5c861d9
Add green upgrade banner and gold plus icon SVGs for expanded view
wlycdgr Apr 15, 2019
d4dedb3
Add expanded view upgrade banner div stub to Header#render. Refactor …
wlycdgr Apr 15, 2019
c9eb688
Merge branch 'develop' into GH-1593_and_GH-1594/UpgradePlus-banner-an…
wlycdgr Apr 16, 2019
499051f
Display gold icon in expanded view if user is a logged-in subscriber
wlycdgr Apr 16, 2019
6273e6e
Stub click on badge in expanded view
wlycdgr Apr 16, 2019
8c8b7fd
Replicate dev behavior of badge clicking in Header in expanded view
wlycdgr Apr 16, 2019
8e7abf1
Rename upgrade banner / gold plus badge click handler for clarity
wlycdgr Apr 16, 2019
dbdea1e
Add badge CSS classes to extended view badges. These need updating
wlycdgr Apr 16, 2019
9aedc21
Correct subscriber redirect path for gold plus icon click handler in …
wlycdgr Apr 16, 2019
43b5e81
Update badge CSS
wlycdgr Apr 16, 2019
4cc227b
Tweak CSS for expanded view upgrade banner and gold plus icon to spec
wlycdgr Apr 16, 2019
8c4a316
Remove reference to non-extant state.header from header container map…
wlycdgr Apr 16, 2019
740f61b
Implement show/hide logic for header upgrade banner and gold plus icon
wlycdgr Apr 16, 2019
5ebbd1e
Factor kebab div out to const for clarity in Header#render
wlycdgr Apr 16, 2019
d0c3b4f
Tweak gold plus icon expanded view SVG to make sure Plus is more cent…
wlycdgr Apr 16, 2019
6035749
Finish clarity refactor of Summary#render
wlycdgr Apr 16, 2019
a0170de
Nudge summary content down in expert view so green upgrade banner can…
wlycdgr Apr 16, 2019
8534297
Adjust positioning of simple/detailed view upgrade banners and gold i…
wlycdgr Apr 17, 2019
2a43fa9
Add click handling for simple and detailed view upgrade banner and go…
wlycdgr Apr 17, 2019
dfb9596
Switch between upgrade banner and gold icon in Summary view on sign i…
wlycdgr Apr 17, 2019
1f31716
Merge branch 'develop' into GH-1593_and_GH-1594/UpgradePlus-banner-an…
IAmThePan Apr 18, 2019
10631ab
Decompose totalTrackersBlockedAndPageLoadTime in Summary#render
wlycdgr Apr 18, 2019
be447e7
Remove duplication from return of Summary#render
wlycdgr Apr 18, 2019
069fca6
Merge branch 'GH-1593_and_GH-1594/UpgradePlus-banner-and-logo' of git…
wlycdgr Apr 18, 2019
c38b4b5
Fix Summary view display in Midnight theme on Detailed tab. Realign g…
wlycdgr Apr 18, 2019
ce7158b
Display subscriber badge in header in gold in Midnight theme
wlycdgr Apr 19, 2019
80a1736
Add upgrade banner text to locale strings file. Remove SVG upgarde te…
wlycdgr Apr 19, 2019
26c6ab0
Finalize CSS for upgrade banner text. Delete duplicate upgrade banner…
wlycdgr Apr 19, 2019
de6aa6b
Convert 'upgrade to' text in the green banner from SVG to text for sm…
wlycdgr Apr 19, 2019
c7a43ee
Make sure upgrade banner or subscriber badge display in the hamburger…
wlycdgr Apr 19, 2019
ed9f928
Merge branch 'develop' into GH-1593_and_GH-1594/UpgradePlus-banner-an…
IAmThePan Apr 23, 2019
9aef19d
Modify upgrade banner to scale along with text that may vary in lengt…
wlycdgr Apr 23, 2019
4006174
Tweak scalable CSS for simple view upgrade banner
wlycdgr Apr 23, 2019
43b5988
Dedupe upgrade banner render code. Clean up CSS. Make sure banners st…
wlycdgr Apr 24, 2019
2affa53
Merge in develop & resolve conflict in Summary.jsx
wlycdgr Apr 24, 2019
56e607a
Restore mistakenly deleted gold Plus icon CSS
wlycdgr Apr 24, 2019
bbae8e7
Fix Summary view alignment in Condensed mode
wlycdgr Apr 24, 2019
88759ba
Merge branch 'develop' into GH-1593_and_GH-1594/UpgradePlus-banner-an…
IAmThePan Apr 26, 2019
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -2130,6 +2130,9 @@
"subscription_submit_issue": {
"message": "Submit Issue"
},
"subscription_upgrade_to": {
"message": "Upgrade to"
},
"panel_stats_menu_cumulative": {
"message": "Cumulative"
},
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="27" height="28" viewBox="0 0 27 28" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="a" x1="0" y1="0" y2="1" x2="1">
<stop offset="0" stop-color="#DEC852"/>
<stop offset="1" stop-color="#BA9829"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<g fill="url(#a)" fill-rule="nonzero">
<path d="M13.5 4.748C8.362 4.748 4.18 8.898 4.18 14c0 5.1 4.182 9.249 9.318 9.249 5.14 0 9.318-4.15 9.318-9.249 0-5.103-4.179-9.252-9.318-9.252z"/>
<path d="M26.681 9.746c-.432-1.325-2.19-1.99-2.997-3.092-.816-1.114-.918-2.975-2.037-3.788-1.11-.802-2.922-.325-4.257-.754-1.287-.417-2.463-1.87-3.89-1.87-1.426 0-2.605 1.453-3.889 1.87-1.335.429-3.147-.048-4.257.754-1.122.812-1.22 2.674-2.037 3.788C2.51 7.757.75 8.421.317 9.746-.1 11.024.914 12.582.914 14c0 1.415-1.014 2.973-.597 4.25.432 1.326 2.193 1.99 3 3.096.816 1.11.915 2.976 2.037 3.786 1.11.801 2.922.324 4.257.756 1.284.414 2.463 1.871 3.888 1.871 1.428 0 2.604-1.457 3.891-1.87 1.335-.433 3.147.044 4.257-.757 1.12-.81 1.221-2.675 2.037-3.79.807-1.101 2.565-1.766 2.997-3.091.42-1.278-.597-2.836-.597-4.251 0-1.418 1.017-2.976.597-4.254zM13.5 23.88c-5.496 0-9.954-4.423-9.954-9.88 0-5.46 4.458-9.883 9.954-9.883 5.5 0 9.954 4.423 9.954 9.883 0 5.457-4.455 9.88-9.954 9.88z"/>
</g>
<path fill="#FFF" d="M 8.177 11.443 C 7.812 11.403 7.607 11.231 7.5 11.019 C 7.446 10.909 7.467 10.849 7.607 10.839 C 8.5 10.747 9.307 10.324 10.037 10.294 C 10.587 10.274 11.059 10.434 11.317 11.13 C 11.543 11.735 11.361 12.32 10.995 12.854 C 10.457 13.64 9.295 14.396 7.887 14.647 C 7.639 14.687 7.403 14.647 7.22 14.547 C 6.919 15.101 6.596 15.767 6.22 16.603 C 6.177 16.703 6.123 16.703 6.048 16.633 C 5.898 16.482 5.79 16.179 5.951 15.635 C 6.231 14.718 7.241 12.823 8.177 11.443 Z M 12.684 15.712 C 12.705 15.557 12.746 15.397 12.802 15.242 C 13.038 14.577 13.587 13.589 14.286 12.672 C 14.372 12.562 14.479 12.572 14.566 12.662 C 14.802 12.995 14.748 13.448 14.361 14.022 C 13.963 14.617 13.748 15.02 13.522 15.504 C 13.296 15.998 13.329 16.361 13.576 16.381 C 13.996 16.411 14.586 15.706 15.168 14.829 C 15.845 13.801 16.158 13.106 16.501 12.672 C 16.609 12.532 16.684 12.511 16.771 12.612 C 16.931 12.793 17.017 13.237 16.759 13.74 C 16.523 14.194 15.985 14.95 15.738 15.464 C 15.458 16.038 15.501 16.462 15.888 16.441 C 16.228 16.426 16.623 16.045 16.977 15.557 C 16.912 15.179 17.002 14.78 17.265 14.577 C 17.394 14.477 17.48 14.517 17.491 14.677 C 17.501 14.758 17.501 14.839 17.512 14.92 C 17.953 14.355 18.437 13.7 18.749 13.186 C 18.803 12.793 18.91 12.602 19.136 12.41 C 19.373 12.209 19.62 12.168 19.716 12.259 C 19.824 12.359 19.771 12.471 19.631 12.702 C 19.588 12.762 19.556 12.823 19.513 12.894 C 19.437 13.821 19.642 14.607 19.609 15.303 C 19.588 15.696 19.513 16.119 19.125 16.361 C 19.845 16.109 20.298 15.504 20.566 14.96 C 20.62 14.85 20.728 14.88 20.771 14.96 C 20.814 15.05 20.803 15.313 20.621 15.625 C 20.211 16.32 19.481 16.703 18.717 16.734 C 18.111 16.754 17.525 16.611 17.157 16.03 C 16.806 16.438 16.289 16.754 15.791 16.754 C 15.092 16.754 14.813 16.341 14.899 15.756 C 14.522 16.23 13.952 16.744 13.35 16.703 C 12.994 16.68 12.8 16.505 12.717 16.258 C 12.393 16.505 11.977 16.714 11.543 16.703 C 10.801 16.683 10.403 16.199 10.651 15.111 C 11.049 13.358 12.275 11.533 13.371 10.465 C 13.533 10.304 13.684 10.284 13.834 10.415 C 14.146 10.677 14.211 11.05 14.081 11.523 C 13.748 12.763 12.544 13.973 11.586 14.557 C 11.156 15.544 11.038 16.381 11.522 16.421 C 11.862 16.448 12.302 16.143 12.684 15.711 Z M 7.532 13.982 C 7.855 13.418 8.156 12.954 8.435 12.491 C 8.736 12.007 8.844 11.654 8.844 11.382 C 9.554 11.191 10.629 10.667 10.855 11.221 C 11.145 11.926 9.941 13.559 7.532 13.982 Z M 11.78 14.123 C 13.253 13.005 13.856 11.393 13.716 11.312 C 13.576 11.232 12.78 12.35 12.038 13.64 C 11.944 13.796 11.857 13.958 11.78 14.123 Z M 18.727 13.831 C 18.416 14.365 18.017 14.92 17.609 15.464 C 17.77 16.048 18.082 16.462 18.437 16.361 C 18.932 16.22 18.77 14.637 18.727 13.831 Z"/>
</g>
</svg>
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="35" viewBox="0 0 34 35">
<defs>
<linearGradient id="a" x1="0%" x2="79.066%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#ECD868"/>
<stop offset="100%" stop-color="#D4AF37"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<g fill="url(#a)" fill-rule="nonzero">
<path d="M17 5.935c-6.468 0-11.735 5.187-11.735 11.565 0 6.374 5.267 11.561 11.734 11.561 6.472 0 11.734-5.187 11.734-11.561 0-6.378-5.262-11.565-11.734-11.565z"/>
<path d="M33.599 12.183c-.544-1.657-2.758-2.487-3.774-3.865-1.028-1.392-1.157-3.72-2.565-4.736-1.398-1.002-3.68-.406-5.361-.942-1.62-.521-3.102-2.338-4.9-2.338-1.794 0-3.279 1.817-4.896 2.338-1.68.536-3.963-.06-5.36.942C5.33 4.598 5.205 6.925 4.177 8.318 3.161 9.696.944 10.526.4 12.183c-.525 1.597.751 3.545.751 5.317 0 1.769-1.276 3.716-.751 5.314.544 1.656 2.761 2.487 3.777 3.868 1.028 1.39 1.153 3.72 2.566 4.733 1.397 1.001 3.68.406 5.36.945C13.72 32.878 15.205 34.7 17 34.7c1.798 0 3.28-1.821 4.9-2.339 1.681-.54 3.963.056 5.36-.945 1.41-1.013 1.538-3.344 2.566-4.736 1.016-1.378 3.23-2.209 3.774-3.865.528-1.598-.752-3.545-.752-5.314 0-1.772 1.28-3.72.752-5.317zm-16.6 17.668c-6.92 0-12.534-5.53-12.534-12.351 0-6.825 5.613-12.354 12.534-12.354 6.925 0 12.535 5.529 12.535 12.354 0 6.821-5.61 12.35-12.535 12.35z"/>
</g>
<path fill="#FFF" d="M10.957 14.9c-.46-.05-.718-.265-.853-.53-.068-.138-.04-.214.135-.226 1.124-.114 2.14-.643 3.061-.68.69-.026 1.287.176 1.612 1.045.284.756.054 1.487-.407 2.154-.677.983-2.14 1.928-3.914 2.243-.311.05-.609 0-.84-.126-.378.692-.785 1.524-1.259 2.57-.054.125-.122.125-.216.037-.19-.189-.325-.567-.122-1.247.352-1.146 1.625-3.515 2.803-5.24zm5.676 5.336c.026-.193.078-.393.147-.587.298-.832.99-2.066 1.87-3.212.108-.139.243-.126.351-.013.298.416.23.983-.257 1.7a12.613 12.613 0 0 0-1.056 1.852c-.285.618-.244 1.071.068 1.096.528.038 1.273-.844 2.004-1.94.853-1.285 1.246-2.154 1.68-2.695.135-.177.23-.202.338-.076.203.227.311.781-.014 1.41-.298.568-.975 1.513-1.286 2.155-.352.718-.298 1.247.19 1.222.428-.019.925-.495 1.37-1.106-.082-.471.032-.971.363-1.225.162-.126.27-.075.284.126.014.101.014.202.027.303.555-.706 1.165-1.525 1.558-2.167.067-.491.203-.73.487-.97.298-.252.61-.302.731-.189.136.126.068.265-.108.554-.054.076-.095.151-.149.24-.095 1.159.163 2.141.122 3.01-.027.492-.122 1.02-.61 1.323.908-.315 1.477-1.07 1.815-1.75.068-.14.203-.102.258 0 .054.113.04.44-.19.83-.515.87-1.435 1.348-2.397 1.386-.763.025-1.501-.153-1.965-.88-.441.51-1.092.905-1.719.905-.88 0-1.232-.516-1.124-1.247-.474.592-1.191 1.235-1.95 1.184-.448-.029-.693-.247-.797-.556-.408.309-.931.57-1.478.556-.935-.025-1.436-.63-1.124-1.99.501-2.192 2.045-4.472 3.426-5.807.203-.202.393-.227.583-.063.392.327.474.793.311 1.385-.42 1.55-1.937 3.062-3.142 3.792-.542 1.235-.69 2.28-.081 2.33.427.034.983-.346 1.464-.886zm-6.489-2.162c.407-.705.786-1.285 1.138-1.864.38-.605.515-1.046.515-1.386.894-.24 2.248-.894 2.532-.201.366.881-1.15 2.922-4.185 3.451zm5.35.177c1.855-1.399 2.614-3.414 2.438-3.515-.176-.1-1.179 1.297-2.113 2.91-.122.201-.23.403-.325.605zm8.749-.366c-.393.668-.894 1.36-1.409 2.041.203.73.596 1.247 1.043 1.121.623-.176.42-2.154.366-3.162z"/>
</g>
</svg>
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="32" viewBox="0 0 36 32">
<defs>
<linearGradient id="a" x1="90.881%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#9ECC42"/>
<stop offset="100%" stop-color="#429321"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="url(#a)" fill-rule="nonzero" stroke="#FFF" d="M33.09 30.918l-15.623-7.16a.973.973 0 0 0-.86 0l-15.5 7.16c-.369.201-1.107 0-1.107-.267V.335C0 .134.246 0 .615 0h32.72c.37 0 .616.134.616.335V30.65c.246.267-.492.468-.861.267z" transform="translate(1)"/>
<path fill="#FFF" d="M10.966 9.67c-.49-.057-.763-.302-.907-.604-.072-.159-.043-.245.144-.26 1.195-.13 2.275-.734 3.255-.777.734-.029 1.368.201 1.713 1.195.303.864.058 1.7-.432 2.462-.72 1.124-2.275 2.204-4.161 2.564-.332.057-.648 0-.893-.144a45.597 45.597 0 0 0-1.34 2.937c-.057.144-.129.144-.23.043-.201-.216-.345-.648-.13-1.425.375-1.31 1.729-4.018 2.981-5.99zm12.023 6.554c-.469.584-1.161 1.035-1.827 1.035-.936 0-1.31-.59-1.196-1.425-.504.676-1.267 1.41-2.073 1.353-.477-.033-.738-.283-.848-.636-.434.353-.99.65-1.571.636-.994-.029-1.527-.72-1.196-2.275.533-2.506 2.175-5.112 3.644-6.638.216-.23.417-.26.619-.072.417.374.504.907.331 1.584-.446 1.77-2.06 3.499-3.34 4.334-.577 1.411-.735 2.606-.087 2.664.454.038 1.045-.397 1.556-1.014a3.57 3.57 0 0 1 .157-.67c.317-.951 1.052-2.362 1.988-3.673.115-.158.259-.144.374-.014.317.475.245 1.123-.274 1.944-.532.85-.82 1.425-1.123 2.117-.302.705-.259 1.224.072 1.252.562.044 1.354-.964 2.131-2.217.908-1.469 1.325-2.463 1.786-3.082.144-.201.245-.23.36-.086.216.259.331.893-.014 1.613-.317.648-1.037 1.728-1.368 2.462-.375.82-.317 1.426.201 1.397.456-.022.985-.566 1.458-1.264-.088-.54.034-1.11.385-1.4.173-.144.288-.087.303.144.014.115.014.23.029.345.59-.806 1.238-1.742 1.656-2.476.072-.562.216-.836.518-1.11.317-.287.648-.345.778-.215.144.144.072.302-.116.633-.057.087-.1.173-.158.274-.1 1.325.173 2.448.13 3.442-.03.561-.13 1.166-.648 1.512.964-.36 1.57-1.224 1.93-2.002.071-.158.215-.115.273 0 .057.13.043.504-.202.95a3.034 3.034 0 0 1-2.549 1.584c-.811.028-1.596-.175-2.089-1.006zM10.102 13.3c.432-.806.836-1.469 1.21-2.131.403-.691.547-1.195.547-1.584.95-.274 2.39-1.022 2.693-.23.389 1.008-1.224 3.34-4.45 3.945zm5.688.202c1.973-1.599 2.78-3.903 2.592-4.018-.187-.115-1.252 1.483-2.246 3.327-.13.23-.245.46-.346.69zm9.303-.418c-.418.763-.95 1.555-1.498 2.333.216.835.634 1.426 1.109 1.282.662-.202.446-2.463.389-3.615z"/>
</g>
</svg>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="128" height="23" viewBox="0 0 128 23" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="a" x1="0.9088099670410156" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#9ECC42"/>
<stop offset="1" stop-color="#429321"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="url(#a)" d="M132 0l-7.8 10.2 9.635 12.6H0V0h132z" transform="translate(-6)"/>
</g>
</svg>
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="85.058 6.331 23.309 10.771" width="23.309" height="10.771" xmlns="http://www.w3.org/2000/svg">
<path d="M 88.66 8.249 C 88.09 8.182 87.77 7.896 87.602 7.543 C 87.518 7.358 87.552 7.258 87.77 7.241 C 89.165 7.09 90.425 6.384 91.567 6.334 C 92.424 6.3 93.163 6.569 93.567 7.728 C 93.919 8.736 93.634 9.71 93.062 10.601 C 92.222 11.911 90.408 13.171 88.207 13.591 C 87.821 13.658 87.451 13.591 87.166 13.423 C 86.696 14.347 86.191 15.456 85.603 16.85 C 85.536 17.018 85.452 17.018 85.334 16.9 C 85.099 16.649 84.931 16.145 85.184 15.238 C 85.62 13.708 87.199 10.55 88.661 8.248 L 88.66 8.249 Z M 102.688 15.895 C 102.14 16.575 101.332 17.102 100.555 17.102 C 99.463 17.102 99.026 16.414 99.161 15.439 C 98.573 16.229 97.682 17.086 96.741 17.019 C 96.185 16.979 95.881 16.688 95.752 16.276 C 95.246 16.688 94.598 17.036 93.919 17.018 C 92.76 16.985 92.139 16.178 92.525 14.364 C 93.146 11.441 95.062 8.4 96.775 6.619 C 97.027 6.35 97.262 6.317 97.498 6.535 C 97.985 6.972 98.086 7.594 97.884 8.383 C 97.364 10.45 95.482 12.466 93.986 13.44 C 93.314 15.086 93.13 16.48 93.886 16.548 C 94.416 16.592 95.105 16.085 95.701 15.365 C 95.734 15.108 95.798 14.841 95.885 14.582 C 96.255 13.474 97.111 11.827 98.203 10.298 C 98.338 10.114 98.506 10.13 98.64 10.282 C 99.01 10.836 98.926 11.592 98.32 12.55 C 97.817 13.336 97.379 14.162 97.01 15.02 C 96.658 15.842 96.708 16.447 97.094 16.48 C 97.75 16.531 98.674 15.355 99.581 13.894 C 100.639 12.18 101.126 11.021 101.664 10.298 C 101.832 10.063 101.95 10.03 102.084 10.198 C 102.336 10.5 102.47 11.239 102.067 12.079 C 101.697 12.835 100.857 14.095 100.471 14.952 C 100.034 15.91 100.101 16.615 100.706 16.582 C 101.238 16.556 101.855 15.922 102.407 15.107 C 102.305 14.478 102.447 13.811 102.857 13.474 C 103.058 13.306 103.193 13.373 103.21 13.642 C 103.226 13.776 103.226 13.91 103.243 14.045 C 103.932 13.104 104.688 12.012 105.175 11.155 C 105.259 10.5 105.427 10.181 105.78 9.862 C 106.15 9.526 106.536 9.458 106.687 9.61 C 106.855 9.778 106.771 9.962 106.553 10.349 C 106.486 10.449 106.435 10.55 106.368 10.668 C 106.25 12.214 106.57 13.524 106.519 14.683 C 106.486 15.338 106.368 16.044 105.763 16.447 C 106.889 16.027 107.594 15.019 108.014 14.112 C 108.098 13.927 108.266 13.978 108.334 14.112 C 108.401 14.263 108.384 14.7 108.098 15.221 C 107.502 16.318 106.373 17.02 105.125 17.069 C 104.178 17.101 103.263 16.864 102.688 15.895 L 102.688 15.895 Z M 87.653 12.482 C 88.157 11.542 88.627 10.769 89.064 9.996 C 89.534 9.19 89.702 8.602 89.702 8.148 C 90.812 7.828 92.492 6.955 92.844 7.879 C 93.298 9.055 91.416 11.777 87.653 12.482 L 87.653 12.482 Z M 94.289 12.718 C 96.59 10.853 97.531 8.165 97.313 8.03 C 97.094 7.896 95.851 9.76 94.692 11.911 C 94.544 12.173 94.41 12.442 94.289 12.718 L 94.289 12.718 Z M 105.125 11.842 C 104.548 12.896 103.813 13.989 103.058 15.062 C 103.356 16.214 103.932 17.029 104.588 16.831 C 105.502 16.552 105.204 13.432 105.125 11.842 L 105.125 11.842 Z" fill="#FFF" style="fill-rule: evenodd;"/>
</svg>
ProTip! Use n and p to navigate between commits in a pull request.