Closed gabitoesmiapodo closed 5 years ago
Deploy preview for kind-kilby-95344f processing.
Building with commit 27aa4b6cd7ef8b6a5010ccbab30501a9c8e55308
https://app.netlify.com/sites/kind-kilby-95344f/deploys/5c9bd8be025dd80008c5b0ec
Also Closes #134
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/stores/utils/web3.js | 0 | 11 | 0.0% | ||
<!-- | Total: | 0 | 11 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/stores/utils/web3.js | 1 | 0.0% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 414: | -0.3% |
Covered Lines: | 48 |
Relevant Lines: | 445 |
Closes #199
New parameter
REACT_APP_TITLE
in .env describing the rules for title generation:Given
REACT_APP_TITLE=Bridge UI dApp - %c
in .envIf
%c
is specified and we are connected to - for example- POA Network, the result isBridge UI dApp - POA Network
If
%c
is omitted, the result isBridge UI dApp
If the template is specified but the network is not chosen, the result is
Bridge UI dApp - No chain specified