PaddyMc
7ce2cf4572
Fixes #3425 : Better support for batch transactions ( #5437 )
6 years ago
Whymarrh Whitby
26ada8a828
Update Connect Request screen design ( #5644 )
...
* Parameterize NetworkDisplay background colour
* Update design for login request screen
* Pass siteTitle, siteImage through for calls to ethereum.enable()
* Bring the site images closer together
6 years ago
bitpshr
226601a956
EIP-1102: add user privacy option
6 years ago
bitpshr
89b4aa5d62
EIP-1102: Add option to force-enable provider
6 years ago
bitpshr
c76c9ca2c8
EIP-1102: updated implementation
6 years ago
HackyMiner
54a8ade266
Add support for RPC endpoints with custom chain IDs ( #5134 )
6 years ago
Alexander Tseung
7852269ed1
Add Activity Log entry for onchain failures for a transaction. Change scrolling of the transaction list. Remove Transaction Details modal. ( #5581 )
6 years ago
kumavis
17a856cfd3
send tx - validate - simplify error message for attempting to call function on non-contract address
6 years ago
Whymarrh Whitby
42fa54678f
Extract Add Token button into its own component
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
Whymarrh Whitby
e96188ce9d
Fix wording of private key warning shown during export
6 years ago
Whymarrh Whitby
222da7f523
Update wording on export privkey modal
6 years ago
Alexander Tseung
c821a8354c
Add txReceipt data to transaction details ( #5513 )
6 years ago
Noel Yoo
ba21606dfb
Fix en, ko locales ( #5483 )
...
* Fix en typo
* Fix ko typo
* Remove unnecessary space
* Fix ko typo
* Improve translation in ko
6 years ago
noelyoo
fa228f1c7e
Alphabetize en locale json keys
6 years ago
Noel Yoo
999a599a78
Fix formatting of locale files ( #5479 )
6 years ago
Santiago Gonzalez Toral
f88373237b
Added account options on home screen
6 years ago
Howard Braham
222e62d7f1
Bug Fix : #1789 and #4525 eth.getCode() with no contract
6 years ago
Vincent
cd91b45686
100% French locale, reordering of English locale, fixes #5457 ( #5470 )
...
* french locales: fix typos and improve wording
* french locales: more fixes and rewording
* fixed typo
* fixed typo
* added missing translations
* fixed alphabetical order
* fixed alphabetical order
* added missing translations for FR
* fixed verify-locale-strings.js
* fixed indentation
* fixed indentation
* updated french locale
* updated changelog with changes logs
* a few fixes after receiving comments, mostly Caps removing and adding
6 years ago
Alexander Tseung
50d91f998d
Translate method names in the transaction list only when applicable
6 years ago
Alexander Tseung
41db5d0570
Update "cancel" copy
6 years ago
Whymarrh Whitby
2c5fb11b37
Remove "Copy Contract Address" from token options
6 years ago
Whymarrh Whitby
d28453234c
Reword batch reject confirm as "Reject All"
6 years ago
Whymarrh Whitby
2e35c05f14
Confirm rejecting multiple transactions with modal
6 years ago
Whymarrh Whitby
7610248f8c
s/Cancel/Reject/ on confirm screen for clarity
6 years ago
Whymarrh Whitby
0fa9299cd1
Add "Cancel All" button to confirm footer
6 years ago
Alexander Tseung
431beb9436
Fix multiplyCurrencies. Add onClose prop for Modal component. Remove hideModal from modal components.
6 years ago
Alexander Tseung
01166b26ed
Fix translation casing
6 years ago
Alexander Tseung
9088fd1de4
Add Current Conversion Updated string to translations
6 years ago
Alexander Tseung
b579ee9619
Refactor settings page to use JSX and follow component file folder structure
6 years ago
Alexander Tseung
95e1eff4ca
Add TransactionDetails modal
6 years ago
Alexander Tseung
5a6c333506
Switch existing modals from using Notification to Modal. Remove Notification component. Add CancelTransaction modal
6 years ago
Alexander Tseung
f1a309e0cc
Fix identicon address. Fix styling of New Contract recipient. Fix Activity Log initial ETH value. Add timestamps to Activity Log events
6 years ago
Alexander Tseung
084158f1a2
Add tests for TransactionActivityLog. Make changes to rendering events
6 years ago
Alexander Tseung
930dac110a
Add ActivityLog component
6 years ago
Dan Miller
65873e33e4
Adds feature flag toggle for the hex data row on the send screen.
6 years ago
Alexander Tseung
342522c6cf
Fix naming, add eth.getCode check for actions, fix translations for statuses
6 years ago
Alexander Tseung
eb17151ff4
Change "Outgoing" to "Sent Ether" or "Sent Token"
6 years ago
Alexander Tseung
9adf0c4b60
Fix integration tests
6 years ago
Alexander Tseung
5de48c67a0
Use css grid for TransactionListItem for responsive layout
6 years ago
Alexander Tseung
5ee40675b9
Refactor transactions list views. Add redesign components
6 years ago
Alexander Tseung
7294aede4f
Add new variant for SenderToRecipient component
6 years ago
brunobar79
285814646f
ui ready
6 years ago
brunobar79
2ea05e303d
connect screen ready
6 years ago
brunobar79
837be704f5
change Metamask for MetaMask
6 years ago
brunobar79
c72ced79ae
ui fixes
6 years ago
brunobar79
61a279204a
legacy and new hd path working
6 years ago
Whymarrh Whitby
6e6a4825ac
Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages
...
Using the following commands:
sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
6 years ago
Whymarrh Whitby
6c11ae44bf
Fix casing of MetaMask in all localized messages
...
Using the following:
sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
6 years ago
brunobar79
c6b7e460b5
code review changes
6 years ago