aboutsummaryrefslogtreecommitdiffstats
path: root/app/images
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-142-0/+23
|
* Update Connect Request screen design (#5644)Whymarrh Whitby2018-11-062-0/+27
| | | | | | | | | | * 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
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Added account options on home screenSantiago Gonzalez Toral2018-10-104-0/+58
|
* Update ledger-logo.svgDavid da Silva Rosa2018-09-261-1/+33
| | | Noticed the implementation used the old Ledger logo. Simply replaced the .svg without testing, so hope someone can test the extension before merging 😄 .
* Add TransactionListItemDetails componentAlexander Tseung2018-09-131-0/+3
|
* Update logo wordmarkAlexander Tseung2018-08-192-0/+115
|
* connect screen readybrunobar792018-08-172-0/+2
|
* design completebrunobar792018-08-041-0/+18
|
* add phishing html page, and redirect to bundled page in-windowKelvin Tan2018-07-271-0/+0
|
* design donebrunobar792018-07-193-0/+167
|
* Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-133-0/+51
|\ | | | | | | initial-trezor-support
| * Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-073-0/+51
| |
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-078-0/+53
|\| | | | | | | initial-trezor-support
| * Merge branch 'develop' into portal-metamaskPhyrexTsai2018-06-011-0/+17
| |\
| * | Intergrate ENS with IPFSMikeCheng12082018-05-298-0/+53
| | |
* | | initial trezor supportBruno2018-06-101-0/+11
| |/ |/|
* | Add notification for dropped retry transactions (#4363)Alexander Tseung2018-05-301-0/+17
|/
* Update designs for Add Token screenAlexander Tseung2018-05-202-0/+29
|
* Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-233-15/+72
| | | | flow
* Update Confirm Contract screen (#3597)Alexander Tseung2018-03-171-0/+16
|
* Update Deposit Eth icon (#3569)Alexander Tseung2018-03-161-0/+32
|
* Update popout to fullscreen iconAlexander Tseung2018-01-181-0/+21
|
* Merge branch 'uat' into cb-388Chi Kei Chan2018-01-132-0/+0
|\
| * [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-132-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos
* | Update main view stylingAlexander Tseung2018-01-111-0/+128
|/
* Adds button for opening app in main browser window in extension.Dan2017-12-131-0/+15
|
* Add Info sectionAlexander Tseung2017-10-261-0/+0
|
* Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-251-0/+76
|\
| * Add ShapeShift UIChi Kei Chan2017-10-211-0/+76
| |
* | Account menu white check markChi Kei Chan2017-10-241-0/+14
| |
* | Adding Account Dropdown V2Chi Kei Chan2017-10-134-24/+57
| |
* | Add bolt and info icon vector imagessdtsui2017-08-232-0/+22
| |
* | Add Ethereum Logosdtsui2017-08-031-0/+11
|/
* Add Opera compatibilityDan Finlay2016-10-052-0/+0
| | | | | - Fix incorrect OS key - Add additional icon image sizes.
* Created option to pass in static file for fallback for logo.Kevin Serrano2016-08-241-0/+0
|
* Began reworking tx conf viewDan Finlay2016-07-071-0/+74
|
* add key.pngFrankie2016-06-221-0/+0
|
* icon fox eyes changed to navy blue everywhereZac Mitton2016-06-165-0/+0
|
* Add vlad icons to image folderDan Finlay2016-06-158-0/+161
|
* Remove old lock imagesDan Finlay2016-06-152-0/+0
|
* switched to icons instead of picturesZac Mitton2016-06-074-0/+0
|
* network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-024-0/+0
| | | | auto-updating yet
* Add seed word caching during confirmation screenDan Finlay2016-03-251-0/+1
| | | | | | | | In order to persist the seed word page until the user clicks the confirmation button, we need to store the seed words in localStorage. To simplify this process I've also reorganized some of the account manager code, broken up one large function into many smaller functions, and created a new class for the IdMgmt object. Again, sorry such a big refactor in one commit, but I really had to break it down to work through it.
* Add lock images to static repo.Dan Finlay2016-03-032-0/+0
| | | | | | | Having the ui in one project but the static resources in this one is a good sign that either: - We should have the UI in this project. - We should find a way to keep the static resources in the UI repo.
* update icon assetskumavis2015-08-024-0/+0
|
* metamask provider skeletonkumavis2015-08-015-0/+0
|
* init commitkumavis2015-08-014-0/+0