aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components
Commit message (Collapse)AuthorAgeFilesLines
* Delete old-ui folderWhymarrh Whitby2019-02-2144-5357/+0
|
* Fix displayed time and date in the activity log. Remove vreme library, add ↵Alexander Tseung2018-12-142-4/+4
| | | | luxon library. (#5932)
* Update new UI links in the old UI s/Beta/New/Whymarrh Whitby2018-11-211-1/+1
|
* Merge pull request #5567 from MetaMask/HowardBraham-developkumavis2018-10-301-4/+12
|\ | | | | Feature: Warn when attempting to send tx with data to non-contract
| * old-ui - pending tx - allow undefined values for gas + gasPricekumavis2018-10-261-2/+8
| |
| * ui - use variable to clarify result of emptiness checkkumavis2018-10-211-2/+4
| |
| * ganache-core merged my PR, so I changed some comments to clarify that ↵Howard Braham2018-10-101-1/+1
| | | | | | | | ganache-core v2.2.1 and below will return the non-standard '0x0'
| * Bug Fix: #1789 and #4525 eth.getCode() with no contractHoward Braham2018-10-101-1/+1
| |
* | Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-263-12/+26
|/
* Update new method namespace from v2 to v3bitpshr2018-09-141-3/+3
|
* Implement latest EIP-712 protocolbitpshr2018-09-142-3/+27
|
* updated docs, small improvement of recent RPC renderingEvgeniy Filatov2018-08-231-1/+2
|
* backported RPC improvements to olduiEvgeniy Filatov2018-08-231-3/+5
|
* Merge branch 'develop' into network-remove-provider-engineThomas2018-08-151-1/+1
|\ | | | | | | Override package-lock and fix merge conflicts
| * fix merge conflictsbrunobar792018-08-084-86/+437
| |\
| * | fix linting errorsbrunobar792018-07-271-1/+1
| | |
* | | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-08-071-4/+4
|\ \ \ | | |/ | |/| | | | into network-remove-provider-engine-tests
| * | Show the retry button on latest tx of earliest nonce.Dan Miller2018-08-011-4/+4
| | |
* | | Merge branch 'develop' into network-remove-provider-engine-testsThomas Huang2018-08-024-83/+443
|\| |
| * | Open UI in browser post-new-UI-switchWhymarrh Whitby2018-07-281-0/+1
| | |
| * | Don't show an additional beta UI notificationWhymarrh Whitby2018-07-281-1/+1
| | | | | | | | | | | | | | | | | | When a user has opted-in to the new UI from the announcement, we don't need an additional notification letting the user know that they've switched.
| * | Rewrite AccountQrScreen to use flexboxWhymarrh Whitby2018-07-282-82/+1
| | | | | | | | | | | | | | | | | | | | | | | | The old QR screen was absolutely positioning everything which broke when the app bar resized for the new UI announcement. This change, while futile*, makes the QR screen less bad. * futile because the old UI is being deprecated
| * | Add NewUiAnnouncement componentWhymarrh Whitby2018-07-281-2/+2
| | |
| * | Add banner suggesting new UIWhymarrh Whitby2018-07-281-2/+48
| | |
| * | Move the old UI's AppBar into its own componentWhymarrh Whitby2018-07-281-0/+385
| |/
| * earliest tx by submittedTimeEsteban MIno2018-07-261-5/+8
| |
| * only show retry button on earliest pending txEsteban MIno2018-07-261-1/+7
| |
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-043-4/+4
|\| | | | | | | network-remove-provider-engine
| * eslint --fix .brunobar792018-07-033-4/+4
| |
* | Fix notice screen incorrectly disabling Accept button after multiple noticesAlexander Tseung2018-07-031-2/+15
|/
* Fixed lint errorKoh Wei Jie2018-06-281-1/+1
|
* fixed blank boolean field for typed signing for old UIKoh Wei Jie2018-06-221-1/+5
|
* Fix account list order for the old UIWhymarrh Whitby2018-06-061-2/+3
|
* old-ui - ens-input - fix params passed to inputkumavis2018-05-221-48/+53
|
* Update old UI ShapeshiftForm to gracefully handle errorsbitpshr2018-04-291-1/+1
|
* Allow transactions with 0-gwei gas price (#4073)Paul Bouchon2018-04-271-2/+1
| | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay
* Clean up network configAlexander Tseung2018-04-241-2/+2
|
* Require loglevel singleton in each module that uses itbitpshr2018-04-143-0/+3
|
* lint - remove use of 'event' globalkumavis2018-04-031-2/+2
|
* old-ui - lint fixeskumavis2018-04-033-3/+1
|
* Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlistDan2018-03-301-3/+3
|\
| * Increase permitted safe gas limitDan Finlay2018-03-301-3/+3
| | | | | | | | | | | | | | | | | | | | Block gas limits have been incredibly stable lately: https://etherscan.io/chart/gaslimit And this validation has prevented Aragon's new beta from working: https://twitter.com/izqui9/status/979373309312815104 Fixes #3790
* | Fix display of unapprovedMessages in txList (old and new ui); includes fix ↵Dan2018-03-281-0/+5
|/ | | | of undefined txParams.
* Adds styles for dropped txs in old-ui.Dan2018-03-141-0/+5
|
* Correctly set latest submitted retry with nonces that matches others in ↵Dan2018-03-141-1/+1
| | | | old-ui transaction-list-item.
* Undefined check in showRetryButtonDan2018-03-141-3/+4
|
* Use new submittedTime field to correctly show retry button in old and new ui.Dan2018-03-142-4/+10
|
* Merge branch 'master' into ImportAccountMessageV2Thomas Huang2018-03-035-51/+107
|\
| * Allow adding 0 balance tokens in old ui and editing custom token info in new ↵Dan J Miller2018-03-031-4/+1
| | | | | | | | | | | | | | | | (#3395) * Shows tokens with 0 balance in old ui; goHome after adding tokens. * Allow users to edit custom token info when not autofilled. (New UI add token screen).
| * Add retry transaction back into old ui transaction list item (#3381)Thomas Huang2018-03-031-35/+92
| | | | | | | | | | | | * Add retry transaction back into old ui transaction list item * Update Changelog
| * Merge pull request #3339 from danjm/i3336-cancel-button-buy-ethkumavis2018-03-011-1/+1
| |\ | | | | | | [Old-UI] Fix cancel button on buy eth screen.
| | * Fix cancel button on buy eth screen.Dan2018-02-281-1/+1
| | |
| * | Merge pull request #3340 from danjm/i3338-contract-published-terminologykumavis2018-03-011-1/+1
| |\ \ | | | | | | | | [NewUI] Replace 'Contract Published' label with 'Contract Deployment'
| | * | Replace 'Contract Published' with 'Contract Deployment' for clearer ↵Dan2018-02-281-1/+1
| | |/ | | | | | | | | | indication of contract tx state.
| * | Merge pull request #3350 from danjm/onclick-undefined-sentry-errorkumavis2018-03-011-9/+11
| |\ \ | | | | | | | | [old-ui] Prevent user from switching network in old-ui notification
| | * | Prevent user from switching network in old-ui notificationDan2018-03-011-9/+11
| | |/
| * / Define event locally in onClickOutside method in account-dropdowns.jsDan2018-03-011-1/+1
| |/
* / Change Loose label to ImportedThomas2018-02-281-1/+1
|/
* Add 8MM gas limit default to send screenDan Finlay2018-02-211-1/+2
|
* Merge pull request #3200 from alextsg/cb-703kumavis2018-02-172-2/+2
|\ | | | | [NewUI] Remove accessing PropTypes from main React package
| * Remove accessing PropTypes from main React packageAlexander Tseung2018-02-072-2/+2
| |
* | Make oldui compatible with newUI style changesThomas Huang2018-02-161-0/+1
|/
* Merge branch 'master' into uatThomas2018-01-231-1/+11
|
* Merge branch 'master' into NewUI-flatDan2017-12-211-1/+11
|
* Remove inline style.Dan2017-12-131-1/+0
|
* Make transaction list and item more flexible.Dan2017-12-132-4/+4
|
* Flex account-data-subsectionDan2017-12-132-1/+1
|
* Use newui actions in old-uiDan2017-12-058-7/+9
|
* Add old-ui directoryDan2017-12-0544-0/+4829