Alexander Tseung
4c87c05a02
Fix rounding issue when sending max tokens ( #5695 )
...
* Fix rounding issue when sending max tokens
* Ensure amount row shows exact amount of max tokens on send screen (#2 )
* Fix tests
* Change stored redux value from BigNumber to hex string. Fix TokenInput default value
6 years ago
Thomas
de297cd74d
nextUnreadNotice undefined rather than null
6 years ago
Thomas
7607794851
Readable tests, and set nextUnreadNotice to null when CLEAR_NOTICES is dispatched
6 years ago
HackyMiner
54a8ade266
Add support for RPC endpoints with custom chain IDs ( #5134 )
6 years ago
Alexander Tseung
badebe017f
Adds toggle for primary currency ( #5421 )
...
* Add UnitInput component
* Add CurrencyInput component
* Add UserPreferencedCurrencyInput component
* Add UserPreferencedCurrencyDisplay component
* Add updatePreferences action
* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput
* Update SettingsTab page with Primary Currency toggle
* Refactor currency displays and inputs to use UserPreferenced displays and inputs
* Add TokenInput component
* Add UserPreferencedTokenInput component
* Use TokenInput in the send screen
* Fix unit tests
* Fix e2e and integration tests
* Remove send/CurrencyDisplay component
* Replace diamond unicode character with Eth logo. Fix typos
6 years ago
Thomas
093ca07201
Set maxMode and toNickname defaults for clear_send
6 years ago
Esteban MIno
33357e3538
refactor unused code
6 years ago
Esteban MIno
9ac9f53a73
eth_watchToken working
6 years ago
Whymarrh Whitby
25417fad26
Add updateSendHexData action
6 years ago
kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
7 years ago
Alexander Tseung
4f6b53c1aa
Update designs for Add Token screen
7 years ago
Whymarrh Whitby
924cc1fcf7
Move setAccountLabel into PreferencesController
7 years ago
Dan
26f965bcce
Further refactors; includes refactor of send-v2.js and associated container
7 years ago
Alexander Tseung
9e41f58af2
Clean up network config
7 years ago
Alexander Tseung
b0a105ce80
Fix confirmation popup not always opening
7 years ago
bitpshr
d0447f9058
Maintain token prices using a background service
7 years ago
bitpshr
a350e80fee
Fetch token prices based on contract address
7 years ago
Dan Finlay
34692acdf9
Fix action for setting locale
7 years ago
Dan
a109a774a5
Use ens-input component in send-v2 to allow sending to ens names.
7 years ago
Dan
08e67c4e4a
Default current locale in metamask reducer to empty string.
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
Dan
c37684d7bd
Remove unnecessary addition of nonce to state.
7 years ago
Dan
5433d2fe3a
Retry transaction logic added to tx-list-item, confirm-send-ether, customize-gas-modal, and dependents.
7 years ago
Dan
91c890041c
Add welcome screen to new-ui browser first time flow.
7 years ago
Alexander Tseung
cbb65cc493
Fix flashing to Log in screen after logging in or restoring from seed phrase ( #3466 )
7 years ago
Dan J Miller
0d97ff2210
Fix NewUI reveal seed flow. ( #3410 )
7 years ago
Dan J Miller
170c7602b7
[NewUI] Adds the mascara first time flow to betaUI extension ( #3257 )
...
* Adds the mascara first time flow to the extension when opened in browser.
* Fix tests after addition of mascara first time flow to new ui.
7 years ago
Alexander Tseung
a218008adf
Track usage of old and new UI ( #2794 )
...
[NewUI] Track usage of old and new UI
7 years ago
Dan
2e9137dddd
Update max amount behaviour to meet new specs.
7 years ago
Dan
ce14ee2ffc
New-ui actions accomodates old-ui.
7 years ago
Dan
7f79524070
Add UI selection
7 years ago
Jason Clark
75ef848196
making eslint happy
7 years ago
Jason Clark
fc46a16a32
toggle wired up to preferences property store
7 years ago
Clark, Jason (Contractor)
90fc4812bc
incremental commit
7 years ago
Dan
9e3f921ba9
Create single action for updating all of send in redux state.
7 years ago
Dan
0a91671ff6
Fix lint errors.
7 years ago
Dan
34ca7290c5
Allow editing of send ether.
7 years ago
Dan
67bdfe87e3
Token balance in send state; validating sufficient tokens, validation updates on 'from' switching.
7 years ago
Dan
56e9f98bd0
More lint fixes
7 years ago
Dan
b96ba55229
Clear send state on cancelling and signing.
7 years ago
Chi Kei Chan
5cbbb476b3
ShapeShift Integration
7 years ago
Jacky Chan
0264ecaad7
Adding CreatePasswordScreen
7 years ago
Dan
60eda592b5
Handling to and amount errors.
7 years ago
Dan
f81226fbe9
Move all of send state to metamask state.
7 years ago
Chi Kei Chan
5ee6e4d3b3
wip
7 years ago
Dan
a9244f5e42
Customize Gas connected to state
7 years ago
Dan
ac4868170f
Enables remove token and ensures add/remove update the list without need for refresh.
7 years ago
Dan
79bcb88db3
Refactor to store estimated gas and price in local state, return promise from actions.
7 years ago
Dan
88c4226bf1
Estimate gasPrice and gasLimit in send screen.
7 years ago
Chi Kei Chan
8f31b05ac5
Add token exchange rates
7 years ago