openethereum/js/packages/shared/config/dappsViews.json
Jaco Greeff 49fdd23d58 Ui 2 move to packages/* (#6113)
* Move secureApi to shell

* Extract isTestnet test

* Use mobx + subscriptions for status

* Re-add status indicator

* Add lerna

* Move intial packages to js/packages

* Move 3rdparty/{email,sms}-verification to correct location

* Move package.json & README to library src

* Move tests for library packages

* Move views & dapps to packages

* Move i18n to root

* Move shell to actual src (main app)

* Remove ~ references

* Change ~ to root (explicit imports)

* Finalise convert of ~

* Move views into dapps as well

* Move dapps to packages/

* Fix references

* Update css

* Update test spec locations

* Update tests

* Case fix

* Skip flakey tests

* Update enzyme

* Skip previously ignored tests

* Allow empty api for hw

* Re-add theme for embed
2017-07-21 15:46:53 +02:00

201 lines
5.1 KiB
JSON

[
{
"id": "accounts",
"url": "accounts",
"src": "Accounts",
"name": "Accounts",
"description": "Display the accounts",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "address card"
},
{
"id": "account",
"url": "account",
"src": "Account",
"name": "Account",
"description": "Display a single account",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"noselect": true
},
{
"id": "addresses",
"url": "addresses",
"src": "Addresses",
"name": "Addresses",
"description": "Display the accounts added to the addressbook",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "address book"
},
{
"id": "address",
"url": "address",
"src": "Address",
"name": "Address",
"description": "Display a single address",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"noselect": true
},
{
"id": "contracts",
"url": "contracts",
"src": "Contracts",
"name": "Contracts",
"description": "Display the contracts added to the addressbook",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "puzzle"
},
{
"id": "contract",
"url": "contract",
"src": "Contract",
"name": "Contract",
"description": "Display a single contract",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"noselect": true
},
{
"id": "dappAccounts",
"url": "dappAccounts",
"src": "DappAccounts",
"name": "Default dapp accounts",
"description": "Allow setting of accounts to use by default for dapps",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "users"
},
{
"id": "dappMethods",
"url": "dappMethods",
"src": "DappMethods",
"name": "Dapp Method Permissions",
"description": "Allow setting of dapp permissions on a per method level",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "map signs"
},
{
"id": "dappVisible",
"url": "dappVisible",
"src": "DappVisible",
"name": "Dapp Visibility",
"description": "Allow setting of visible dapps",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "hide"
},
{
"id": "develop",
"url": "develop",
"src": "ContractDevelop",
"name": "Contract Development",
"description": "Create new contracts",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "connectdevelop"
},
{
"id": "home",
"url": "home",
"src": "Home",
"name": "Home",
"description": "Display the status of the node, recently accessed applications, accounts and news",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "home"
},
{
"id": "playground",
"url": "playground",
"src": "Playground",
"name": "Playground",
"description": "Playground for Parity UI components",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"noselect": true
},
{
"id": "signer",
"url": "signer",
"src": "Signer",
"name": "Signer Requests",
"description": "Display the current and historic Signer requests",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "exchange"
},
{
"id": "settings",
"url": "settings",
"src": "Settings",
"name": "Settings",
"description": "Allows the configuraion of all Parity & Parity-UI related options",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "settings"
},
{
"id": "status",
"url": "status",
"src": "Status",
"name": "Status",
"description": "Displays an overview of the node including settings, logs and connections",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "feed"
},
{
"id": "vaults",
"url": "vaults",
"src": "Vaults",
"name": "Vaults",
"description": "Allows the management of the Account Vaults, including creation, locking and account assignment",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"semantic-icon": "archive"
},
{
"id": "wallet",
"url": "wallet",
"src": "Wallet",
"name": "Wallet",
"description": "Display a single wallet account",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"noselect": true
},
{
"id": "web",
"url": "web",
"src": "Web",
"name": "Web",
"description": "Embed dapps loaded from the web into the Parity shell",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"noselect": true
}
]