From b18d43e8058541bdb1423255ecde58a89f6e1739 Mon Sep 17 00:00:00 2001 From: Ruslan Salikhov Date: Mon, 23 Apr 2018 18:24:30 +0500 Subject: [PATCH] Version update --- app/Deprecate.jsx | 33 +++++++++++++++----- app/assets/locales/locale-en.json | 4 +-- app/assets/locales/locale-es.json | 4 +-- app/assets/locales/locale-ja.json | 4 +-- app/assets/locales/locale-zh.json | 4 +-- app/components/Account/AccountMembership.jsx | 2 +- app/components/Layout/Footer.jsx | 4 +-- app/lib/common/assetGatewayMixin.js | 2 +- package.json | 2 +- 9 files changed, 38 insertions(+), 21 deletions(-) diff --git a/app/Deprecate.jsx b/app/Deprecate.jsx index ef8287bc16..03ff32270e 100644 --- a/app/Deprecate.jsx +++ b/app/Deprecate.jsx @@ -28,19 +28,36 @@ export default class Deprecate extends React.Component { render() { return (
-
+
- - -

https://wallet.bitshares.org

- - {this.hasWallet() ? this.renderForWallet() : this.renderForCloud()} + +

+ + https://market.rudex.org + +

+ {this.hasWallet() + ? this.renderForWallet() + : this.renderForCloud()}
- {this.hasWallet() ? : null} + {this.hasWallet() ? ( + + ) : null}
); } -}; +} diff --git a/app/assets/locales/locale-en.json b/app/assets/locales/locale-en.json index 06e017d972..1ad1934011 100644 --- a/app/assets/locales/locale-en.json +++ b/app/assets/locales/locale-en.json @@ -1830,9 +1830,9 @@ "In an effort to provide enhanced security for the web-based wallet, we are migrating it, effective immediately to the address below. Please be sure to update any bookmarks you may have.", "text_1": "Local wallet detected", "text_2": - "Please backup your wallet now and restore the backup file to https://wallet.bitshares.org, which will be your new address for the web wallet. Thanks for your continued support.", + "Please backup your wallet now and restore the backup file to https://wallet.bitshares.org, which will be your new address for the web wallet. Thanks for your continued support.", "text_3": - "Please use https://wallet.bitshares.org from now on, your existing credentials will let you login there as well." + "Please use https://market.rudex.org from now on, your existing credentials will let you login there as well." }, "news": { "news": "News", diff --git a/app/assets/locales/locale-es.json b/app/assets/locales/locale-es.json index a974de95be..fc27f4638f 100644 --- a/app/assets/locales/locale-es.json +++ b/app/assets/locales/locale-es.json @@ -1679,8 +1679,8 @@ "En un esfuerzo por proporcionar una mayor seguridad para el monedero basado en la web, lo estamos migrando, con efecto inmediato a la dirección a continuación. Por favor, asegúrese de actualizar los marcadores que pueda tener.", "text_1": "Cartera local detecta", "text_2": - "Haga una copia de seguridad de su billetera ahora y restaure el archivo de respaldo a https://wallet.bitshares.org, cuál será su nueva dirección para la billetera web. Gracias por su apoyo continuo.", + "Haga una copia de seguridad de su billetera ahora y restaure el archivo de respaldo a https://wallet.bitshares.org, cuál será su nueva dirección para la billetera web. Gracias por su apoyo continuo.", "text_3": - "Please use https://wallet.bitshares.org a partir de ahora, sus credenciales existentes le permitirán iniciar sesión allí también." + "Please use https://market.rudex.org a partir de ahora, sus credenciales existentes le permitirán iniciar sesión allí también." } } diff --git a/app/assets/locales/locale-ja.json b/app/assets/locales/locale-ja.json index 6200c75923..6deb4b4e5f 100644 --- a/app/assets/locales/locale-ja.json +++ b/app/assets/locales/locale-ja.json @@ -1792,9 +1792,9 @@ "In an effort to provide enhanced security for the web-based wallet, we are migrating it, effective immediately to the address below. Please be sure to update any bookmarks you may have.", "text_1": "Local wallet detected", "text_2": - "Please backup your wallet now and restore the backup file to https://wallet.bitshares.org, which will be your new address for the web wallet. Thanks for your continued support.", + "Please backup your wallet now and restore the backup file to https://wallet.bitshares.org, which will be your new address for the web wallet. Thanks for your continued support.", "text_3": - "Please use https://wallet.bitshares.org from now on, your existing credentials will let you login there as well." + "Please use https://market.rudex.org from now on, your existing credentials will let you login there as well." }, "news": { "news": "ニュース", diff --git a/app/assets/locales/locale-zh.json b/app/assets/locales/locale-zh.json index fc25e26aef..3d2a41fd39 100644 --- a/app/assets/locales/locale-zh.json +++ b/app/assets/locales/locale-zh.json @@ -1613,9 +1613,9 @@ "为了提高浏览器钱包的安全性,我们已经将服务迁移至以下地址。请更新您的书签。", "text_1": "检测到本地钱包", "text_2": - "请立刻备份钱包,并在 https://wallet.bitshares.org将钱包恢复。请今后使用此地址访问浏览器钱包。感谢您一贯的支持。", + "请立刻备份钱包,并在 https://market.rudex.org将钱包恢复。请今后使用此地址访问浏览器钱包。感谢您一贯的支持。", "text_3": - "请今后使用 https://wallet.bitshares.org 访问浏览器钱包。您当前的账户和密码不变,可以继续使用。" + "请今后使用 https://market.rudex.org 访问浏览器钱包。您当前的账户和密码不变,可以继续使用。" }, "news": { "news": "新闻", diff --git a/app/components/Account/AccountMembership.jsx b/app/components/Account/AccountMembership.jsx index be2af612d1..1407a120fb 100644 --- a/app/components/Account/AccountMembership.jsx +++ b/app/components/Account/AccountMembership.jsx @@ -178,7 +178,7 @@ class AccountMembership extends React.Component { :
{`https://wallet.bitshares.org/?r=${ + >{`https://market.rudex.org/?r=${ account.name }`}
diff --git a/app/components/Layout/Footer.jsx b/app/components/Layout/Footer.jsx index de757664ee..b2719a6571 100644 --- a/app/components/Layout/Footer.jsx +++ b/app/components/Layout/Footer.jsx @@ -39,7 +39,7 @@ class Footer extends React.Component { componentDidMount() { this.checkNewVersionAvailable.call(this); - this.downloadLink = "https://bitshares.org/download"; + this.downloadLink = "https://github.com/blckchnd/rudex-ui/releases"; } shouldComponentUpdate(nextProps, nextState) { @@ -56,7 +56,7 @@ class Footer extends React.Component { checkNewVersionAvailable() { if (__ELECTRON__) { fetch( - "https://api.github.com/repos/bitshares/bitshares-ui/releases/latest" + "https://api.github.com/repos/blckchnd/rudex-ui/releases/latest" ) .then(res => { return res.json(); diff --git a/app/lib/common/assetGatewayMixin.js b/app/lib/common/assetGatewayMixin.js index deaed8cd21..4ce0e32958 100644 --- a/app/lib/common/assetGatewayMixin.js +++ b/app/lib/common/assetGatewayMixin.js @@ -28,7 +28,7 @@ function _getCoinToGatewayMapping(boolCheck = "depositAllowed") { function _openGatewaySite() { let {selectedGateway, gatewayStatus} = this.state; let win = window.open( - "https://wallet.bitshares.org/#/help/gateways/" + + "https://market.rudex.org/#/help/gateways/" + gatewayStatus[selectedGateway].name.toLowerCase().replace("-", ""), "_blank" ); diff --git a/package.json b/package.json index 39896ffce3..cc1d3985fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "RuDEX-light", - "version": "2.0.180420", + "version": "2.0.180423", "description": "Advanced wallet interface for the BitShares financial blockchain.", "homepage": "https://github.com/blckchnd/rudex-ui", "author": "RuDEX Team ",