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
Xavier Maysonnave
86e7233bd1
Process URL fragment for ens-ipfs redirects ( #7604 )
...
Also use app.ens.domains instead of manager.ens.domains
5 years ago
Erik Marks
5917da63f7
add locale fix script ( #7580 )
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
13a1de061d
Allow translation keys to be in single- or double-quotes ( #7588 )
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
Dan J Miller
724bd42e2c
Ensures the tx controller + state-manager orders transactions as received ( #7484 )
...
* Ensures the tx controller + tx-state-manager orders transactions in the order they are received
* Handle transaction ordering in cases where tx ids are off by more than 1 in tx-state-manager
* Add comment to addUnapprovedTransaction explaining calling _determineTransactionCategory after generateTxMeta
* Sort txes by timestamp of creation instead of id
5 years ago
ricky
4a59fb432f
Fix backButtonAction proptype ( #7578 )
...
* Fix backButtonAction proptype
* Fix missing trailing comma
* Remove no-op
5 years ago
Thomas Huang
cd9ef4ced4
Merge pull request #7581 from whymarrh/fix-app-state-controller
...
Construct AppStateController with the persisted initial state
5 years ago
Thomas Huang
5e34eeff96
Merge pull request #7579 from whymarrh/fix-dai-notification
...
Don't overwrite state when setting inactive timeout
5 years ago
Whymarrh Whitby
c3a1a35f7d
Construct AppStateController with the persisted initial state
5 years ago
Whymarrh Whitby
c044400a7e
Don't overwrite state when setting inactive timeout
...
Using `#putState` here was clearing the other fields in the store.
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
1501742d68
Convert dev scripts to use JSX ( #7555 )
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
714935d36e
Update Dropdown components tests to use JSX ( #7527 )
5 years ago