Update with latest dapps

This commit is contained in:
Jaco Greeff
2017-08-02 17:16:26 +02:00
parent 45f91facf1
commit 696089c479
54 changed files with 314 additions and 4529 deletions

View File

@@ -20,7 +20,7 @@ import { FormattedMessage } from 'react-intl';
import { Button } from '@parity/ui';
import DappsStore from '../../Dapps/dappsStore';
import DappsStore from '@parity/shared/mobx/dappsStore';
export default function Request ({ appId, className, approveRequest, denyRequest, queueId, request: { from, method } }) {
const _onApprove = () => approveRequest(queueId, false);

View File

@@ -20,7 +20,7 @@ import store from 'store';
import { sha3 } from '@parity/api/util/sha3';
import VisibleStore from '../Dapps/dappsStore';
import VisibleStore from '@parity/shared/mobx/dappsStore';
import filteredRequests from './filteredRequests';
const LS_PERMISSIONS = '_parity::dapps::methods';