mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
ae2ac4f2c6
* Remove beta agreement, move modals to Root, and initial work on welcome modal. * Local storage detection for welcome modal * Remove announcement from header. Allow tooltips to point in non-top directions. * Show modal fade at bottom on non-footer modals * Update README * Update all links back to old mycrypto to classic.mycrypto, add footer link too. * Localize welcome modal * Remove release candidate version text, change to legacy.mycrypto instead of classic.mycrypto. * update banner; add hackerone link
26 lines
1.2 KiB
TypeScript
26 lines
1.2 KiB
TypeScript
export * from './AddressField';
|
|
export * from './DataField';
|
|
export * from './GasLimitField';
|
|
export * from './AmountField';
|
|
export * from './SendEverything';
|
|
export * from './UnitDropDown';
|
|
export * from './CurrentCustomMessage';
|
|
export * from './GenerateTransaction';
|
|
export * from './SendButton';
|
|
export * from './SigningStatus';
|
|
export * from '../containers/Tabs/ScheduleTransaction/components';
|
|
export { default as NonceField } from './NonceField';
|
|
export { default as Header } from './Header';
|
|
export { default as Footer } from './Footer';
|
|
export { default as BalanceSidebar } from './BalanceSidebar';
|
|
export { default as PaperWallet } from './PaperWallet';
|
|
export { default as TXMetaDataPanel } from './TXMetaDataPanel';
|
|
export { default as WalletDecrypt } from './WalletDecrypt';
|
|
export { default as TogglablePassword } from './TogglablePassword';
|
|
export { default as GenerateKeystoreModal } from './GenerateKeystoreModal';
|
|
export { default as TransactionStatus } from './TransactionStatus';
|
|
export { default as ParityQrSigner } from './ParityQrSigner';
|
|
export { default as ElectronNav } from './ElectronNav';
|
|
export { default as Errorable } from './Errorable';
|
|
export { default as AppAlphaNotice } from './AppAlphaNotice';
|