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

Update icons to new logo design #487

Merged
merged 2 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
## Unreleased

### Bug Fixes
- Fix signers link in Txs Information block #484

### Features
- Update wcjs and wallet utils versions #481
- Update icons to new logo #486

## 3.5.0

Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"short_name": "Provenance Explorer",
"name": "Explore the Blockchain with Provenance",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"icons":[{"src":"icons/icon-48x48.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"48x48","type":"image/png"},{"src":"icons/icon-72x72.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"72x72","type":"image/png"},{"src":"icons/icon-96x96.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"96x96","type":"image/png"},{"src":"icons/icon-144x144.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"144x144","type":"image/png"},{"src":"icons/icon-192x192.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"192x192","type":"image/png"},{"src":"icons/icon-256x256.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"256x256","type":"image/png"},{"src":"icons/icon-384x384.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"384x384","type":"image/png"},{"src":"icons/icon-512x512.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"512x512","type":"image/png"}],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

14 changes: 8 additions & 6 deletions src/Components/SpriteSheet/SpriteSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,12 @@ const SpriteSheet = () => (
fill="var(--secondaryColor)"
d="M49 18.9V21h-8.7V9.7H49v2.1h-6v2.4h5.3v2h-5.3V19h6.2zM66.4 21l-2.8-4-2.7 4h-3l4.2-5.7-4-5.6h3l2.6 3.7 2.6-3.7H69l-4 5.5 4.3 5.8h-3zm17-11.3c1 0 1.8.2 2.6.5.7.3 1.3.8 1.7 1.4.4.6.6 1.4.6 2.2a4 4 0 01-.6 2.2c-.4.6-1 1-1.7 1.4-.8.3-1.6.5-2.6.5H81V21h-2.6V9.7h4.9zm-.2 6c.8 0 1.4-.1 1.8-.4.4-.4.6-.9.6-1.5s-.2-1.1-.6-1.5c-.4-.3-1-.5-1.8-.5H81v4H83zm15-6h2.6v9.2h5.7V21h-8.3V9.7zm23.1 11.5c-1.1 0-2.2-.3-3.2-.8-.9-.5-1.6-1.2-2.2-2-.5-1-.8-2-.8-3a5.7 5.7 0 013-5.1c1-.5 2-.8 3.2-.8 1.2 0 2.3.3 3.2.8a5.7 5.7 0 013 5 5.7 5.7 0 01-3 5.1c-1 .5-2 .8-3.2.8zm0-2.2c.7 0 1.3-.2 1.8-.5.6-.3 1-.7 1.3-1.3.3-.5.5-1.2.5-1.9s-.2-1.3-.5-1.8c-.3-.6-.7-1-1.3-1.3-.5-.3-1.1-.5-1.8-.5a3.5 3.5 0 00-3 1.8c-.4.5-.5 1.1-.5 1.8s.1 1.4.4 2a3.4 3.4 0 003.1 1.7zm23.5 2l-2.2-3.1H140V21h-2.6V9.7h4.8c1 0 2 .2 2.6.5.8.3 1.4.8 1.8 1.4.4.6.6 1.4.6 2.2 0 .8-.3 1.6-.7 2.2-.4.6-1 1-1.7 1.4l2.6 3.6h-2.8zm0-7.2c0-.6-.3-1.1-.7-1.5-.4-.3-1-.5-1.8-.5h-2.1v4h2.1c.8 0 1.4-.2 1.8-.5.4-.4.6-.9.6-1.5zm21.5 5.1V21h-8.8V9.7h8.5v2.1H160v2.4h5.2v2H160V19h6.2zm17.3 2.1l-2.2-3.1H179V21h-2.6V9.7h4.9c1 0 1.9.2 2.6.5.7.3 1.3.8 1.7 1.4.4.6.6 1.4.6 2.2 0 .8-.2 1.6-.6 2.2-.4.6-1 1-1.7 1.4l2.5 3.6h-2.8zm0-7.2c0-.6-.2-1.1-.7-1.5-.4-.3-1-.5-1.7-.5h-2.2v4h2.2c.7 0 1.3-.2 1.7-.5.5-.4.7-.9.7-1.5z"
/>
<path
fill="currentColor"
d="M17.2 3.5L11.5 0 5.7 3.5 0 7v21.6L5.8 32v-9.9l5.7 3.5 5.8-3.5 5.7-3.5V7l-5.8-3.5zm-5.7 16.3l-5.8-3.5v-5.8L11.5 7l5.7 3.5v5.8l-5.7 3.5z"
/>
<svg viewBox="0 0 280 48" fill="none">
<path
fill="currentColor"
d="M21.9214 -0.370018C21.3654 -0.689161 20.6858 -0.689161 20.1298 -0.370018L0.895803 10.7382C0.339786 11.0573 0 11.6493 0 12.2876V34.4937C0 35.1371 0.339786 35.7239 0.895803 36.0431L8.68516 40.5419V18.0218C8.68516 17.4041 9.00436 16.8276 9.53463 16.5033L14.8528 13.2244L20.0835 10.0021C20.6601 9.64692 21.386 9.64692 21.9626 10.0021L27.1933 13.2244L32.5114 16.5033C33.0417 16.8276 33.3609 17.4041 33.3609 18.0218V28.6925C33.3609 29.3153 33.0417 29.8919 32.5114 30.2161L27.1933 33.4899L21.9626 36.7122C21.4581 37.0211 20.9587 36.5115 20.9587 35.9247V31.6986C20.9587 31.1221 21.4684 30.6794 21.9626 30.3809L26.3438 27.6836C26.8689 27.3542 27.1933 26.7776 27.1933 26.16V21.8258C27.1933 21.203 26.8689 20.6264 26.3438 20.3022L21.9626 17.6049C21.386 17.2497 20.6601 17.2497 20.0835 17.6049L15.7023 20.3022C15.1772 20.6264 14.8528 21.203 14.8528 21.8258V24.9709C14.8528 24.9709 14.8477 24.9709 14.8477 24.976V38.205H14.8528C14.8528 38.205 14.8528 38.205 14.8528 38.2101V43.8569C14.8528 43.9393 14.8477 44.0165 14.8374 44.0937L20.1298 47.1513C20.6858 47.4704 21.3654 47.4704 21.9214 47.1513L41.1554 36.0431C41.7114 35.7239 42.0512 35.1371 42.0512 34.4937V12.2876C42.0512 11.6493 41.7114 11.0573 41.1554 10.7382L21.9214 -0.370018Z"
/>
</svg>
</svg>
</g>
<g id={ICON_NAMES.LOGOUT}>
Expand Down Expand Up @@ -242,10 +244,10 @@ const SpriteSheet = () => (
</svg>
</g>
<g id={ICON_NAMES.PROVENANCE}>
<svg fill="none" viewBox="0 0 32 32">
<svg viewBox="0 0 43 48" fill="none">
<path
fill="currentColor"
d="M17.2 3.5L11.5 0 5.7 3.5 0 7v21.6L5.8 32v-9.9l5.7 3.5 5.8-3.5 5.7-3.5V7l-5.8-3.5zm-5.7 16.3l-5.8-3.5v-5.8L11.5 7l5.7 3.5v5.8l-5.7 3.5z"
d="M21.9214 -0.370018C21.3654 -0.689161 20.6858 -0.689161 20.1298 -0.370018L0.895803 10.7382C0.339786 11.0573 0 11.6493 0 12.2876V34.4937C0 35.1371 0.339786 35.7239 0.895803 36.0431L8.68516 40.5419V18.0218C8.68516 17.4041 9.00436 16.8276 9.53463 16.5033L14.8528 13.2244L20.0835 10.0021C20.6601 9.64692 21.386 9.64692 21.9626 10.0021L27.1933 13.2244L32.5114 16.5033C33.0417 16.8276 33.3609 17.4041 33.3609 18.0218V28.6925C33.3609 29.3153 33.0417 29.8919 32.5114 30.2161L27.1933 33.4899L21.9626 36.7122C21.4581 37.0211 20.9587 36.5115 20.9587 35.9247V31.6986C20.9587 31.1221 21.4684 30.6794 21.9626 30.3809L26.3438 27.6836C26.8689 27.3542 27.1933 26.7776 27.1933 26.16V21.8258C27.1933 21.203 26.8689 20.6264 26.3438 20.3022L21.9626 17.6049C21.386 17.2497 20.6601 17.2497 20.0835 17.6049L15.7023 20.3022C15.1772 20.6264 14.8528 21.203 14.8528 21.8258V24.9709C14.8528 24.9709 14.8477 24.9709 14.8477 24.976V38.205H14.8528C14.8528 38.205 14.8528 38.205 14.8528 38.2101V43.8569C14.8528 43.9393 14.8477 44.0165 14.8374 44.0937L20.1298 47.1513C20.6858 47.4704 21.3654 47.4704 21.9214 47.1513L41.1554 36.0431C41.7114 35.7239 42.0512 35.1371 42.0512 34.4937V12.2876C42.0512 11.6493 41.7114 11.0573 41.1554 10.7382L21.9214 -0.370018Z"
/>
</svg>
</g>
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Tx/Components/TxInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const TxInformation = () => {
{
title: signers.length === 1 ? 'Signer' : 'Signer(s)',
value: signers.length === 1 && maxLength(signers[0].address, 12, '4'),
link: signers.length === 1 && `/accounts/${feepayer.address}`,
link: signers.length === 1 && `/accounts/${signers[0].address}`,
copy: signers.length === 1 && signers[0].address,
table:
signers.length > 1
Expand Down