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
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
Whymarrh Whitby
0d6b5b627d
Delete unused Copyable component ( #7526 )
...
* Delete unused Copyable component
* Delete unused copy localized message
5 years ago
Whymarrh Whitby
3203c75ee4
Delete commented-out CSS code ( #7528 )
5 years ago
Whymarrh Whitby
089c6915df
Fix accessibility of first-time-flow terms checkboxes ( #7501 )
5 years ago
Whymarrh Whitby
a3d0b71320
Convert ReadOnlyInput component to use JSX ( #7512 )
5 years ago
Whymarrh Whitby
1454426e3e
Convert AccountImportSubview to use JSX ( #7520 )
5 years ago