Commit Graph

2164 Commits (5aff114001d21696e7a7670db56b53cf3f36afa5)

Author SHA1 Message Date
Dan d166cb2b1b Ensure txParams are prefixed with 0x when sending. 7 years ago
Dan 7ccf6163fd Adds simulation failure error messages to confirm screen. 7 years ago
Dan 1dc3c51b54 UpdateSendErrors only called when balance defined, recalled if balance updates. 7 years ago
kumavis 9f7b63bb6a
identicon - set blockies height and width to identicon diameter 7 years ago
kumavis b014133fdc development - screens - use localhost for network 7 years ago
kumavis 5f1f345a5d network - use providerType for localhost 7 years ago
kumavis fcdfd48057 development - screenshotter - capture screens across all locales 7 years ago
Dan 2be6f8bae0 Fix lint and tests 7 years ago
Dan ad603da2e7 Stopping wrapping provider children in div; stop wrapping old-ui in provider. 7 years ago
Dan a4594f6838 Show insufficient funds on confirm screen on first render. 7 years ago
Dan 0a711f0de0 Removes t from props via metamask-connect and instead places it on context via a provider. 7 years ago
Dan 01e3293b65 Ensure correct address used when rendering transfer transactions. 7 years ago
kumavis 085e7d7dec ui - fix typo in settings 7 years ago
kumavis ac4cb3444d ui - add guard against unset locale 7 years ago
kumavis f9b680b09f ui - identicon - use relative link for ether logo 7 years ago
kumavis 10609493c5 ui - use relative location for images 7 years ago
kumavis cf82e766d4 ui - fix relative url for deposit-ether-modal 7 years ago
kumavis 8760dc6bda ui - use relative url for i18n-helper fetching locales 7 years ago
kumavis f7b4c9621f ui - css - use relative path for fonts 7 years ago
Dan d6ebf5d94e Confirm send token detects if balance is sufficient for gas. 7 years ago
Dan 21b6a3442d Fix display of unapprovedMessages in txList (old and new ui); includes fix of undefined txParams. 7 years ago
Dan 74ac3bb2a7 Confirm send token detects if balance is sufficient for gas. 7 years ago
kumavis ff26042b0c ui - actions - fix log for background call 7 years ago
kumavis 1a5eccdfc0 ui - settings - fix for currentLocale 7 years ago
kumavis e3881143cb ui - settings - derrive locales from index 7 years ago
Dan 8e6ab7df05 Checking for sufficient balance in confirm ether screen; includes error messages for user. 7 years ago
Dan 2053cac691 Don't query for undefined. 7 years ago
Dan be2254b880 Remove comments and console.logs 7 years ago
Dan 252d692282 Prefixes to addresses with 0x before sending. 7 years ago
Dan f2ab3a06b1 Long token amounts in wallet are truncated with ellipsis. 7 years ago
Dan 91f91d92fe Prevent users from adding custom token if decimals is an empty string. 7 years ago
Dan a109a774a5 Use ens-input component in send-v2 to allow sending to ens names. 7 years ago
Alexander Tseung cfa2592d78 Update button styles 7 years ago
Dan c710fb8f50 Use new header on add token confirmation screen. 7 years ago
Dan fa022e0883 Updates Add token screen to latest design. 7 years ago
Dan 0d71dd7ca0 i18n helper fetchLocale handles 404 gracefully 7 years ago
Dan 08e67c4e4a Default current locale in metamask reducer to empty string. 7 years ago
Dan 11a30378d7 Memoize t function in metamask-connect 7 years ago
Dan 07f4839600 Signed type data notification handles long messages. 7 years ago
Dan 6393c38117 Pop uses new ui onboarding when in beta. 7 years ago
Dan a0df4b6892 Correct proptypes for t in new-account/create-form.js 7 years ago
Dan d613dfb434 Correct reprice title and subtitle key names. 7 years ago
Dan ca5bce477e Fix sender-to-recipient export and non-existent translation key. 7 years ago
Dan 3d3bd0eaf0 Correct connect reference in confirm-send-ether, confirm-deploy-contract, network-display. 7 years ago
Dan a82631791e Lint fixes 7 years ago
Dan 18f8583529 Fix references to undefined 'this.props' 7 years ago
Dan 3c144302d6 Remove console.logs 7 years ago
Dan 6cbadc0aa3 Missed modifications of t() in merge resolution. 7 years ago
Dan d24a0590d3 i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props. 7 years ago
kumavis 3e79941658 ui - tx conf - only show special token tx conf screen for token send 7 years ago