| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor tooltip to remove external lib; tooltip now updating gas fee in parent. | Dan | 2017-08-26 | 1 | -3/+90 |
* | Toggling tooltip. | Dan | 2017-08-26 | 1 | -0/+11 |
* | Add 'customize' text to gas input. | Dan | 2017-08-26 | 1 | -1/+11 |
* | Patch 3 new account modal (#1962) | Dan J Miller | 2017-08-25 | 1 | -3/+87 |
* | Patch 2 account details modal (#1957) | Dan J Miller | 2017-08-25 | 1 | -0/+44 |
* | Modify buy and send buttons color, border-radius and various size properties.... | Dan J Miller | 2017-08-23 | 1 | -4/+9 |
* | Remove border and apply background color to gas input | sdtsui | 2017-08-23 | 1 | -0/+9 |
* | Add layout and props for send screen inputs | sdtsui | 2017-08-23 | 1 | -1/+21 |
* | [WIP] - Styling Send Screen - Need to bring in data contract for signTx | sdtsui | 2017-08-23 | 1 | -0/+10 |
* | Tweak z-indicies | sdtsui | 2017-08-22 | 2 | -4/+3 |
* | Adjust zIndex and width for send screen | sdtsui | 2017-08-22 | 2 | -7/+12 |
* | [WIP] Tweak Send Screen Styles | sdtsui | 2017-08-22 | 3 | -11/+33 |
* | Hook up identicon and buttons to AccountDetailsModal, clean up colors | sdtsui | 2017-08-22 | 2 | -5/+8 |
* | Integrate old QR component with new modal layout | sdtsui | 2017-08-22 | 2 | -5/+6 |
* | Add wrapper CSS for NewAccountModal | sdtsui | 2017-08-21 | 1 | -1/+10 |
* | Add wrapper CSS for AccountDetailsModal | sdtsui | 2017-08-21 | 1 | -0/+9 |
* | Hook up actions to EditAccountNameModal | sdtsui | 2017-08-21 | 2 | -21/+59 |
* | Implement new dropdown design, integrate account balances | sdtsui | 2017-08-21 | 2 | -0/+16 |
* | Lint and cleanup all scss | sdtsui | 2017-08-14 | 10 | -123/+132 |
* | Implement infinite scrolls (no lazy loading) for wallet view | sdtsui | 2017-08-12 | 2 | -8/+21 |
* | [WIP] Begin fixing responsive layout with many wallets | sdtsui | 2017-08-11 | 1 | -2/+6 |
* | Allow fullscreen scrolling on mobile view, while retaining in-window scroll f... | sdtsui | 2017-08-11 | 1 | -2/+4 |
* | Implement responsive wallet balances | sdtsui | 2017-08-11 | 3 | -1/+83 |
* | Cleanup SCSS and improve organization of color vars | sdtsui | 2017-08-11 | 5 | -43/+21 |
* | Add UI tweaks, including separation of overflow logic for mobile (full-height... | sdtsui | 2017-08-11 | 2 | -8/+42 |
* | Improve text positioning on mobile view | sdtsui | 2017-08-11 | 2 | -26/+50 |
* | Implement widescreen layout for tx list | sdtsui | 2017-08-11 | 2 | -9/+43 |
* | Move Txs list item styles into classes | sdtsui | 2017-08-11 | 1 | -0/+44 |
* | Improve layout of buy buttons by tweaking text styles | sdtsui | 2017-08-10 | 1 | -1/+10 |
* | Add an additional font-size breakpoint for buy modal on the largest screens | sdtsui | 2017-08-09 | 1 | -1/+19 |
* | Add minor positioning tweaks for buy modal, laptop view | sdtsui | 2017-08-09 | 1 | -3/+8 |
* | Move inline styles out into explicitly named BEM classes | sdtsui | 2017-08-09 | 1 | -16/+50 |
* | Implement modal content for buy flow - mobile view | sdtsui | 2017-08-09 | 2 | -5/+63 |
* | Add note for responsive modal styles | sdtsui | 2017-08-09 | 1 | -0/+5 |
* | extracted balance component and renders to the format, also wired in the acco... | Simon Liang | 2017-08-08 | 1 | -3/+20 |
* | Opt for calculated values in absolutely positioned caret | sdtsui | 2017-08-07 | 1 | -0/+3 |
* | Improve positioning of caret and add reusable color for wallet view | sdtsui | 2017-08-07 | 1 | -2/+2 |
* | Position account icon, name, and caret | sdtsui | 2017-08-07 | 1 | -4/+21 |
* | Move tx and wallet view styles to component classes | sdtsui | 2017-08-07 | 1 | -1/+15 |
* | Merge branch 'NewUI' into feat/mm-ui-5-merged | sdtsui | 2017-08-07 | 2 | -20/+1 |
* | Refactor account name css - mobile views | sdtsui | 2017-08-07 | 2 | -2/+8 |
* | Refactor app-header css, including box shadow and z-index | sdtsui | 2017-08-07 | 2 | -2/+40 |
* | Add fine css tweaks to hero balance - laptop | sdtsui | 2017-08-07 | 1 | -20/+10 |
* | Adjust hero balance on mobile | sdtsui | 2017-08-07 | 1 | -26/+31 |
* | Adjust size of buttons for 576-780+px range | sdtsui | 2017-08-07 | 1 | -19/+5 |
* | Fix font size of eth display for 576-780px vw | sdtsui | 2017-08-07 | 1 | -1/+20 |
* | Normalize sidebar dimensions and adjust hero button responsiveness | sdtsui | 2017-08-07 | 2 | -20/+55 |
* | Implement hero balance UI, mobile | sdtsui | 2017-08-07 | 2 | -0/+54 |
* | Disable debug styles | sdtsui | 2017-08-07 | 1 | -17/+17 |
* | Move remaining debug, fonts, reset, and transitions into inverted triangle | sdtsui | 2017-08-07 | 1 | -1/+1 |
* | Move debug and colors to itcss | sdtsui | 2017-08-07 | 1 | -1/+23 |
* | Remove output folder | sdtsui | 2017-08-07 | 1 | -1/+1 |
* | Organize app components scss | sdtsui | 2017-08-07 | 7 | -67/+645 |
* | Organize app components | sdtsui | 2017-08-07 | 1 | -1/+67 |
* | Move generic button components and body styles to components and generic, res... | sdtsui | 2017-08-07 | 2 | -0/+84 |
* | Add inverted triangle css (itcss) folder structure | sdtsui | 2017-08-07 | 1 | -0/+0 |