aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/wallet-view.js
Commit message (Expand)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-246/+0
* Fix missing this reference in addtoken button onclick method (#6245)Dan J Miller2019-03-061-1/+2
* Metametrics fixes (#6238)Dan J Miller2019-03-061-3/+3
* Metametrics (#6171)Dan J Miller2019-03-051-1/+15
* Fixed issue #5838 (#6001)Jonathan Smirnoff2019-02-141-1/+2
* Refactor BalanceComponent to jsx (#6048)Alexander Tseung2019-01-211-1/+1
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-011-1/+1
* Fix blockies icons overriding contract map icons. Refactor Identicon componen...Alexander Tseung2018-10-251-1/+1
* Add Activity Log entry for onchain failures for a transaction. Change scrolli...Alexander Tseung2018-10-231-1/+0
* Extract Add Token button into its own componentWhymarrh Whitby2018-10-181-11/+19
* Add raised type buttons to Button component. Refactor all buttons within app ...Alexander Tseung2018-09-131-1/+5
* Rewrite Tooltip component as ES6Whymarrh Whitby2018-09-091-1/+1
* Adds sidebar component and refactors slide in wallet view sidebar to use it.Dan Miller2018-08-291-1/+1
* Refactor home screen and remove unused filesAlexander Tseung2018-08-241-1/+6
* ui readybrunobar792018-08-171-3/+13
* Show first four characters of account after 0x in walletWhymarrh Whitby2018-07-181-1/+1
* Remove selectedIdentity prop from wallet viewWhymarrh Whitby2018-06-061-5/+3
* Ensure selectedAddress exists when render walletWhymarrh Whitby2018-06-061-0/+4
* Add new unlock screen designAlexander Tseung2018-05-121-1/+5
* Show checksummed addresses throughout the UIbitpshr2018-04-181-3/+6
* Fix merge conflictsAlexander Tseung2018-03-311-5/+10
|\
| * Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-5/+11
* | Fix i18n merge conflictsAlexander Tseung2018-03-301-6/+5
|\|
| * Merge branch 'master' into i18n-translator-reduxDan2018-03-271-1/+1
| |\
| * | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-5/+4
| * | Handle i18n with redux.Dan2018-03-161-6/+6
* | | Fix merge conflictsAlexander Tseung2018-03-271-5/+6
|\ \ \ | | |/ | |/|
| * | Update button stylesAlexander Tseung2018-03-261-1/+1
| |/
| * Merge branch 'master' into i18nDan2018-03-071-10/+26
| |\
| * | complete i18n across new UINick Doiron2018-01-301-2/+2
| * | get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
| * | first steps to i18nNick Doiron2018-01-231-4/+4
* | | Fix merge conflicts from uat-nextAlexander Tseung2018-02-011-10/+26
|\ \ \ | | |/ | |/|
| * | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120)Dan J Miller2018-02-011-10/+26
| |/
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-2/+2
|\|
| * Update styling for buttons, font weightsAlexander Tseung2018-01-121-2/+2
* | Fix lint errorsAlexander Tseung2017-12-151-1/+0
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-5/+9
|/
* Styling and UX changes on sidebarChi Kei Chan2017-10-251-10/+12
* Hide sidebar on add tokenChi Kei Chan2017-10-251-1/+4
* Change clickable area for account detail; change network dot sizeChi Kei Chan2017-10-241-2/+4
* Add "Add Token" button to side barChi Kei Chan2017-10-241-0/+5
* New Sidebar upliftChi Kei Chan2017-10-241-56/+36
* Fix selectorsChi Kei Chan2017-10-201-2/+2
* wipChi Kei Chan2017-10-181-1/+0
* Fix Import Account link not hiding sidebarAlexander Tseung2017-10-161-1/+2
* Close sidebar on token selection.Dan2017-09-291-2/+11
* Add Contract Tx List Item; Update Token Tx on selectChi Kei Chan2017-09-071-2/+2
* Show token balance and identiconChi Kei Chan2017-09-071-1/+1
* Adding Token transaction detail screenChi Kei Chan2017-09-061-24/+24
* Implement tokens list UIChi Kei Chan2017-09-061-1/+21
* Fix menu styleJacky Chan2017-09-051-1/+1
* Lint fixesDan2017-08-311-16/+13
* Remove fake transactions and balances from tx-list and wallet-view, respectivelysdtsui2017-08-231-32/+10
* Hook up selected account label display to main wallet viewsdtsui2017-08-211-4/+3
* Implement new dropdown design, integrate account balancessdtsui2017-08-211-1/+5
* Center account selection dropdown and specify useCssTransition propsdtsui2017-08-141-0/+2
* Extract dropdown component into components/dropdowns, hook up to appsdtsui2017-08-141-1/+1
* Fix odd relative position conflict so main icon is rounded - See flyswatter/j...sdtsui2017-08-141-22/+19
* Implement infinite scrolls (no lazy loading) for wallet viewsdtsui2017-08-121-147/+23
* [WIP] Begin fixing responsive layout with many walletssdtsui2017-08-111-0/+51
* Implement responsive wallet balancessdtsui2017-08-111-17/+129
* added logging for account balanceSimon Liang2017-08-101-1/+3
* reverted my changesSimon Liang2017-08-101-17/+17
* connected wallet view dropdown button with real dataSimon Liang2017-08-101-17/+17
* [WIP] Position account potions dropdown correctly and hook up to action creatorssdtsui2017-08-101-26/+25
* Opt for calculated values in absolutely positioned caretsdtsui2017-08-071-2/+5
* Improve positioning of caret and add reusable color for wallet viewsdtsui2017-08-071-21/+12
* Position account icon, name, and caretsdtsui2017-08-071-9/+55
* Move tx and wallet view styles to component classessdtsui2017-08-071-5/+1
* Cleanup before rebase on NewUI - need new version of AccountDropdownssdtsui2017-08-071-11/+2
* Refactor account name css - mobile viewssdtsui2017-08-071-5/+2
* Normalize sidebar dimensions and adjust hero button responsivenesssdtsui2017-08-071-3/+1
* Position account display and burger in mobile tx viewsdtsui2017-08-071-1/+1
* Implement 'clear buttons' for tx viewsdtsui2017-08-031-45/+0
* Isolate routing logic for isUnlocked, remove stray logssdtsui2017-08-031-2/+0
* Finalize height for main screens, excluding sidebarsdtsui2017-08-031-2/+0
* Implement custom sidebar, with close buttonsdtsui2017-08-031-2/+12
* Hook up responsive sidebarsdtsui2017-08-031-2/+2
* Make wallet view visible iff vw above 575pxsdtsui2017-08-031-1/+1
* Hook up send button to Send Token screensdtsui2017-08-011-1/+12
* Implement mobile-friendly responsive layout with flex wrapsdtsui2017-08-011-1/+4
* Add TxView, use width percentages instead of flex-grow for layoutsdtsui2017-08-011-1/+1
* Adjust button styles to left align with wallet textsdtsui2017-08-011-7/+4
* Adjust popup size to 545x450; refactor wallet view to fitsdtsui2017-08-011-54/+20
* Isolate wallet-content-display componentsdtsui2017-07-311-2/+8
* Add layout for Buy and Send buttonssdtsui2017-07-311-1/+44
* Add hyperscript for wallet display componentsdtsui2017-07-311-4/+48
* Center account name and dropdownssdtsui2017-07-311-5/+4
* Add note for later on isolating componentssdtsui2017-07-311-1/+1
* Add containers for wallet view and dropdown UIsdtsui2017-07-311-0/+81