aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/qr-code.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-261-1/+1
|
* Fixed issue #5838 (#6001)Jonathan Smirnoff2019-02-141-3/+3
| | | Update changelog file
* Make all addresses EIP-55 compliant (#5379)bakaoh2018-10-101-1/+1
| | | | | | * Make all addresses EIP-55 compliant * Checksum autocompleted address but not during input
* Show checksummed addresses throughout the UIbitpshr2018-04-181-6/+7
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-1/+1
| | | | via a provider.
* Handle i18n with redux.Dan2018-03-161-1/+1
|
* Allow editing account name in account details modalAlexander Tseung2017-10-261-5/+5
|
* ReadOnlyInput component.Dan2017-09-231-12/+6
|
* Abstract account modal.Dan2017-09-221-1/+1
|
* Modify readonly value in for input in qr-code.Dan2017-09-081-1/+1
|
* Account-detail address is a readonly input.Dan2017-09-081-2/+4
|
* Lint fixesDan2017-08-311-1/+0
|
* Patch 2 account details modal (#1957)Dan J Miller2017-08-251-6/+3
| | | | | | * Account details modal styling changes. * Tweaking styles.
* Hook up identicon and buttons to AccountDetailsModal, clean up colorssdtsui2017-08-221-9/+0
|
* Integrate old QR component with new modal layoutsdtsui2017-08-221-16/+16
|
* [WIP] Render a QR code in AccountDetailsModalsdtsui2017-08-221-5/+1
|
* [WIP] Aggregate data for QRViewsdtsui2017-08-221-1/+5
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+79
|
* Make folder for responsive UIDan Finlay2017-07-041-79/+0
|
* only prefix ethereum addressfrankiebee2017-06-131-5/+6
|
* prefix the address with "ethereum:"frankiebee2017-06-131-2/+1
|
* Add qrcode-npm to package.json and swap out Qr Code generator api for ↵Frankie2016-09-131-3/+11
| | | | node-module
* Merge branch 'master' into shapeshiftTxFrankie2016-08-191-1/+5
|\
| * Add margin to "go to test faucet" button and show more of the address on qr ↵Frankie2016-08-151-1/+5
| | | | | | | | code page
* | WIP: ShapeShift txFrankie2016-08-191-1/+12
|/
* Add multi message capability to Qr view for market infoFrankie2016-08-131-1/+7
|
* Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-0/+50