mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-18 14:07:31 +00:00
Added folders for future decryption components.
This commit is contained in:
parent
a77c973bb4
commit
6ac6237f72
@ -0,0 +1,21 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
import translate from 'translations';
|
||||||
|
|
||||||
|
|
||||||
|
export default class LedgerNanoSDecrypt extends Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<section className="col-md-4 col-sm-6">
|
||||||
|
<div id="selectedUploadKey">
|
||||||
|
<h4>{translate('ADD_Radio_2_alt')}</h4>
|
||||||
|
|
||||||
|
<div className="form-group">
|
||||||
|
<input type="file" id="fselector" />
|
||||||
|
|
||||||
|
<a className="btn-file marg-v-sm" id="aria1" tabIndex="0" role="button">{translate('ADD_Radio_2_short')}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,21 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
import translate from 'translations';
|
||||||
|
|
||||||
|
|
||||||
|
export default class MnemonicDecrypt extends Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<section className="col-md-4 col-sm-6">
|
||||||
|
<div id="selectedUploadKey">
|
||||||
|
<h4>{translate('ADD_Radio_2_alt')}</h4>
|
||||||
|
|
||||||
|
<div className="form-group">
|
||||||
|
<input type="file" id="fselector" />
|
||||||
|
|
||||||
|
<a className="btn-file marg-v-sm" id="aria1" tabIndex="0" role="button">{translate('ADD_Radio_2_short')}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,21 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
import translate from 'translations';
|
||||||
|
|
||||||
|
|
||||||
|
export default class PrivateKeyDecrypt extends Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<section className="col-md-4 col-sm-6">
|
||||||
|
<div id="selectedUploadKey">
|
||||||
|
<h4>{translate('ADD_Radio_2_alt')}</h4>
|
||||||
|
|
||||||
|
<div className="form-group">
|
||||||
|
<input type="file" id="fselector" />
|
||||||
|
|
||||||
|
<a className="btn-file marg-v-sm" id="aria1" tabIndex="0" role="button">{translate('ADD_Radio_2_short')}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
21
common/containers/Tabs/WalletDecrypt/TrezorDecrypt/index.jsx
Normal file
21
common/containers/Tabs/WalletDecrypt/TrezorDecrypt/index.jsx
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
import translate from 'translations';
|
||||||
|
|
||||||
|
|
||||||
|
export default class TrezorDecrypt extends Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<section className="col-md-4 col-sm-6">
|
||||||
|
<div id="selectedUploadKey">
|
||||||
|
<h4>{translate('ADD_Radio_2_alt')}</h4>
|
||||||
|
|
||||||
|
<div className="form-group">
|
||||||
|
<input type="file" id="fselector" />
|
||||||
|
|
||||||
|
<a className="btn-file marg-v-sm" id="aria1" tabIndex="0" role="button">{translate('ADD_Radio_2_short')}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,21 @@
|
|||||||
|
import React, {Component} from 'react';
|
||||||
|
import translate from 'translations';
|
||||||
|
|
||||||
|
|
||||||
|
export default class ViewOnlyDecrypt extends Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<section className="col-md-4 col-sm-6">
|
||||||
|
<div id="selectedUploadKey">
|
||||||
|
<h4>{translate('ADD_Radio_2_alt')}</h4>
|
||||||
|
|
||||||
|
<div className="form-group">
|
||||||
|
<input type="file" id="fselector" />
|
||||||
|
|
||||||
|
<a className="btn-file marg-v-sm" id="aria1" tabIndex="0" role="button">{translate('ADD_Radio_2_short')}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user