Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

V3.22.1 boba #9

Open
wants to merge 16 commits into
base: dev
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Feature request
about: Create a feature request for the Gnosis Safe
about: Create a feature request for the Boba Multisig

---

<!--
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gnosis Safe
# Boba Multisig

![license](https://img.shields.io/github/license/gnosis/safe-react)
![build](https://img.shields.io/github/workflow/status/gnosis/safe-react/Deploy%20to%20Mainnet%20network/main)
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-react",
"version": "3.22.0",
"version": "3.22.1",
"description": "Allowing crypto users manage funds in a safer way",
"website": "https://github.com/gnosis/safe-react#readme",
"bugs": {
Expand Down Expand Up @@ -38,8 +38,6 @@
"test:coverage": "REACT_APP_ENV=test yarn test --coverage --watchAll=false",
"test:ci": "REACT_APP_ENV=test yarn test --ci --coverage --json --watchAll=false --testLocationInResults --runInBand --outputFile=jest.results.json",
"update-mocks": "./scripts/update-mocks.sh",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"sentry-upload-sourcemaps": "sentry-cli --auth-token $SENTRY_AUTH_TOKEN releases -o $SENTRY_ORG -p $SENTRY_PROJECT files $npm_package_version upload-sourcemaps ./build/static/js/",
"prepare": "husky install"
},
Expand Down Expand Up @@ -133,6 +131,7 @@
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.1",
"react-virtuoso": "^2.8.2",
"redux": "4.1.1",
"redux-actions": "^2.6.5",
"redux-localstorage-simple": "^2.4.1",
Expand All @@ -150,11 +149,6 @@
"@gnosis.pm/safe-core-sdk-types": "1.0.0",
"@rescripts/cli": "^0.0.16",
"@sentry/cli": "^1.67.2",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/addons": "^6.3.8",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/react": "6.0.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<base href="%PUBLIC_URL%/" />
<title>Gnosis Safe</title>
<title>Boba Multisig</title>

<meta property="og:title" content="Gnosis Safe" />
<meta property="og:description" content="Gnosis Safe is the most trusted platform to manage digital assets on Ethereum" />
<meta property="og:title" content="Boba Multisig" />
<meta property="og:description" content="Boba Multisig is the most trusted platform to manage digital assets on Ethereum" />
<meta property="og:image" content="%PUBLIC_URL%/resources/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="%PUBLIC_URL%/resources/og-image.png" />
Expand All @@ -19,8 +19,8 @@
position: absolute;
top: 50%;
left: 50%;
width: 120px;
height: 120px;
width: 140px;
height: 195px;
margin: -60px 0 0 -60px;
animation: sk-bounce 2s infinite ease-in-out;
animation-delay: -1s;
Expand Down
43 changes: 41 additions & 2 deletions public/resources/logo.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/resources/safe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/appstore-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/appstore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading