Commit Graph

212 Commits

Author SHA1 Message Date
kumavis 49a3d52dd6
Merge pull request #5271 from farahbrunache/develop
Added Haitian Creole translations
2018-09-28 03:03:13 -04:00
kumavis 0df8e40702
i18n - ht - fix json formatting 2018-09-28 02:40:48 -04:00
kumavis 1f30ff5e47
i18n - index - fix whitespace 2018-09-28 02:36:40 -04:00
Alexander Tseung 5d57c7c4fd
Merge pull request #5282 from MetaMask/tx-cancel-ui
Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal.
2018-09-24 11:34:12 -07:00
Alexander Tseung 04988eca5e
Merge pull request #5241 from MetaMask/refactor-settings
Refactor settings page to use JSX and follow component file folder st…
2018-09-20 23:33:04 -07:00
Alexander Tseung 431beb9436 Fix multiplyCurrencies. Add onClose prop for Modal component. Remove hideModal from modal components. 2018-09-20 19:44:23 -07:00
Alexander Tseung 01166b26ed Fix translation casing 2018-09-20 15:53:53 -07:00
Farah Brunache 250b4a3e0a fixed quotes in line 749 2018-09-20 13:00:37 -04:00
Kevin Serrano d8067072b5 Update messages.json (#5280)
Added some translations for Chinese Traditional via Chainsights!
2018-09-20 12:28:20 -02:30
Alexander Tseung 9088fd1de4 Add Current Conversion Updated string to translations 2018-09-19 16:55:58 -07:00
Alexander Tseung b579ee9619 Refactor settings page to use JSX and follow component file folder structure 2018-09-19 16:37:23 -07:00
Alexander Tseung 95e1eff4ca Add TransactionDetails modal 2018-09-19 14:31:10 -07:00
Alexander Tseung 5a6c333506 Switch existing modals from using Notification to Modal. Remove Notification component. Add CancelTransaction modal 2018-09-19 14:31:10 -07:00
Farah Brunache b2a93ba278 fixed some grammatical errors 2018-09-16 12:36:44 -04:00
Farah Brunache 906628e54b added Haitian Creole translations 2018-09-15 18:12:22 -04:00
Alexander Tseung f1a309e0cc Fix identicon address. Fix styling of New Contract recipient. Fix Activity Log initial ETH value. Add timestamps to Activity Log events 2018-09-12 19:48:52 -07:00
Alexander Tseung 084158f1a2 Add tests for TransactionActivityLog. Make changes to rendering events 2018-09-12 19:48:52 -07:00
Alexander Tseung 930dac110a Add ActivityLog component 2018-09-12 19:48:51 -07:00
Dan J Miller b9e4feac48
Merge pull request #5091 from MetaMask/i4945-feature-flag-hex-data
Adds feature flag toggle for the hex data row on the send screen.
2018-09-04 11:57:40 -02:30
Dan J Miller 03d789a490
Merge pull request #5115 from jdetychey/patch-1
Typo in "send" translation
2018-09-04 11:41:35 -02:30
Esteban MIno e743f44150 fix conflicts 2018-08-28 15:20:30 -03:00
Dan Miller 65873e33e4 Adds feature flag toggle for the hex data row on the send screen. 2018-08-27 11:44:16 -02:30
Alexander Tseung 342522c6cf Fix naming, add eth.getCode check for actions, fix translations for statuses 2018-08-23 16:45:28 -07:00
Alexander Tseung eb17151ff4 Change "Outgoing" to "Sent Ether" or "Sent Token" 2018-08-23 16:45:28 -07:00
Alexander Tseung 9adf0c4b60 Fix integration tests 2018-08-23 16:45:27 -07:00
Alexander Tseung 5de48c67a0 Use css grid for TransactionListItem for responsive layout 2018-08-23 16:44:44 -07:00
Alexander Tseung 5ee40675b9 Refactor transactions list views. Add redesign components 2018-08-23 16:44:44 -07:00
HackyMiner dae07b32e5 update Korean translation (#4630)
* update Korean translation

* update Korean translation, add updated missing strings

* update Korean i18n messages
2018-08-23 14:39:45 -02:30
Alexander Tseung 7294aede4f Add new variant for SenderToRecipient component 2018-08-22 10:53:20 -07:00
Jerome de Tychey 92af1ee95a
Typo in "send" translation
send should be translated as Envoyer instead of Envoyé (which mean sent, not send)
2018-08-21 18:56:24 +02:00
Esteban MIno 81cd29df43 Merge branch 'develop' into WatchTokenFeature 2018-08-20 19:35:38 -03:00
brunobar79 285814646f ui ready 2018-08-16 20:41:23 -04:00
brunobar79 2ea05e303d connect screen ready 2018-08-16 19:39:52 -04:00
brunobar79 837be704f5 change Metamask for MetaMask 2018-08-15 11:44:00 -04:00
Bruno Barbieri 80fe3ce888
Merge branch 'develop' into ledger-support 2018-08-14 22:55:47 -04:00
brunobar79 c72ced79ae ui fixes 2018-08-14 19:22:00 -04:00
brunobar79 61a279204a legacy and new hd path working 2018-08-14 01:26:18 -04:00
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
2018-08-13 19:47:56 -02:30
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
2018-08-13 19:47:45 -02:30
brunobar79 c6b7e460b5 code review changes 2018-08-08 03:00:39 -04:00
brunobar79 2e0916d8ff fix merge conflicts 2018-08-08 02:32:35 -04:00
Esteban Miño 3f57d5f66b
Merge branch 'develop' into WatchTokenFeature 2018-08-07 17:50:58 -04:00
Whymarrh Whitby d0611741a2 Show invalid seed phrase error when importing new account 2018-08-07 02:09:26 -02:30
Esteban MIno af35b415ab new confirm add suggested token component 2018-08-06 20:03:49 -04:00
brunobar79 71ef4d85da design complete 2018-08-03 18:57:23 -04:00
brunobar79 710b4e294f added crossbrowser support and error handling 2018-07-31 18:30:56 -04:00
brunobar79 edb154749d send to fullscreen if no permission from popup 2018-07-30 22:57:05 -04:00
brunobar79 34617a21c3 copy 2018-07-30 18:36:37 -04:00
brunobar79 4339f04e80 use existing modals 2018-07-30 17:50:05 -04:00
kumavis e715d0e691
Merge pull request #4858 from MetaMask/chinesesimplifiedandtraditional
Update Chinese naming on our language list
2018-07-26 15:13:24 -07:00