Whymarrh Whitby
|
2c33ad3eb4
|
Enable react/no-unused-state rule for ESLint (#7609)
* eslint: Enable react/no-unused-state rule
* Fix unused state issues
* Remove now unused validFileImport localized message
|
5 years ago |
Whymarrh Whitby
|
e61745a821
|
Enable no-var rule for ESLint (#7590)
* eslint: Enable no-var rule
* yarn lint --fix
|
5 years ago |
Mark Stacey
|
3722de8b29
|
Prevent redux state mutation (#7598)
The `txParams` property of a transaction in Redux state was being
mutated. The mutation is now prevented with a shallow clone.
|
5 years ago |
Whymarrh Whitby
|
f61b068bd2
|
Drop eslint-disable and TODO comments from Modal component (#7589)
|
5 years ago |
Whymarrh Whitby
|
cfd041b364
|
Convert modals to use JSX (#7566)
|
5 years ago |
Whymarrh Whitby
|
867dcc48ee
|
Clean up Item JSX (#7584)
|
5 years ago |
Whymarrh Whitby
|
359be03db8
|
Split DepositEtherModal into container and component files (#7565)
|
5 years ago |
Whymarrh Whitby
|
926c8848f1
|
Enable default-case rule for ESLint (#7572)
* eslint: Enable default-case rule
* Fix missing default cases
* Fix tests failing due to incorrect assumptions
|
5 years ago |
Whymarrh Whitby
|
629e5501a1
|
Mark onClick prop as not required for DraggableSeed (#7583)
|
5 years ago |
Whymarrh Whitby
|
9a1c7e3864
|
Convert Network component to use JSX (#7564)
|
5 years ago |
Whymarrh Whitby
|
baa5313d21
|
Convert NetworkDropdown component to use JSX (#7562)
|
5 years ago |
Whymarrh Whitby
|
f0e5ab6c12
|
Split ExportPrivateKeyModal into container and component files (#7561)
|
5 years ago |
Whymarrh Whitby
|
00060d787a
|
Split TokenCell into container and component files (#7560)
|
5 years ago |
ricky
|
4a59fb432f
|
Fix backButtonAction proptype (#7578)
* Fix backButtonAction proptype
* Fix missing trailing comma
* Remove no-op
|
5 years ago |
ricky
|
e39485cb1c
|
Fix loading prop type (#7563)
|
5 years ago |
Whymarrh Whitby
|
e2d6798673
|
Split EthBalance into container and component files (#7557)
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
|
5 years ago |
Whymarrh Whitby
|
921134bad1
|
Convert ConfirmTxScreen component to use JSX (#7559)
|
5 years ago |
Whymarrh Whitby
|
caefda5f47
|
Use localized messages for NotificationModal buttons (#7558)
|
5 years ago |
Whymarrh Whitby
|
5f89988671
|
Delete unused BnAsDecimalInput (#7556)
|
5 years ago |
Whymarrh Whitby
|
f5c496ffcd
|
Convert Menu, Item, Divider, and CloseArea components to use JSX (#7547)
|
5 years ago |
Whymarrh Whitby
|
2b4c99e031
|
Split WalletView into component and container files (#7546)
|
5 years ago |
Whymarrh Whitby
|
1ffaa330ad
|
Split AccountModalContainer into container and component files (#7549)
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
|
5 years ago |
Whymarrh Whitby
|
22a2d21796
|
Convert Alert component to use JSX (#7542)
|
5 years ago |
Whymarrh Whitby
|
666277b4fa
|
Convert TokenMenuDropdown component to use JSX (#7552)
|
5 years ago |
Whymarrh Whitby
|
d948a3b195
|
Convert NotificationModal component to use JSX (#7550)
|
5 years ago |
Whymarrh Whitby
|
6e73d2be69
|
Convert HideTokenConfirmationModal component to use JSX (#7551)
|
5 years ago |
Whymarrh Whitby
|
8311617b95
|
Convert LoadingScreen component to use JSX (#7545)
|
5 years ago |
Whymarrh Whitby
|
04442318d3
|
Convert EditableLabel component to use JSX (#7543)
|
5 years ago |
Whymarrh Whitby
|
1cac6f2768
|
Convert SimpleDropdown component to use JSX (#7540)
|
5 years ago |
Whymarrh Whitby
|
7d2b5b26a5
|
Delete unused SeedImportSubview component (#7530)
* Delete unused SeedImportSubview component
* Remove 2 unused messages
|
5 years ago |
Whymarrh Whitby
|
50c5365933
|
Add isRequired flag to MobileSyncPage props (#7544)
|
5 years ago |
Whymarrh Whitby
|
ec938686a9
|
Split MobileSyncPage into container and component, with JSX (#7534)
|
5 years ago |
Whymarrh Whitby
|
a849218f81
|
Adjust QrCodeView propTypes for its Qr.messages prop (#7529)
|
5 years ago |
Whymarrh Whitby
|
3377228b74
|
Split ShiftListItem into container and component files with JSX (#7539)
|
5 years ago |
Whymarrh Whitby
|
c3e834d17b
|
Convert CustomizeGasModal component to use JSX (#7537)
|
5 years ago |
Whymarrh Whitby
|
439fce8901
|
Convert Mascot component to use JSX (#7535)
|
5 years ago |
Whymarrh Whitby
|
c51914c1a5
|
Convert the RevealSeedPage component to use JSX (#7536)
|
5 years ago |
Whymarrh Whitby
|
f15237b1a5
|
Convert ExportTextContainer component to use JSX (#7538)
|
5 years ago |
Whymarrh Whitby
|
6849595326
|
Delete unused to-autocomplete (#7533)
|
5 years ago |
Whymarrh Whitby
|
340559b805
|
Convert TokenList component to use JSX (#7541)
|
5 years ago |
Whymarrh Whitby
|
49dfb5ec2c
|
Convert ConnectHardwareForm component to JSX (#7517)
|
5 years ago |
Whymarrh Whitby
|
80badb10c1
|
Convert ConnectScreen to use JSX (#7525)
|
5 years ago |
Whymarrh Whitby
|
3086c0db71
|
Convert AccountList component to use JSX (#7524)
|
5 years ago |
Whymarrh Whitby
|
9841845b30
|
Convert PrivateKeyImportView component to use JSX (#7522)
|
5 years ago |
Whymarrh Whitby
|
99e94dadbd
|
Convert Tooltip component to JSX (#7516)
|
5 years ago |
Whymarrh Whitby
|
9f7438e756
|
Convert FiatValue component to JSX (#7515)
|
5 years ago |
Whymarrh Whitby
|
f5824ffad7
|
Convert CopyButton component to JSX (#7513)
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
|
5 years ago |
Whymarrh Whitby
|
c555ea659c
|
Convert NetworkDropdownIcon component to JSX (#7511)
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
|
5 years ago |
Whymarrh Whitby
|
4fe147f82f
|
Convert MenuDroppoComponent component to JSX (#7531)
|
5 years ago |
Whymarrh Whitby
|
4281407723
|
Convert the Root component to using JSX (#7532)
|
5 years ago |