diff --git a/README.md b/README.md
index 2fe83fa..5796b9a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
-# Cyano wallet - an Ontology wallet
+# Cyano Wallet - an Ontology wallet
-
-
+
## Overview
@@ -93,13 +92,13 @@ Ledger support is provided by the Ontology TS SDK extension https://github.com/O
Ledger.setLedgerTransport(new Ledger.LedgerTransportIframe('https://drxwrxomfjdx5.cloudfront.net/forwarder.html', true));
```
-To use your Ledger, you also needs Official Ontology Ledger App installed on your Ledger.
+To use your Ledger, you also need the Official Ontology Ledger App installed on your Ledger.
#### Trezor support
Trezor support is provided by the Ontology TS SDK extension https://github.com/OntologyCommunityDevelopers/ontology-ts-sdk-trezor. Trezor allows communication with the Trezor Bridge v2 only from https://*.trezor.io page and Node environment, therefore it is not usable from web pages. But it is usable from Web extensions using WebRequest API.
-To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is is not yet in official firmware.
+To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is not yet in official firmware.
## Built With
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..7381339
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/favicon.png b/public/favicon.png
index b0cc9ff..b4f8496 100644
Binary files a/public/favicon.png and b/public/favicon.png differ
diff --git a/public/logo.png b/public/logo.png
index 686c825..23a6c58 100644
Binary files a/public/logo.png and b/public/logo.png differ
diff --git a/public/logo32.png b/public/logo32.png
index ddb0bc4..6b7b7ec 100644
Binary files a/public/logo32.png and b/public/logo32.png differ
diff --git a/public/manifest.json b/public/manifest.json
index 15840dd..9fe32d4 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,13 +1,13 @@
{
"manifest_version": 2,
- "name": "Cyano wallet",
+ "name": "Cyano Wallet",
"author": "Matus Zamborsky ",
- "description": "Cyano wallet - an Ontology wallet",
+ "description": "Cyano Wallet - an Ontology wallet",
"version": "0.7.19",
"browser_action": {
- "default_title": "Open the wallet"
+ "default_title": "Cyano Wallet"
},
"background": {
"page": "background.html",
diff --git a/public/ontology-logo-cropped.png b/public/ontology-logo-cropped.png
new file mode 100644
index 0000000..e52ce8e
Binary files /dev/null and b/public/ontology-logo-cropped.png differ
diff --git a/public/ontology-logo.png b/public/ontology-logo.png
index 95eeae7..d0389d5 100644
Binary files a/public/ontology-logo.png and b/public/ontology-logo.png differ
diff --git a/public/popup.html b/public/popup.html
index 1709a11..9a4068a 100644
--- a/public/popup.html
+++ b/public/popup.html
@@ -2,7 +2,7 @@
-
+
- Cyano wallet
+ Cyano Wallet
diff --git a/src/api/accountApi.ts b/src/api/accountApi.ts
index ac9bbd0..8812911 100644
--- a/src/api/accountApi.ts
+++ b/src/api/accountApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import { Reader } from 'ontology-ts-crypto';
diff --git a/src/api/authApi.ts b/src/api/authApi.ts
index 32ae9f3..bf8a6ab 100644
--- a/src/api/authApi.ts
+++ b/src/api/authApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Wallet } from 'ontology-ts-sdk';
diff --git a/src/api/identityApi.ts b/src/api/identityApi.ts
index 9ed2982..6d143e3 100644
--- a/src/api/identityApi.ts
+++ b/src/api/identityApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import { Crypto, Identity, utils, Wallet } from 'ontology-ts-sdk';
diff --git a/src/api/trezorApi.ts b/src/api/trezorApi.ts
index c65b418..93f44c5 100644
--- a/src/api/trezorApi.ts
+++ b/src/api/trezorApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
// import * as Trezor from '@ont-community/ontology-ts-sdk-trezor';
import { get } from 'lodash';
diff --git a/src/background/api/explorerApi.ts b/src/background/api/explorerApi.ts
index c6e37eb..de6d92a 100644
--- a/src/background/api/explorerApi.ts
+++ b/src/background/api/explorerApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import axios from 'axios';
import { flatMap, get, orderBy } from 'lodash';
diff --git a/src/background/api/ledgerApi.ts b/src/background/api/ledgerApi.ts
index 5772c98..539da73 100644
--- a/src/background/api/ledgerApi.ts
+++ b/src/background/api/ledgerApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as Ledger from '@ont-community/ontology-ts-sdk-ledger';
import { Account, Wallet } from 'ontology-ts-sdk';
diff --git a/src/background/api/runtimeApi.ts b/src/background/api/runtimeApi.ts
index 06e5e16..9ac550b 100644
--- a/src/background/api/runtimeApi.ts
+++ b/src/background/api/runtimeApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import {
diff --git a/src/background/api/settingsApi.ts b/src/background/api/settingsApi.ts
index 4ae54f4..1b4dee6 100644
--- a/src/background/api/settingsApi.ts
+++ b/src/background/api/settingsApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { SettingsState } from '../../redux/settings';
import { storageGet, storageSet } from './storageApi';
diff --git a/src/background/api/smartContractApi.ts b/src/background/api/smartContractApi.ts
index 11b3cec..5db9446 100644
--- a/src/background/api/smartContractApi.ts
+++ b/src/background/api/smartContractApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Parameter } from '@ont-dev/ontology-dapi';
import { Crypto, Parameter as Param, ParameterType, Transaction, TransactionBuilder, utils } from 'ontology-ts-sdk';
diff --git a/src/background/api/storageApi.ts b/src/background/api/storageApi.ts
index 4b9d8b6..3695b4a 100644
--- a/src/background/api/storageApi.ts
+++ b/src/background/api/storageApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { browser } from "webextension-polyfill-ts";
diff --git a/src/background/api/walletApi.ts b/src/background/api/walletApi.ts
index 38a3531..7f01444 100644
--- a/src/background/api/walletApi.ts
+++ b/src/background/api/walletApi.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { storageClear, storageGet, storageSet } from './storageApi';
diff --git a/src/background/balanceProvider.ts b/src/background/balanceProvider.ts
index c917f78..5e8906c 100644
--- a/src/background/balanceProvider.ts
+++ b/src/background/balanceProvider.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { TokenAmountState } from 'src/redux/runtime';
import { getAddress } from '../api/accountApi';
diff --git a/src/background/index.ts b/src/background/index.ts
index cc31af3..35daafc 100644
--- a/src/background/index.ts
+++ b/src/background/index.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import 'babel-polyfill';
diff --git a/src/background/network.ts b/src/background/network.ts
index a9371f5..f6e8d3e 100644
--- a/src/background/network.ts
+++ b/src/background/network.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { CONST, WebsocketClient } from 'ontology-ts-sdk';
import { prodOptions, testOptions } from 'src/api/constants';
diff --git a/src/background/persist/settingsProvider.ts b/src/background/persist/settingsProvider.ts
index 2375d5e..f92cf28 100644
--- a/src/background/persist/settingsProvider.ts
+++ b/src/background/persist/settingsProvider.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { setSettings, SettingsState } from '../../redux/settings';
import { GlobalStore } from '../../redux/state';
diff --git a/src/background/persist/walletProvider.ts b/src/background/persist/walletProvider.ts
index 2d503b8..71ae196 100644
--- a/src/background/persist/walletProvider.ts
+++ b/src/background/persist/walletProvider.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { GlobalStore } from '../../redux/state';
import { setWallet } from '../../redux/wallet';
diff --git a/src/background/popUpManager.ts b/src/background/popUpManager.ts
index fe7afef..75c5c3c 100644
--- a/src/background/popUpManager.ts
+++ b/src/background/popUpManager.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { MethodType, Rpc } from '@ont-dev/ontology-dapi';
import { Identity } from 'ontology-ts-sdk';
@@ -30,7 +30,7 @@ import { refreshBalance } from './balanceProvider';
// size of the popup
const width = 350;
-const height = 452;
+const height = 580;
export class PopupManager {
private rpc: Rpc;
diff --git a/src/background/redux/index.ts b/src/background/redux/index.ts
index f3093c1..882fb5f 100644
--- a/src/background/redux/index.ts
+++ b/src/background/redux/index.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { alias, wrapStore } from 'react-chrome-redux';
import { applyMiddleware, combineReducers, createStore } from 'redux';
diff --git a/src/background/redux/loaderReducer.ts b/src/background/redux/loaderReducer.ts
index 40a1dd4..4de1896 100644
--- a/src/background/redux/loaderReducer.ts
+++ b/src/background/redux/loaderReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Reducer } from 'redux';
import { FINISH_LOADING, LoaderState, START_LOADING } from '../../redux/loader';
diff --git a/src/background/redux/passwordReducer.ts b/src/background/redux/passwordReducer.ts
index 38eac4e..7f4bcd3 100644
--- a/src/background/redux/passwordReducer.ts
+++ b/src/background/redux/passwordReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Reducer } from 'redux';
import { CLEAR_PASSWORD, PasswordState, SET_PASSWORD } from '../../redux/password';
diff --git a/src/background/redux/routerReducer.ts b/src/background/redux/routerReducer.ts
index 19be18c..b98ab0f 100644
--- a/src/background/redux/routerReducer.ts
+++ b/src/background/redux/routerReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Reducer } from 'redux';
import { createKey, createLocation } from '../../redux/reduxHistory';
diff --git a/src/background/redux/runtimeReducer.ts b/src/background/redux/runtimeReducer.ts
index 0f696c7..14ffa5f 100644
--- a/src/background/redux/runtimeReducer.ts
+++ b/src/background/redux/runtimeReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Reducer } from 'redux';
import { RuntimeState, SET_BALANCE, SET_TRANSFERS } from '../../redux/runtime';
diff --git a/src/background/redux/settingsReducer.ts b/src/background/redux/settingsReducer.ts
index ec682d2..9b9886f 100644
--- a/src/background/redux/settingsReducer.ts
+++ b/src/background/redux/settingsReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Reducer } from 'redux';
import {
diff --git a/src/background/redux/statusReducer.ts b/src/background/redux/statusReducer.ts
index b032aa9..7a36ad4 100644
--- a/src/background/redux/statusReducer.ts
+++ b/src/background/redux/statusReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Reducer } from 'redux';
import { CHANGE_NETWORK_STATE, StatusState } from '../../redux/status';
diff --git a/src/background/redux/transactionRequestsReducer.ts b/src/background/redux/transactionRequestsReducer.ts
index 4772494..524bf7c 100644
--- a/src/background/redux/transactionRequestsReducer.ts
+++ b/src/background/redux/transactionRequestsReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Identity } from 'ontology-ts-sdk';
import { timeout, TimeoutError } from 'promise-timeout';
diff --git a/src/background/redux/walletReducer.ts b/src/background/redux/walletReducer.ts
index e308e3d..2d809fb 100644
--- a/src/background/redux/walletReducer.ts
+++ b/src/background/redux/walletReducer.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Reducer } from 'redux';
import { getWallet } from '../../api/authApi';
diff --git a/src/deffered.ts b/src/deffered.ts
index b5c6cb7..7b1c20d 100644
--- a/src/deffered.ts
+++ b/src/deffered.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
// tslint:disable:variable-name
diff --git a/src/global.d.ts b/src/global.d.ts
index 8264924..26b5fa4 100644
--- a/src/global.d.ts
+++ b/src/global.d.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
declare module 'uuid';
declare module 'websocket-as-promised';
diff --git a/src/popup/assets/ontology-gas.png b/src/popup/assets/ontology-gas.png
new file mode 100644
index 0000000..3031242
Binary files /dev/null and b/src/popup/assets/ontology-gas.png differ
diff --git a/src/popup/assets/ontology.png b/src/popup/assets/ontology.png
new file mode 100644
index 0000000..8d1af01
Binary files /dev/null and b/src/popup/assets/ontology.png differ
diff --git a/src/popup/backgroundManager.ts b/src/popup/backgroundManager.ts
index fd2e90f..eaab04f 100644
--- a/src/popup/backgroundManager.ts
+++ b/src/popup/backgroundManager.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Rpc } from '@ont-dev/ontology-dapi';
import { History } from 'history';
diff --git a/src/popup/components/accountList.tsx b/src/popup/components/accountList.tsx
index 596e289..90e4030 100644
--- a/src/popup/components/accountList.tsx
+++ b/src/popup/components/accountList.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { List } from 'semantic-ui-react';
diff --git a/src/popup/components/clickableText.tsx b/src/popup/components/clickableText.tsx
index fceb300..2aeb5d7 100644
--- a/src/popup/components/clickableText.tsx
+++ b/src/popup/components/clickableText.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { View } from './view';
diff --git a/src/popup/components/identityList.tsx b/src/popup/components/identityList.tsx
index a12bee2..bc44cd9 100644
--- a/src/popup/components/identityList.tsx
+++ b/src/popup/components/identityList.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { List } from 'semantic-ui-react';
diff --git a/src/popup/components/identityLogo/identityLogo.tsx b/src/popup/components/identityLogo/identityLogo.tsx
index bc776eb..795b0f6 100644
--- a/src/popup/components/identityLogo/identityLogo.tsx
+++ b/src/popup/components/identityLogo/identityLogo.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { withProps, withRouter } from '../../compose';
diff --git a/src/popup/components/identityLogo/identityLogoView.tsx b/src/popup/components/identityLogo/identityLogoView.tsx
index 86827fc..630cd27 100644
--- a/src/popup/components/identityLogo/identityLogoView.tsx
+++ b/src/popup/components/identityLogo/identityLogoView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Icon } from 'semantic-ui-react';
diff --git a/src/popup/components/index.ts b/src/popup/components/index.ts
index d0ed837..aa67659 100644
--- a/src/popup/components/index.ts
+++ b/src/popup/components/index.ts
@@ -1,25 +1,25 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export { Clickable } from './clickableText';
export { Logo } from './logo/logo';
export { LedgerLogo } from './ledgerLogo/ledgerLogo';
export { IdentityLogo } from './identityLogo/identityLogo';
-export { AccountLogoHeader, IdentityLogoHeader, LogoHeader } from './logoHeader/logoHeader';
+export { AccountLogoHeader, IdentityLogoHeader, AccountsLogoHeader, IdentitiesLogoHeader, LogoHeader } from './logoHeader/logoHeader';
export { Filler, Spacer, View } from './view';
export { StatusBar } from './statusBar/statusBar';
export { TrezorLogo } from './trezorLogo/trezorLogo';
diff --git a/src/popup/components/ledgerLogo/ledgerLogo.tsx b/src/popup/components/ledgerLogo/ledgerLogo.tsx
index a32a608..40b423e 100644
--- a/src/popup/components/ledgerLogo/ledgerLogo.tsx
+++ b/src/popup/components/ledgerLogo/ledgerLogo.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { withProps, withRouter } from '../../compose';
diff --git a/src/popup/components/ledgerLogo/ledgerLogoView.tsx b/src/popup/components/ledgerLogo/ledgerLogoView.tsx
index e695ae1..ce7b8e9 100644
--- a/src/popup/components/ledgerLogo/ledgerLogoView.tsx
+++ b/src/popup/components/ledgerLogo/ledgerLogoView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/components/logo/logo.tsx b/src/popup/components/logo/logo.tsx
index 0d542be..7c40acd 100644
--- a/src/popup/components/logo/logo.tsx
+++ b/src/popup/components/logo/logo.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { withProps, withRouter } from '../../compose';
diff --git a/src/popup/components/logo/logoView.tsx b/src/popup/components/logo/logoView.tsx
index 5e7bb1f..e8bc8c6 100644
--- a/src/popup/components/logo/logoView.tsx
+++ b/src/popup/components/logo/logoView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/components/logoHeader/logoHeader.tsx b/src/popup/components/logoHeader/logoHeader.tsx
index f5b2984..e13013d 100644
--- a/src/popup/components/logoHeader/logoHeader.tsx
+++ b/src/popup/components/logoHeader/logoHeader.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { withProps, withRouter } from '../../compose';
@@ -24,7 +24,9 @@ interface OuterProps {
showAccount?: boolean;
showIdentity?: boolean;
showChange?: boolean;
+ showChangeBack?: boolean;
title: string;
+ isPage: string;
}
const enhancer = (Component: React.ComponentType) => (props: OuterProps) =>
@@ -35,12 +37,19 @@ const enhancer = (Component: React.ComponentType) => (props: OuterProps)
routerProps.history.push('/');
},
handleChange: () => {
- if (props.showIdentity) {
+ if (props.isPage == "Account") {
routerProps.history.push('/account/change');
- } else if (props.showAccount) {
+ } else if (props.isPage =="Identity") {
routerProps.history.push('/identity/change');
}
},
+ handleChangeBack: () => {
+ if (props.isPage == "Account") {
+ routerProps.history.push('/');
+ } else if (props.isPage == "Identity") {
+ routerProps.history.push('/identity');
+ }
+ },
handleIdentity: () => {
routerProps.history.push('/identity');
},
@@ -56,6 +65,8 @@ const enhancer = (Component: React.ComponentType) => (props: OuterProps)
showAccount={props.showAccount === true}
showIdentity={props.showIdentity === true}
showChange={props.showChange === true}
+ showChangeBack={props.showChangeBack === true}
+ isPage={props.isPage}
/>
),
),
@@ -68,9 +79,17 @@ interface TitleOuterProps {
}
export const IdentityLogoHeader = (props: TitleOuterProps) => (
-
+
);
export const AccountLogoHeader = (props: TitleOuterProps) => (
-
+
+);
+
+export const AccountsLogoHeader = (props: TitleOuterProps) => (
+
+);
+
+export const IdentitiesLogoHeader = (props: TitleOuterProps) => (
+
);
diff --git a/src/popup/components/logoHeader/logoHeaderView.tsx b/src/popup/components/logoHeader/logoHeaderView.tsx
index ce4a0e0..5f488b2 100644
--- a/src/popup/components/logoHeader/logoHeaderView.tsx
+++ b/src/popup/components/logoHeader/logoHeaderView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
@@ -21,18 +21,18 @@ import { View } from '../view';
export interface Props {
title: string;
- handleSettings: () => void;
+ handleSettings: () => void;
handleIdentity: () => void;
-
handleAccount: () => void;
-
handleChange: () => void;
+ handleChangeBack: () => void;
showSettings: boolean;
showIdentity: boolean;
showAccount: boolean;
showChange: boolean;
+ showChangeBack: boolean;
}
export const LogoHeaderView: React.SFC = (props) => (
@@ -41,27 +41,16 @@ export const LogoHeaderView: React.SFC = (props) => (
{props.title}
{props.showChange ? (
-
+
+ ) : null}
+ {props.showChangeBack ? (
+
) : null}
{props.showIdentity ? (
-
+
) : null}
{props.showAccount ? (
-
+
) : null}
{props.showSettings ? (
diff --git a/src/popup/components/statusBar/statusBar.tsx b/src/popup/components/statusBar/statusBar.tsx
index ebd1963..07b0053 100644
--- a/src/popup/components/statusBar/statusBar.tsx
+++ b/src/popup/components/statusBar/statusBar.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { GlobalState } from '../../../redux/state';
diff --git a/src/popup/components/statusBar/statusBarView.tsx b/src/popup/components/statusBar/statusBarView.tsx
index 64b1e98..a912df1 100644
--- a/src/popup/components/statusBar/statusBarView.tsx
+++ b/src/popup/components/statusBar/statusBarView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { NetworkState } from '../../../redux/status';
diff --git a/src/popup/components/tokenAmountList.tsx b/src/popup/components/tokenAmountList.tsx
index 962a5c2..71999ac 100644
--- a/src/popup/components/tokenAmountList.tsx
+++ b/src/popup/components/tokenAmountList.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { List } from 'semantic-ui-react';
@@ -29,9 +29,14 @@ export const TokenAmountList: React.SFC = (props) => (
{props.tokens.map((token, i) => (
-
+
+
+ {token.amount}
+
+
+
- {token.amount} - {token.symbol}
+ {token.symbol}
{token.name}
diff --git a/src/popup/components/tokenList.tsx b/src/popup/components/tokenList.tsx
index 7c84d94..bf358d5 100644
--- a/src/popup/components/tokenList.tsx
+++ b/src/popup/components/tokenList.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { List } from 'semantic-ui-react';
diff --git a/src/popup/components/transferList.tsx b/src/popup/components/transferList.tsx
index 8855dc5..5e5b652 100644
--- a/src/popup/components/transferList.tsx
+++ b/src/popup/components/transferList.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { format } from 'date-fns';
import * as React from 'react';
diff --git a/src/popup/components/trezorLogo/trezorLogo.tsx b/src/popup/components/trezorLogo/trezorLogo.tsx
index e671436..e8c9253 100644
--- a/src/popup/components/trezorLogo/trezorLogo.tsx
+++ b/src/popup/components/trezorLogo/trezorLogo.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { withProps, withRouter } from '../../compose';
diff --git a/src/popup/components/trezorLogo/trezorLogoView.tsx b/src/popup/components/trezorLogo/trezorLogoView.tsx
index 9c606b7..efd10c4 100644
--- a/src/popup/components/trezorLogo/trezorLogoView.tsx
+++ b/src/popup/components/trezorLogo/trezorLogoView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/components/trustedList.tsx b/src/popup/components/trustedList.tsx
index 1e6c6aa..843a367 100644
--- a/src/popup/components/trustedList.tsx
+++ b/src/popup/components/trustedList.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Icon, List } from 'semantic-ui-react';
diff --git a/src/popup/components/view.tsx b/src/popup/components/view.tsx
index a380be3..6ef926a 100644
--- a/src/popup/components/view.tsx
+++ b/src/popup/components/view.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
diff --git a/src/popup/compose/index.ts b/src/popup/compose/index.ts
index 9666a08..828afe7 100644
--- a/src/popup/compose/index.ts
+++ b/src/popup/compose/index.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export { withProps } from './withProps';
export { withState } from './withState';
diff --git a/src/popup/compose/lifecycle.tsx b/src/popup/compose/lifecycle.tsx
index 6403b44..0de95aa 100644
--- a/src/popup/compose/lifecycle.tsx
+++ b/src/popup/compose/lifecycle.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
diff --git a/src/popup/compose/reduxConnect.tsx b/src/popup/compose/reduxConnect.tsx
index cd49072..dda22b1 100644
--- a/src/popup/compose/reduxConnect.tsx
+++ b/src/popup/compose/reduxConnect.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as equal from 'fast-deep-equal';
import * as PropTypes from 'prop-types';
diff --git a/src/popup/compose/withProps.tsx b/src/popup/compose/withProps.tsx
index 3897d29..a3fe7fa 100644
--- a/src/popup/compose/withProps.tsx
+++ b/src/popup/compose/withProps.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export function withProps(outerProps: T, render: (props: T) => JSX.Element) {
return render(outerProps);
diff --git a/src/popup/compose/withRouter.tsx b/src/popup/compose/withRouter.tsx
index 74248d3..e95f864 100644
--- a/src/popup/compose/withRouter.tsx
+++ b/src/popup/compose/withRouter.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Route, RouteComponentProps } from 'react-router';
diff --git a/src/popup/compose/withState.tsx b/src/popup/compose/withState.tsx
index 4273d8e..97cd010 100644
--- a/src/popup/compose/withState.tsx
+++ b/src/popup/compose/withState.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
diff --git a/src/popup/global.css b/src/popup/global.css
index a87b8f3..13dca2d 100644
--- a/src/popup/global.css
+++ b/src/popup/global.css
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700');
@@ -49,7 +49,7 @@ body {
}
.ui.button {
- color: #32a4be;
+ color: #48a3ff;
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
text-transform: uppercase;
@@ -67,7 +67,7 @@ body {
}
.ui.dropdown {
- color: #32a4be;
+ color: #48a3ff;
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
text-transform: uppercase;
@@ -75,7 +75,7 @@ body {
.ui.list .list > .item .header,
.ui.list > .item .header {
- color: #32a4be;
+ color: #48a3ff;
font-family: 'Source Sans Pro', sans-serif;
font-weight: normal;
}
@@ -90,7 +90,8 @@ body {
display: flex;
flex-grow: 1;
align-self: stretch;
- background-color: #f4f4f4;
+/* background-color: #f4f4f4;*/
+ background-color: #ffffff;
}
div.flex {
@@ -145,7 +146,8 @@ div.flex.error {
}
.gradient {
- background-color: #32b4d2;
+/* background-color: #32b4d2; */
+ background-color: #48a3ff;
color: white;
}
@@ -153,7 +155,7 @@ h1,
h2,
h3,
h4 {
- font-weight: 200 !important;
+ font-weight: 200;
font-family: 'Source Sans Pro', sans-serif;
margin-top: 0;
margin-bottom: 0;
@@ -321,12 +323,16 @@ div.flex.content.balance-wrapper {
}
h4.unbound {
- color: #e0e1e2;
+/* color: #e0e1e2; */
+ color: #48a3ff;
+ font-weight: 400;
cursor: pointer;
+ text-align: right;
}
h4.unbound:hover {
- color: white;
+/* color: white; */
+ color: black;
}
.ledgerText {
@@ -350,3 +356,21 @@ h4.unbound:hover {
.identityList .item {
cursor: pointer;
}
+
+.asset-icon {
+ height: 48px;
+ width: 48px;
+ border-radius: 25px;
+ border: 1px solid #dedede;
+ background: #fff;
+}
+
+.asset-amount {
+ font-size: 1.25em;
+ line-height: 1.7;
+ text-align: right;
+}
+
+.margin-bottom-custom {
+ margin-bottom: 0.2em;
+}
diff --git a/src/popup/index.tsx b/src/popup/index.tsx
index 08a5f47..0c6df8a 100644
--- a/src/popup/index.tsx
+++ b/src/popup/index.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import 'babel-polyfill';
diff --git a/src/popup/pages/accounts/accounts.tsx b/src/popup/pages/accounts/accounts.tsx
index e5f76a0..ef002b7 100644
--- a/src/popup/pages/accounts/accounts.tsx
+++ b/src/popup/pages/accounts/accounts.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/accounts/accountsView.tsx b/src/popup/pages/accounts/accountsView.tsx
index eef5bac..b9707b3 100644
--- a/src/popup/pages/accounts/accountsView.tsx
+++ b/src/popup/pages/accounts/accountsView.tsx
@@ -1,23 +1,23 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
-import { AccountLogoHeader, Filler, Spacer, StatusBar, View } from '../../components';
+import { AccountsLogoHeader, Filler, Spacer, StatusBar, View } from '../../components';
import { AccountList } from '../../components';
export interface Props {
@@ -35,7 +35,7 @@ export interface Props {
export const AccountsView: React.SFC = (props) => (
-
+
Select the account to switch to.
diff --git a/src/popup/pages/accountsAdd/accountsAdd.tsx b/src/popup/pages/accountsAdd/accountsAdd.tsx
index eba0291..7b044db 100644
--- a/src/popup/pages/accountsAdd/accountsAdd.tsx
+++ b/src/popup/pages/accountsAdd/accountsAdd.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/accountsAdd/accountsAddView.tsx b/src/popup/pages/accountsAdd/accountsAddView.tsx
index 025e267..5445ea1 100644
--- a/src/popup/pages/accountsAdd/accountsAddView.tsx
+++ b/src/popup/pages/accountsAdd/accountsAddView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/accountsDel/accountsDel.tsx b/src/popup/pages/accountsDel/accountsDel.tsx
index be2dc14..01bda4d 100644
--- a/src/popup/pages/accountsDel/accountsDel.tsx
+++ b/src/popup/pages/accountsDel/accountsDel.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/accountsDel/accountsDelView.tsx b/src/popup/pages/accountsDel/accountsDelView.tsx
index 0374f1c..5388536 100644
--- a/src/popup/pages/accountsDel/accountsDelView.tsx
+++ b/src/popup/pages/accountsDel/accountsDelView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
@@ -31,7 +31,7 @@ export const AccountsDelView: React.SFC = (props) => (
- Confirm account removal. Be sure to have backup.
+ Confirm account removal. Be sure to have a backup.
diff --git a/src/popup/pages/call/call.tsx b/src/popup/pages/call/call.tsx
index 95713a2..888a8fa 100644
--- a/src/popup/pages/call/call.tsx
+++ b/src/popup/pages/call/call.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/call/callView.tsx b/src/popup/pages/call/callView.tsx
index f15c295..a499196 100644
--- a/src/popup/pages/call/callView.tsx
+++ b/src/popup/pages/call/callView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/clear/clear.tsx b/src/popup/pages/clear/clear.tsx
index 6349e03..1995efe 100644
--- a/src/popup/pages/clear/clear.tsx
+++ b/src/popup/pages/clear/clear.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/clear/clearView.tsx b/src/popup/pages/clear/clearView.tsx
index ed3c8d0..4adb1c1 100644
--- a/src/popup/pages/clear/clearView.tsx
+++ b/src/popup/pages/clear/clearView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/confirm/confirm.tsx b/src/popup/pages/confirm/confirm.tsx
index 89c833f..c628127 100644
--- a/src/popup/pages/confirm/confirm.tsx
+++ b/src/popup/pages/confirm/confirm.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouteComponentProps } from 'react-router';
diff --git a/src/popup/pages/confirm/confirmNormal.tsx b/src/popup/pages/confirm/confirmNormal.tsx
index ec9cd1a..c657fa2 100644
--- a/src/popup/pages/confirm/confirmNormal.tsx
+++ b/src/popup/pages/confirm/confirmNormal.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { FormApi } from 'final-form';
import { get } from 'lodash';
diff --git a/src/popup/pages/confirm/confirmView.tsx b/src/popup/pages/confirm/confirmView.tsx
index c589bd9..5f99af5 100644
--- a/src/popup/pages/confirm/confirmView.tsx
+++ b/src/popup/pages/confirm/confirmView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { FormApi } from 'final-form';
import * as React from 'react';
diff --git a/src/popup/pages/create/create.tsx b/src/popup/pages/create/create.tsx
index 6aa94cd..bdce57f 100644
--- a/src/popup/pages/create/create.tsx
+++ b/src/popup/pages/create/create.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/create/createView.tsx b/src/popup/pages/create/createView.tsx
index ec3870e..460a522 100644
--- a/src/popup/pages/create/createView.tsx
+++ b/src/popup/pages/create/createView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
@@ -32,7 +32,7 @@ export const CreateView: React.SFC = (props) => (
- Enter your passphrase for account encryption.
+ Enter a passphrase for account encryption.
diff --git a/src/popup/pages/dashboard/dashboard.tsx b/src/popup/pages/dashboard/dashboard.tsx
index 6a41d83..fb4d730 100644
--- a/src/popup/pages/dashboard/dashboard.tsx
+++ b/src/popup/pages/dashboard/dashboard.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import BigNumber from 'bignumber.js';
import * as React from 'react';
@@ -51,8 +51,7 @@ const mapDispatchToProps = (dispatch: Dispatch) =>
const enhancer = (Component: React.ComponentType) => (props: RouterProps) =>
reduxConnect(mapStateToProps, mapDispatchToProps, (reduxProps, actions) =>
- withProps(
- {
+ withProps({
handleReceive: () => {
props.history.push('/receive');
},
diff --git a/src/popup/pages/dashboard/dashboardView.tsx b/src/popup/pages/dashboard/dashboardView.tsx
index 25c1ed1..2cf48e6 100644
--- a/src/popup/pages/dashboard/dashboardView.tsx
+++ b/src/popup/pages/dashboard/dashboardView.tsx
@@ -1,22 +1,22 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
-import { Button } from 'semantic-ui-react';
+import { List, Image, Button } from 'semantic-ui-react';
import { OEP4TokenAmount } from 'src/api/tokenApi';
import { AccountLogoHeader, Filler, Spacer, StatusBar, TokenAmountList, View } from '../../components';
@@ -33,29 +33,53 @@ export interface Props {
handleReceive: () => void;
handleWithdraw: () => void;
handleSwap: () => void;
+
}
export const DashboardView: React.SFC = (props) => (
-
-
-
- ONT
- {props.ontAmount}
- {/* {props.ontAmount}
- {props.nepAmount} (Swap) */}
-
-
- ONG
- {props.ongAmount}
- {props.unboundAmount} (Claim)
+
+
+
+
+ {props.ownAddress}
+
- OEP-4 tokens
+ ONT/ONG
+
+
+
+
+ {props.ontAmount}
+
+
+
+
+ ONT
+ Ontology
+
+
+
+
+
+ {props.ongAmount}
+
+ {props.unboundAmount} (Claim)
+
+
+
+ ONG
+ Ontology Gas
+
+
+
+
+ OEP-4 Tokens
diff --git a/src/popup/pages/deploy/deploy.tsx b/src/popup/pages/deploy/deploy.tsx
index 81df13f..14dbb62 100644
--- a/src/popup/pages/deploy/deploy.tsx
+++ b/src/popup/pages/deploy/deploy.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/deploy/deployView.tsx b/src/popup/pages/deploy/deployView.tsx
index 2c9de0a..9fb5447 100644
--- a/src/popup/pages/deploy/deployView.tsx
+++ b/src/popup/pages/deploy/deployView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/home/home.tsx b/src/popup/pages/home/home.tsx
index 0e83ce2..1179f87 100644
--- a/src/popup/pages/home/home.tsx
+++ b/src/popup/pages/home/home.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/identity/checkFailed/identityCheckFailed.tsx b/src/popup/pages/identity/checkFailed/identityCheckFailed.tsx
index 99dcef3..da72b96 100644
--- a/src/popup/pages/identity/checkFailed/identityCheckFailed.tsx
+++ b/src/popup/pages/identity/checkFailed/identityCheckFailed.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouteComponentProps } from 'react-router';
diff --git a/src/popup/pages/identity/checkFailed/identityCheckFailedView.tsx b/src/popup/pages/identity/checkFailed/identityCheckFailedView.tsx
index 8e5b24c..f79bc49 100644
--- a/src/popup/pages/identity/checkFailed/identityCheckFailedView.tsx
+++ b/src/popup/pages/identity/checkFailed/identityCheckFailedView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/identity/clear/clear.tsx b/src/popup/pages/identity/clear/clear.tsx
index 2c0326a..6840ac0 100644
--- a/src/popup/pages/identity/clear/clear.tsx
+++ b/src/popup/pages/identity/clear/clear.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/identity/clear/clearView.tsx b/src/popup/pages/identity/clear/clearView.tsx
index e187c13..6fc78bc 100644
--- a/src/popup/pages/identity/clear/clearView.tsx
+++ b/src/popup/pages/identity/clear/clearView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/identity/create/identityCreate.tsx b/src/popup/pages/identity/create/identityCreate.tsx
index 5c8f918..0e62785 100644
--- a/src/popup/pages/identity/create/identityCreate.tsx
+++ b/src/popup/pages/identity/create/identityCreate.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/identity/create/identityCreateView.tsx b/src/popup/pages/identity/create/identityCreateView.tsx
index f1c0bbc..8806738 100644
--- a/src/popup/pages/identity/create/identityCreateView.tsx
+++ b/src/popup/pages/identity/create/identityCreateView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
@@ -33,7 +33,7 @@ export const IdentityCreateView: React.SFC = (props) => (
- Enter your passphrase for identity encryption. Registration will cost you 0.01 ONG.
+ Enter a passphrase for identity encryption. Registration will cost you 0.01 ONG.
diff --git a/src/popup/pages/identity/dashboard/identityDashboard.tsx b/src/popup/pages/identity/dashboard/identityDashboard.tsx
index 0c2282c..7d497b8 100644
--- a/src/popup/pages/identity/dashboard/identityDashboard.tsx
+++ b/src/popup/pages/identity/dashboard/identityDashboard.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/identity/dashboard/identityDashboardView.tsx b/src/popup/pages/identity/dashboard/identityDashboardView.tsx
index 476f0a9..4d029ad 100644
--- a/src/popup/pages/identity/dashboard/identityDashboardView.tsx
+++ b/src/popup/pages/identity/dashboard/identityDashboardView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Filler, IdentityLogoHeader, Spacer, StatusBar, View } from '../../../components';
@@ -25,7 +25,7 @@ export interface Props {
export const IdentityDashboardView: React.SFC = (props) => (
-
+
Registered ONT ID
diff --git a/src/popup/pages/identity/home/identityHome.tsx b/src/popup/pages/identity/home/identityHome.tsx
index ebaca70..3674f44 100644
--- a/src/popup/pages/identity/home/identityHome.tsx
+++ b/src/popup/pages/identity/home/identityHome.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/identity/identities/identities.tsx b/src/popup/pages/identity/identities/identities.tsx
index d1f8ef1..5b727fd 100644
--- a/src/popup/pages/identity/identities/identities.tsx
+++ b/src/popup/pages/identity/identities/identities.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/identity/identities/identitiesView.tsx b/src/popup/pages/identity/identities/identitiesView.tsx
index 83e08b1..f6fa959 100644
--- a/src/popup/pages/identity/identities/identitiesView.tsx
+++ b/src/popup/pages/identity/identities/identitiesView.tsx
@@ -1,23 +1,23 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
-import { Filler, IdentityLogoHeader, Spacer, StatusBar, View } from '../../../components';
+import { Filler, IdentitiesLogoHeader, Spacer, StatusBar, View } from '../../../components';
import { IdentityList } from '../../../components';
export interface Props {
@@ -35,7 +35,7 @@ export interface Props {
export const IdentitiesView: React.SFC = (props) => (
-
+
Select the identity to switch to.
diff --git a/src/popup/pages/identity/identitiesAdd/identitiesAdd.tsx b/src/popup/pages/identity/identitiesAdd/identitiesAdd.tsx
index 57be52c..5078276 100644
--- a/src/popup/pages/identity/identitiesAdd/identitiesAdd.tsx
+++ b/src/popup/pages/identity/identitiesAdd/identitiesAdd.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/identity/identitiesAdd/identitiesAddView.tsx b/src/popup/pages/identity/identitiesAdd/identitiesAddView.tsx
index 1f3e5a6..2491b54 100644
--- a/src/popup/pages/identity/identitiesAdd/identitiesAddView.tsx
+++ b/src/popup/pages/identity/identitiesAdd/identitiesAddView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/identity/identitiesDel/identitiesDel.tsx b/src/popup/pages/identity/identitiesDel/identitiesDel.tsx
index c7f7696..f768355 100644
--- a/src/popup/pages/identity/identitiesDel/identitiesDel.tsx
+++ b/src/popup/pages/identity/identitiesDel/identitiesDel.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/identity/identitiesDel/identitiesDelView.tsx b/src/popup/pages/identity/identitiesDel/identitiesDelView.tsx
index fc160b6..2341d0c 100644
--- a/src/popup/pages/identity/identitiesDel/identitiesDelView.tsx
+++ b/src/popup/pages/identity/identitiesDel/identitiesDelView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
@@ -31,7 +31,7 @@ export const IdentitiesDelView: React.SFC = (props) => (
- Confirm identity removal. Be sure to have backup.
+ Confirm identity removal. Be sure to have a backup.
diff --git a/src/popup/pages/identity/import/identityImport.tsx b/src/popup/pages/identity/import/identityImport.tsx
index 38e47fa..99182a0 100644
--- a/src/popup/pages/identity/import/identityImport.tsx
+++ b/src/popup/pages/identity/import/identityImport.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/identity/import/identityImportView.tsx b/src/popup/pages/identity/import/identityImportView.tsx
index 0a33ee4..5d1eb60 100644
--- a/src/popup/pages/identity/import/identityImportView.tsx
+++ b/src/popup/pages/identity/import/identityImportView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
@@ -32,7 +32,7 @@ export const IdentityImportView: React.SFC = (props) => (
- Enter your private key and passphrase for identity encryption.
+ Enter your private key and a new passphrase for identity encryption.
diff --git a/src/popup/pages/identity/new/identityNew.tsx b/src/popup/pages/identity/new/identityNew.tsx
index fcfe0e1..a3b5104 100644
--- a/src/popup/pages/identity/new/identityNew.tsx
+++ b/src/popup/pages/identity/new/identityNew.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/identity/new/identityNewView.tsx b/src/popup/pages/identity/new/identityNewView.tsx
index fef4fb9..3679c72 100644
--- a/src/popup/pages/identity/new/identityNewView.tsx
+++ b/src/popup/pages/identity/new/identityNewView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
@@ -30,7 +30,7 @@ export const IdentityNewView: React.SFC = (props) => (
- Here is your mnemonics phrase and private key which you can use to restore your identity.
+ Here is your mnemonics phrase and private key which you can use to restore your identity. Write it down somewhere safe.
diff --git a/src/popup/pages/identity/restore/identityRestore.tsx b/src/popup/pages/identity/restore/identityRestore.tsx
index d586fcb..172f761 100644
--- a/src/popup/pages/identity/restore/identityRestore.tsx
+++ b/src/popup/pages/identity/restore/identityRestore.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/identity/restore/identityRestoreView.tsx b/src/popup/pages/identity/restore/identityRestoreView.tsx
index 8f97010..16338f1 100644
--- a/src/popup/pages/identity/restore/identityRestoreView.tsx
+++ b/src/popup/pages/identity/restore/identityRestoreView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
@@ -32,7 +32,7 @@ export const IdentityRestoreView: React.SFC = (props) => (
- Enter your mnemonics phrase and passphrase for identity encryption.
+ Enter your mnemonics phrase and a new passphrase for identity encryption.
diff --git a/src/popup/pages/identity/signup/identitySignup.tsx b/src/popup/pages/identity/signup/identitySignup.tsx
index 1deada8..3ac9314 100644
--- a/src/popup/pages/identity/signup/identitySignup.tsx
+++ b/src/popup/pages/identity/signup/identitySignup.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/identity/signup/identitySignupView.tsx b/src/popup/pages/identity/signup/identitySignupView.tsx
index d286c4f..052773d 100644
--- a/src/popup/pages/identity/signup/identitySignupView.tsx
+++ b/src/popup/pages/identity/signup/identitySignupView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
@@ -32,7 +32,7 @@ export const IdentitySignupView: React.SFC = (props) => (
- You don't have registered your identity yet.
+ You don't have a registered identity yet.
Create new identity or import existing.
diff --git a/src/popup/pages/import/import.tsx b/src/popup/pages/import/import.tsx
index 91e90a7..bcf922d 100644
--- a/src/popup/pages/import/import.tsx
+++ b/src/popup/pages/import/import.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/import/importView.tsx b/src/popup/pages/import/importView.tsx
index 3a71d85..c8bf333 100644
--- a/src/popup/pages/import/importView.tsx
+++ b/src/popup/pages/import/importView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
@@ -32,7 +32,7 @@ export const ImportView: React.SFC = (props) => (
- Enter your private key and passphrase for account encryption.
+ Enter your existing private key and a new passphrase to encrypt your account.
diff --git a/src/popup/pages/index.ts b/src/popup/pages/index.ts
index 2983333..45199eb 100644
--- a/src/popup/pages/index.ts
+++ b/src/popup/pages/index.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export { Call } from './call/call';
export { Clear } from './clear/clear';
diff --git a/src/popup/pages/ledger/confirm/ledgerConfirm.tsx b/src/popup/pages/ledger/confirm/ledgerConfirm.tsx
index cddf7ec..0cf0849 100644
--- a/src/popup/pages/ledger/confirm/ledgerConfirm.tsx
+++ b/src/popup/pages/ledger/confirm/ledgerConfirm.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/ledger/confirm/ledgerConfirmView.tsx b/src/popup/pages/ledger/confirm/ledgerConfirmView.tsx
index 0dafcdb..02fbf1a 100644
--- a/src/popup/pages/ledger/confirm/ledgerConfirmView.tsx
+++ b/src/popup/pages/ledger/confirm/ledgerConfirmView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/ledger/create/ledgerCreate.tsx b/src/popup/pages/ledger/create/ledgerCreate.tsx
index 6a337c8..bdc0845 100644
--- a/src/popup/pages/ledger/create/ledgerCreate.tsx
+++ b/src/popup/pages/ledger/create/ledgerCreate.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/ledger/create/ledgerCreateView.tsx b/src/popup/pages/ledger/create/ledgerCreateView.tsx
index 1e9f1c9..e4abff5 100644
--- a/src/popup/pages/ledger/create/ledgerCreateView.tsx
+++ b/src/popup/pages/ledger/create/ledgerCreateView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/ledger/import/ledgerImport.tsx b/src/popup/pages/ledger/import/ledgerImport.tsx
index dfc4726..154bbd4 100644
--- a/src/popup/pages/ledger/import/ledgerImport.tsx
+++ b/src/popup/pages/ledger/import/ledgerImport.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/ledger/import/ledgerImportView.tsx b/src/popup/pages/ledger/import/ledgerImportView.tsx
index 241ca88..12d8731 100644
--- a/src/popup/pages/ledger/import/ledgerImportView.tsx
+++ b/src/popup/pages/ledger/import/ledgerImportView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/ledger/new/ledgerNew.tsx b/src/popup/pages/ledger/new/ledgerNew.tsx
index b0735b1..1227d79 100644
--- a/src/popup/pages/ledger/new/ledgerNew.tsx
+++ b/src/popup/pages/ledger/new/ledgerNew.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/ledger/new/ledgerNewView.tsx b/src/popup/pages/ledger/new/ledgerNewView.tsx
index dac5ae2..f6d97cf 100644
--- a/src/popup/pages/ledger/new/ledgerNewView.tsx
+++ b/src/popup/pages/ledger/new/ledgerNewView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
@@ -30,7 +30,7 @@ export const LedgerNewView: React.SFC = (props) => (
- You have successfully registered new account.
+ You have successfully registered a new account.
diff --git a/src/popup/pages/ledger/signup/ledgerSignup.tsx b/src/popup/pages/ledger/signup/ledgerSignup.tsx
index 5821da1..445594f 100644
--- a/src/popup/pages/ledger/signup/ledgerSignup.tsx
+++ b/src/popup/pages/ledger/signup/ledgerSignup.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { timeout } from 'promise-timeout';
import * as React from 'react';
diff --git a/src/popup/pages/ledger/signup/ledgerSignupView.tsx b/src/popup/pages/ledger/signup/ledgerSignupView.tsx
index 20a02c4..2ca4cb5 100644
--- a/src/popup/pages/ledger/signup/ledgerSignupView.tsx
+++ b/src/popup/pages/ledger/signup/ledgerSignupView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
@@ -48,7 +48,7 @@ export const LedgerSignupView: React.SFC = (props) => (
<>
Connect your Ledger
- and open ONT app
+ and open the ONT app
diff --git a/src/popup/pages/messageSign/messageSign.tsx b/src/popup/pages/messageSign/messageSign.tsx
index 5d42354..41a6dff 100644
--- a/src/popup/pages/messageSign/messageSign.tsx
+++ b/src/popup/pages/messageSign/messageSign.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/messageSign/messageSignView.tsx b/src/popup/pages/messageSign/messageSignView.tsx
index fbb6d1f..8e18b69 100644
--- a/src/popup/pages/messageSign/messageSignView.tsx
+++ b/src/popup/pages/messageSign/messageSignView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/new/new.tsx b/src/popup/pages/new/new.tsx
index 022a422..77244d1 100644
--- a/src/popup/pages/new/new.tsx
+++ b/src/popup/pages/new/new.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/new/newView.tsx b/src/popup/pages/new/newView.tsx
index 2870b92..7e79e78 100644
--- a/src/popup/pages/new/newView.tsx
+++ b/src/popup/pages/new/newView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/receive/receive.tsx b/src/popup/pages/receive/receive.tsx
index 76db912..fcf12fb 100644
--- a/src/popup/pages/receive/receive.tsx
+++ b/src/popup/pages/receive/receive.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/receive/receiveView.tsx b/src/popup/pages/receive/receiveView.tsx
index 79303fd..bf7f1c8 100644
--- a/src/popup/pages/receive/receiveView.tsx
+++ b/src/popup/pages/receive/receiveView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as QRCode from 'qrcode.react';
import * as React from 'react';
@@ -22,7 +22,7 @@ import { AccountLogoHeader, Filler, Spacer, StatusBar, View } from '../../compon
export interface Props {
address: string;
-
+
handleReturn: () => void;
}
diff --git a/src/popup/pages/restore/restore.tsx b/src/popup/pages/restore/restore.tsx
index 79dc0c3..94efe91 100644
--- a/src/popup/pages/restore/restore.tsx
+++ b/src/popup/pages/restore/restore.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/restore/restoreView.tsx b/src/popup/pages/restore/restoreView.tsx
index 9f90aaf..0052185 100644
--- a/src/popup/pages/restore/restoreView.tsx
+++ b/src/popup/pages/restore/restoreView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
@@ -32,7 +32,7 @@ export const RestoreView: React.SFC = (props) => (
- Enter your mnemonics phrase and passphrase for account encryption.
+ Enter your mnemonics phrase and a new passphrase for account encryption.
diff --git a/src/popup/pages/send/send.tsx b/src/popup/pages/send/send.tsx
index 6d6c500..bf9e09a 100644
--- a/src/popup/pages/send/send.tsx
+++ b/src/popup/pages/send/send.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { BigNumber } from 'bignumber.js';
import { get } from 'lodash';
diff --git a/src/popup/pages/send/sendView.tsx b/src/popup/pages/send/sendView.tsx
index 1844c37..0a278dc 100644
--- a/src/popup/pages/send/sendView.tsx
+++ b/src/popup/pages/send/sendView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/sendComplete/sendComplete.tsx b/src/popup/pages/sendComplete/sendComplete.tsx
index 3f25ba1..f6f5e38 100644
--- a/src/popup/pages/sendComplete/sendComplete.tsx
+++ b/src/popup/pages/sendComplete/sendComplete.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouteComponentProps } from 'react-router';
diff --git a/src/popup/pages/sendComplete/sendCompleteView.tsx b/src/popup/pages/sendComplete/sendCompleteView.tsx
index 2f99465..19d722a 100644
--- a/src/popup/pages/sendComplete/sendCompleteView.tsx
+++ b/src/popup/pages/sendComplete/sendCompleteView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/sendFailed/sendFailed.tsx b/src/popup/pages/sendFailed/sendFailed.tsx
index 92eaa2d..64f0bc6 100644
--- a/src/popup/pages/sendFailed/sendFailed.tsx
+++ b/src/popup/pages/sendFailed/sendFailed.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/sendFailed/sendFailedView.tsx b/src/popup/pages/sendFailed/sendFailedView.tsx
index ac9da4a..bc2d6bf 100644
--- a/src/popup/pages/sendFailed/sendFailedView.tsx
+++ b/src/popup/pages/sendFailed/sendFailedView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/settings/settings.tsx b/src/popup/pages/settings/settings.tsx
index 8eebfe2..60b6bb3 100644
--- a/src/popup/pages/settings/settings.tsx
+++ b/src/popup/pages/settings/settings.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as FileSaver from 'file-saver';
import { get } from 'lodash';
diff --git a/src/popup/pages/settings/settingsView.tsx b/src/popup/pages/settings/settingsView.tsx
index 3c0cf5e..d14d6b5 100644
--- a/src/popup/pages/settings/settingsView.tsx
+++ b/src/popup/pages/settings/settingsView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/signup/signup.tsx b/src/popup/pages/signup/signup.tsx
index 6d5a595..12afc44 100644
--- a/src/popup/pages/signup/signup.tsx
+++ b/src/popup/pages/signup/signup.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/signup/signupView.tsx b/src/popup/pages/signup/signupView.tsx
index bb0e3ee..ba3ce7b 100644
--- a/src/popup/pages/signup/signupView.tsx
+++ b/src/popup/pages/signup/signupView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
@@ -34,6 +34,7 @@ export const SignupView: React.SFC = (props) => (
To start using Ontology
create a new account or import an existing one.
+
@@ -48,7 +49,7 @@ export const SignupView: React.SFC = (props) => (
props.handleLedger()}>Ledger
or
props.handleTrezor()}>Trezor
-
+
diff --git a/src/popup/pages/stateChannelLogin/stateChannelLogin.tsx b/src/popup/pages/stateChannelLogin/stateChannelLogin.tsx
index 6d7a072..81a799d 100644
--- a/src/popup/pages/stateChannelLogin/stateChannelLogin.tsx
+++ b/src/popup/pages/stateChannelLogin/stateChannelLogin.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/stateChannelLogin/stateChannelLoginView.tsx b/src/popup/pages/stateChannelLogin/stateChannelLoginView.tsx
index d3175d2..14a0fc8 100644
--- a/src/popup/pages/stateChannelLogin/stateChannelLoginView.tsx
+++ b/src/popup/pages/stateChannelLogin/stateChannelLoginView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
@@ -31,7 +31,7 @@ export const StateChannelLoginView: React.SFC = (props) => (
- You are about to login a state channel client.
+ You are about to log in to a state channel client.
diff --git a/src/popup/pages/swap/swap.tsx b/src/popup/pages/swap/swap.tsx
index c734c0b..f31bea3 100644
--- a/src/popup/pages/swap/swap.tsx
+++ b/src/popup/pages/swap/swap.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import BigNumber from 'bignumber.js';
import { get } from 'lodash';
diff --git a/src/popup/pages/swap/swapView.tsx b/src/popup/pages/swap/swapView.tsx
index c1d22bf..5c1ee46 100644
--- a/src/popup/pages/swap/swapView.tsx
+++ b/src/popup/pages/swap/swapView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form, FormRenderProps } from 'react-final-form';
@@ -38,11 +38,11 @@ export const SwapView: React.SFC = (props) => (
- Only whole number of ONT is possible to swap.
+ Only whole numbers of ONT are possible to swap.
- Swap can take upto 24h. Try with small amount first.
+ Swap can take upto 24h. Try with a small amount first.
.
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/tokenSettings/tokenSettingsView.tsx b/src/popup/pages/tokenSettings/tokenSettingsView.tsx
index 78002eb..f24b1bd 100644
--- a/src/popup/pages/tokenSettings/tokenSettingsView.tsx
+++ b/src/popup/pages/tokenSettings/tokenSettingsView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/tokenSettingsAdd/tokenSettingsAdd.tsx b/src/popup/pages/tokenSettingsAdd/tokenSettingsAdd.tsx
index e0809de..f16a705 100644
--- a/src/popup/pages/tokenSettingsAdd/tokenSettingsAdd.tsx
+++ b/src/popup/pages/tokenSettingsAdd/tokenSettingsAdd.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/tokenSettingsAdd/tokenSettingsAddView.tsx b/src/popup/pages/tokenSettingsAdd/tokenSettingsAddView.tsx
index 0e99acb..f51374f 100644
--- a/src/popup/pages/tokenSettingsAdd/tokenSettingsAddView.tsx
+++ b/src/popup/pages/tokenSettingsAdd/tokenSettingsAddView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/tokenSettingsDel/tokenSettingsDel.tsx b/src/popup/pages/tokenSettingsDel/tokenSettingsDel.tsx
index 06118c0..37ca236 100644
--- a/src/popup/pages/tokenSettingsDel/tokenSettingsDel.tsx
+++ b/src/popup/pages/tokenSettingsDel/tokenSettingsDel.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/tokenSettingsDel/tokenSettingsDelView.tsx b/src/popup/pages/tokenSettingsDel/tokenSettingsDelView.tsx
index fc929bc..ffaa2b2 100644
--- a/src/popup/pages/tokenSettingsDel/tokenSettingsDelView.tsx
+++ b/src/popup/pages/tokenSettingsDel/tokenSettingsDelView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/pages/transfers/transfers.tsx b/src/popup/pages/transfers/transfers.tsx
index 2794aff..49c522d 100644
--- a/src/popup/pages/transfers/transfers.tsx
+++ b/src/popup/pages/transfers/transfers.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/transfers/transfersView.tsx b/src/popup/pages/transfers/transfersView.tsx
index 5782a79..d4f0699 100644
--- a/src/popup/pages/transfers/transfersView.tsx
+++ b/src/popup/pages/transfers/transfersView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/trezor/confirm/trezorConfirm.tsx b/src/popup/pages/trezor/confirm/trezorConfirm.tsx
index ebb7287..741c1b8 100644
--- a/src/popup/pages/trezor/confirm/trezorConfirm.tsx
+++ b/src/popup/pages/trezor/confirm/trezorConfirm.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/trezor/confirm/trezorConfirmView.tsx b/src/popup/pages/trezor/confirm/trezorConfirmView.tsx
index f6ef8dd..6a4017a 100644
--- a/src/popup/pages/trezor/confirm/trezorConfirmView.tsx
+++ b/src/popup/pages/trezor/confirm/trezorConfirmView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/trezor/create/trezorCreate.tsx b/src/popup/pages/trezor/create/trezorCreate.tsx
index d7010c4..15f9a6f 100644
--- a/src/popup/pages/trezor/create/trezorCreate.tsx
+++ b/src/popup/pages/trezor/create/trezorCreate.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/trezor/create/trezorCreateView.tsx b/src/popup/pages/trezor/create/trezorCreateView.tsx
index 1ba6315..cd3a7a4 100644
--- a/src/popup/pages/trezor/create/trezorCreateView.tsx
+++ b/src/popup/pages/trezor/create/trezorCreateView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/trezor/import/trezorImport.tsx b/src/popup/pages/trezor/import/trezorImport.tsx
index c535d21..d6fdf9e 100644
--- a/src/popup/pages/trezor/import/trezorImport.tsx
+++ b/src/popup/pages/trezor/import/trezorImport.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/trezor/import/trezorImportView.tsx b/src/popup/pages/trezor/import/trezorImportView.tsx
index bcbafcb..37defe0 100644
--- a/src/popup/pages/trezor/import/trezorImportView.tsx
+++ b/src/popup/pages/trezor/import/trezorImportView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/trezor/new/trezorNew.tsx b/src/popup/pages/trezor/new/trezorNew.tsx
index 5db10f1..fc768ea 100644
--- a/src/popup/pages/trezor/new/trezorNew.tsx
+++ b/src/popup/pages/trezor/new/trezorNew.tsx
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/trezor/new/trezorNewView.tsx b/src/popup/pages/trezor/new/trezorNewView.tsx
index 4a3c9e1..d430438 100644
--- a/src/popup/pages/trezor/new/trezorNewView.tsx
+++ b/src/popup/pages/trezor/new/trezorNewView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
@@ -30,7 +30,7 @@ export const TrezorNewView: React.SFC = (props) => (
- You have successfully registered new account.
+ You have successfully registered a new account.
diff --git a/src/popup/pages/trezor/signup/trezorSignup.tsx b/src/popup/pages/trezor/signup/trezorSignup.tsx
index 0fce659..7dbee08 100644
--- a/src/popup/pages/trezor/signup/trezorSignup.tsx
+++ b/src/popup/pages/trezor/signup/trezorSignup.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/trezor/signup/trezorSignupView.tsx b/src/popup/pages/trezor/signup/trezorSignupView.tsx
index c03355d..7bc1d8c 100644
--- a/src/popup/pages/trezor/signup/trezorSignupView.tsx
+++ b/src/popup/pages/trezor/signup/trezorSignupView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/trustedScs/trustedScs.tsx b/src/popup/pages/trustedScs/trustedScs.tsx
index 450c005..5dcb833 100644
--- a/src/popup/pages/trustedScs/trustedScs.tsx
+++ b/src/popup/pages/trustedScs/trustedScs.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { RouterProps } from 'react-router';
diff --git a/src/popup/pages/trustedScs/trustedScsView.tsx b/src/popup/pages/trustedScs/trustedScsView.tsx
index 5053913..49184b8 100644
--- a/src/popup/pages/trustedScs/trustedScsView.tsx
+++ b/src/popup/pages/trustedScs/trustedScsView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button } from 'semantic-ui-react';
diff --git a/src/popup/pages/trustedScsAdd/trustedScsAdd.tsx b/src/popup/pages/trustedScsAdd/trustedScsAdd.tsx
index faa5f72..5b7dc27 100644
--- a/src/popup/pages/trustedScsAdd/trustedScsAdd.tsx
+++ b/src/popup/pages/trustedScsAdd/trustedScsAdd.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/trustedScsAdd/trustedScsAddView.tsx b/src/popup/pages/trustedScsAdd/trustedScsAddView.tsx
index 12fb2dc..236d348 100644
--- a/src/popup/pages/trustedScsAdd/trustedScsAddView.tsx
+++ b/src/popup/pages/trustedScsAdd/trustedScsAddView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Field, Form } from 'react-final-form';
diff --git a/src/popup/pages/trustedScsDel/trustedScsDel.tsx b/src/popup/pages/trustedScsDel/trustedScsDel.tsx
index c6f5a2f..3439ab8 100644
--- a/src/popup/pages/trustedScsDel/trustedScsDel.tsx
+++ b/src/popup/pages/trustedScsDel/trustedScsDel.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import * as React from 'react';
diff --git a/src/popup/pages/trustedScsDel/trustedScsDelView.tsx b/src/popup/pages/trustedScsDel/trustedScsDelView.tsx
index 4f206af..3da0c70 100644
--- a/src/popup/pages/trustedScsDel/trustedScsDelView.tsx
+++ b/src/popup/pages/trustedScsDel/trustedScsDelView.tsx
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as React from 'react';
import { Button, Message } from 'semantic-ui-react';
diff --git a/src/popup/redux.ts b/src/popup/redux.ts
index cca3f66..a6396ff 100644
--- a/src/popup/redux.ts
+++ b/src/popup/redux.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Store } from 'react-chrome-redux';
diff --git a/src/popup/utils/validate.ts b/src/popup/utils/validate.ts
index ae0f0d0..774a1c0 100644
--- a/src/popup/utils/validate.ts
+++ b/src/popup/utils/validate.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { get } from 'lodash';
import { utils } from 'ontology-ts-sdk';
diff --git a/src/redux/actions.ts b/src/redux/actions.ts
index c903ee8..c2e519e 100644
--- a/src/redux/actions.ts
+++ b/src/redux/actions.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { finishLoading, startLoading } from './loader';
diff --git a/src/redux/loader.ts b/src/redux/loader.ts
index 7bdc12b..20e96fc 100644
--- a/src/redux/loader.ts
+++ b/src/redux/loader.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export interface LoaderState {
diff --git a/src/redux/password.ts b/src/redux/password.ts
index 81e8dd5..4d7902c 100644
--- a/src/redux/password.ts
+++ b/src/redux/password.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export interface PasswordState {
diff --git a/src/redux/router.ts b/src/redux/router.ts
index fb81f46..f5d3d1e 100644
--- a/src/redux/router.ts
+++ b/src/redux/router.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as H from 'history';
diff --git a/src/redux/runtime.ts b/src/redux/runtime.ts
index c81e578..b0d10e5 100644
--- a/src/redux/runtime.ts
+++ b/src/redux/runtime.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export type AssetType = 'ONT' | 'ONG' | string;
diff --git a/src/redux/settings.ts b/src/redux/settings.ts
index 437fa34..5aba095 100644
--- a/src/redux/settings.ts
+++ b/src/redux/settings.ts
@@ -1,20 +1,20 @@
import { VmType } from './../api/tokenApi';
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export type NetValue = 'TEST' | 'MAIN' | 'PRIVATE';
diff --git a/src/redux/state.ts b/src/redux/state.ts
index b847c05..ba2d956 100644
--- a/src/redux/state.ts
+++ b/src/redux/state.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Store } from 'redux';
diff --git a/src/redux/status.ts b/src/redux/status.ts
index 145b887..c402fcb 100644
--- a/src/redux/status.ts
+++ b/src/redux/status.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export type NetworkState = 'CONNECTED' | 'DISCONNECTED';
diff --git a/src/redux/transactionRequests.ts b/src/redux/transactionRequests.ts
index 878e82d..bb67b72 100644
--- a/src/redux/transactionRequests.ts
+++ b/src/redux/transactionRequests.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import { Parameter, VmType } from '@ont-dev/ontology-dapi';
import { AssetType } from './runtime';
diff --git a/src/redux/wallet.ts b/src/redux/wallet.ts
index e0e4516..26cce4b 100644
--- a/src/redux/wallet.ts
+++ b/src/redux/wallet.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
export interface WalletState {
diff --git a/src/reduxTypes.d.ts b/src/reduxTypes.d.ts
index da4b1b4..358a7d6 100644
--- a/src/reduxTypes.d.ts
+++ b/src/reduxTypes.d.ts
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2018 Matus Zamborsky
- * This file is part of The Ontology Wallet&ID.
+ * This file is part of Cyano Wallet.
*
- * The The Ontology Wallet&ID is free software: you can redistribute it and/or modify
+ * Cyano Wallet is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * The Ontology Wallet&ID is distributed in the hope that it will be useful,
+ * Cyano Wallet is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with The Ontology Wallet&ID. If not, see .
+ * along with Cyano Wallet. If not, see .
*/
import * as redux from 'redux';
diff --git a/wallet4.png b/wallet4.png
new file mode 100644
index 0000000..433a5da
Binary files /dev/null and b/wallet4.png differ