| Commit message (Expand) | Author | Age | Files | Lines |
* | Add raised type buttons to Button component. Refactor all buttons within app ... | Alexander Tseung | 2018-09-13 | 1 | -1/+5 |
* | Rewrite Tooltip component as ES6 | Whymarrh Whitby | 2018-09-09 | 1 | -1/+1 |
* | Adds sidebar component and refactors slide in wallet view sidebar to use it. | Dan Miller | 2018-08-29 | 1 | -1/+1 |
* | Refactor home screen and remove unused files | Alexander Tseung | 2018-08-24 | 1 | -1/+6 |
* | ui ready | brunobar79 | 2018-08-17 | 1 | -3/+13 |
* | Show first four characters of account after 0x in wallet | Whymarrh Whitby | 2018-07-18 | 1 | -1/+1 |
* | Remove selectedIdentity prop from wallet view | Whymarrh Whitby | 2018-06-06 | 1 | -5/+3 |
* | Ensure selectedAddress exists when render wallet | Whymarrh Whitby | 2018-06-06 | 1 | -0/+4 |
* | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 1 | -1/+5 |
* | Show checksummed addresses throughout the UI | bitpshr | 2018-04-18 | 1 | -3/+6 |
* | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 1 | -5/+10 |
|\ |
|
| * | Removes t from props via metamask-connect and instead places it on context vi... | Dan | 2018-03-29 | 1 | -5/+11 |
* | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 1 | -6/+5 |
|\| |
|
| * | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -1/+1 |
| |\ |
|
| * | | i18n redux solution doesn't require importing t() and passing state to each t... | Dan | 2018-03-22 | 1 | -5/+4 |
| * | | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -6/+6 |
* | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 1 | -5/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | Update button styles | Alexander Tseung | 2018-03-26 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'master' into i18n | Dan | 2018-03-07 | 1 | -10/+26 |
| |\ |
|
| * | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 1 | -2/+2 |
| * | | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 1 | -0/+1 |
| * | | first steps to i18n | Nick Doiron | 2018-01-23 | 1 | -4/+4 |
* | | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 1 | -10/+26 |
|\ \ \
| | |/
| |/| |
|
| * | | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120) | Dan J Miller | 2018-02-01 | 1 | -10/+26 |
| |/ |
|
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 1 | -2/+2 |
|\| |
|
| * | Update styling for buttons, font weights | Alexander Tseung | 2018-01-12 | 1 | -2/+2 |
* | | Fix lint errors | Alexander Tseung | 2017-12-15 | 1 | -1/+0 |
* | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 1 | -5/+9 |
|/ |
|
* | Styling and UX changes on sidebar | Chi Kei Chan | 2017-10-25 | 1 | -10/+12 |
* | Hide sidebar on add token | Chi Kei Chan | 2017-10-25 | 1 | -1/+4 |
* | Change clickable area for account detail; change network dot size | Chi Kei Chan | 2017-10-24 | 1 | -2/+4 |
* | Add "Add Token" button to side bar | Chi Kei Chan | 2017-10-24 | 1 | -0/+5 |
* | New Sidebar uplift | Chi Kei Chan | 2017-10-24 | 1 | -56/+36 |
* | Fix selectors | Chi Kei Chan | 2017-10-20 | 1 | -2/+2 |
* | wip | Chi Kei Chan | 2017-10-18 | 1 | -1/+0 |
* | Fix Import Account link not hiding sidebar | Alexander Tseung | 2017-10-16 | 1 | -1/+2 |
* | Close sidebar on token selection. | Dan | 2017-09-29 | 1 | -2/+11 |
* | Add Contract Tx List Item; Update Token Tx on select | Chi Kei Chan | 2017-09-07 | 1 | -2/+2 |
* | Show token balance and identicon | Chi Kei Chan | 2017-09-07 | 1 | -1/+1 |
* | Adding Token transaction detail screen | Chi Kei Chan | 2017-09-06 | 1 | -24/+24 |
* | Implement tokens list UI | Chi Kei Chan | 2017-09-06 | 1 | -1/+21 |
* | Fix menu style | Jacky Chan | 2017-09-05 | 1 | -1/+1 |
* | Lint fixes | Dan | 2017-08-31 | 1 | -16/+13 |
* | Remove fake transactions and balances from tx-list and wallet-view, respectively | sdtsui | 2017-08-23 | 1 | -32/+10 |
* | Hook up selected account label display to main wallet view | sdtsui | 2017-08-21 | 1 | -4/+3 |
* | Implement new dropdown design, integrate account balances | sdtsui | 2017-08-21 | 1 | -1/+5 |
* | Center account selection dropdown and specify useCssTransition prop | sdtsui | 2017-08-14 | 1 | -0/+2 |
* | Extract dropdown component into components/dropdowns, hook up to app | sdtsui | 2017-08-14 | 1 | -1/+1 |
* | Fix odd relative position conflict so main icon is rounded - See flyswatter/j... | sdtsui | 2017-08-14 | 1 | -22/+19 |
* | Implement infinite scrolls (no lazy loading) for wallet view | sdtsui | 2017-08-12 | 1 | -147/+23 |
* | [WIP] Begin fixing responsive layout with many wallets | sdtsui | 2017-08-11 | 1 | -0/+51 |
* | Implement responsive wallet balances | sdtsui | 2017-08-11 | 1 | -17/+129 |
* | added logging for account balance | Simon Liang | 2017-08-10 | 1 | -1/+3 |
* | reverted my changes | Simon Liang | 2017-08-10 | 1 | -17/+17 |
* | connected wallet view dropdown button with real data | Simon Liang | 2017-08-10 | 1 | -17/+17 |
* | [WIP] Position account potions dropdown correctly and hook up to action creators | sdtsui | 2017-08-10 | 1 | -26/+25 |
* | Opt for calculated values in absolutely positioned caret | sdtsui | 2017-08-07 | 1 | -2/+5 |
* | Improve positioning of caret and add reusable color for wallet view | sdtsui | 2017-08-07 | 1 | -21/+12 |
* | Position account icon, name, and caret | sdtsui | 2017-08-07 | 1 | -9/+55 |
* | Move tx and wallet view styles to component classes | sdtsui | 2017-08-07 | 1 | -5/+1 |
* | Cleanup before rebase on NewUI - need new version of AccountDropdowns | sdtsui | 2017-08-07 | 1 | -11/+2 |
* | Refactor account name css - mobile views | sdtsui | 2017-08-07 | 1 | -5/+2 |
* | Normalize sidebar dimensions and adjust hero button responsiveness | sdtsui | 2017-08-07 | 1 | -3/+1 |
* | Position account display and burger in mobile tx view | sdtsui | 2017-08-07 | 1 | -1/+1 |
* | Implement 'clear buttons' for tx view | sdtsui | 2017-08-03 | 1 | -45/+0 |
* | Isolate routing logic for isUnlocked, remove stray logs | sdtsui | 2017-08-03 | 1 | -2/+0 |
* | Finalize height for main screens, excluding sidebar | sdtsui | 2017-08-03 | 1 | -2/+0 |
* | Implement custom sidebar, with close button | sdtsui | 2017-08-03 | 1 | -2/+12 |
* | Hook up responsive sidebar | sdtsui | 2017-08-03 | 1 | -2/+2 |
* | Make wallet view visible iff vw above 575px | sdtsui | 2017-08-03 | 1 | -1/+1 |
* | Hook up send button to Send Token screen | sdtsui | 2017-08-01 | 1 | -1/+12 |
* | Implement mobile-friendly responsive layout with flex wrap | sdtsui | 2017-08-01 | 1 | -1/+4 |
* | Add TxView, use width percentages instead of flex-grow for layout | sdtsui | 2017-08-01 | 1 | -1/+1 |
* | Adjust button styles to left align with wallet text | sdtsui | 2017-08-01 | 1 | -7/+4 |
* | Adjust popup size to 545x450; refactor wallet view to fit | sdtsui | 2017-08-01 | 1 | -54/+20 |
* | Isolate wallet-content-display component | sdtsui | 2017-07-31 | 1 | -2/+8 |
* | Add layout for Buy and Send buttons | sdtsui | 2017-07-31 | 1 | -1/+44 |
* | Add hyperscript for wallet display component | sdtsui | 2017-07-31 | 1 | -4/+48 |
* | Center account name and dropdowns | sdtsui | 2017-07-31 | 1 | -5/+4 |
* | Add note for later on isolating components | sdtsui | 2017-07-31 | 1 | -1/+1 |
* | Add containers for wallet view and dropdown UI | sdtsui | 2017-07-31 | 1 | -0/+81 |