| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify buy and send buttons color, border-radius and various size properties.... | Dan J Miller | 2017-08-23 | 2 | -4/+10 |
* | Remove border and apply background color to gas input | sdtsui | 2017-08-23 | 2 | -0/+10 |
* | 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 | 3 | -6/+7 |
* | Adjust zIndex and width for send screen | sdtsui | 2017-08-22 | 3 | -10/+17 |
* | [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 | 3 | -5/+9 |
* | 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 | 3 | -22/+60 |
* | Implement new dropdown design, integrate account balances | sdtsui | 2017-08-21 | 2 | -0/+16 |
* | Lint and cleanup all scss | sdtsui | 2017-08-14 | 19 | -244/+329 |
* | 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 | 4 | -1/+84 |
* | Cleanup SCSS and improve organization of color vars | sdtsui | 2017-08-11 | 9 | -54/+45 |
* | 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 |
* | Extract scss breakpoints into variables | sdtsui | 2017-08-11 | 1 | -0/+4 |
* | Implement widescreen layout for tx list | sdtsui | 2017-08-11 | 3 | -10/+44 |
* | Move Txs list item styles into classes | sdtsui | 2017-08-11 | 1 | -0/+44 |
* | Add new color for txs - dusty-gray | sdtsui | 2017-08-11 | 1 | -2/+4 |
* | Switch buy modal 'cancel' from text to button for accessibility | sdtsui | 2017-08-10 | 1 | -0/+10 |
* | Improve layout of buy buttons by tweaking text styles | sdtsui | 2017-08-10 | 1 | -1/+10 |
* | Add z indicies to settings-variables | sdtsui | 2017-08-09 | 1 | -1/+13 |
* | 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 | 2 | -3/+4 |
* | 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 | 4 | -24/+40 |
|\ |
|
| * | Cleanup breakpoint css + comment on hackiness | sdtsui | 2017-08-05 | 1 | -11/+14 |
| * | Adds early breakpoint from @frankiebee 's + @kumavis 's CR | sdtsui | 2017-08-05 | 1 | -0/+24 |
| * | Increase size of network dropdown | sdtsui | 2017-08-04 | 2 | -3/+8 |
| * | Remove 100% properties that were messing up sizing. | Kevin Serrano | 2017-08-04 | 1 | -2/+0 |
* | | 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 | 12 | -390/+337 |
* | | Move debug and colors to itcss | sdtsui | 2017-08-07 | 3 | -5/+33 |
* | | Remove output folder | sdtsui | 2017-08-07 | 3 | -1177/+1 |
* | | Remove unncessary sourcemaps from css output/ | sdtsui | 2017-08-07 | 14 | -1264/+0 |
* | | Organize app components scss | sdtsui | 2017-08-07 | 19 | -818/+2115 |
* | | Organize app components | sdtsui | 2017-08-07 | 3 | -133/+68 |
* | | Move generic button components and body styles to components and generic, res... | sdtsui | 2017-08-07 | 9 | -311/+358 |
* | | Move old colors intro settings/variables | sdtsui | 2017-08-07 | 2 | -8/+18 |
* | | Add inverted triangle css (itcss) folder structure | sdtsui | 2017-08-07 | 14 | -0/+14 |
* | | Cleanup css and gulpfile post-migration | sdtsui | 2017-08-07 | 3 | -1184/+3 |
* | | Migrate from css to scss + autoprefixer | sdtsui | 2017-08-07 | 9 | -1/+2369 |
* | | Add rough layout for flat layout tx details, add notes for breakpoints | sdtsui | 2017-08-03 | 1 | -3/+17 |
* | | Implement 'clear buttons' for tx view | sdtsui | 2017-08-03 | 1 | -0/+19 |
* | | Finalize sidebar dimensions | sdtsui | 2017-08-03 | 1 | -0/+30 |
* | | Finalize height for main screens, excluding sidebar | sdtsui | 2017-08-03 | 1 | -0/+4 |
* | | Finalize width of main container for all viewports | sdtsui | 2017-08-03 | 1 | -12/+19 |
* | | Make mobile view flush with header | sdtsui | 2017-08-03 | 1 | -1/+28 |
* | | Hook up css animation | sdtsui | 2017-08-03 | 1 | -0/+5 |
* | | Add burger icon and phone-visible media queries | sdtsui | 2017-08-03 | 1 | -4/+4 |
* | | Make wallet view visible iff vw above 575px | sdtsui | 2017-08-03 | 2 | -2/+23 |
* | | Use DIN OT in wallet view | sdtsui | 2017-08-01 | 1 | -5/+11 |
* | | Adjust button styles for Send Token screen | sdtsui | 2017-07-31 | 1 | -1/+1 |
* | | Simplify btn-green colors | sdtsui | 2017-07-30 | 2 | -4/+3 |
* | | Enhance button and input css reset to protect from user agent stylesheet | sdtsui | 2017-07-30 | 1 | -0/+4 |
* | | Add rounded background to total token, with minor styling tweaks | sdtsui | 2017-07-30 | 2 | -6/+7 |
* | | Center action buttons, add minor style adjustments | sdtsui | 2017-07-30 | 1 | -40/+58 |
* | | Center send token content; hook up 'Next' and 'Cancel' buttons | sdtsui | 2017-07-30 | 1 | -5/+1 |
* | | Add for use in main header | sdtsui | 2017-07-30 | 2 | -1/+3 |
* | | [WIP] Propose more scaleable color management | sdtsui | 2017-07-30 | 1 | -0/+2 |
|/ |
|
* | Set initial scale for mobile. | Dan Finlay | 2017-07-27 | 1 | -1/+1 |
* | Lots of flex rearrangement on account detail view | Dan Finlay | 2017-07-26 | 2 | -7/+40 |
* | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 2 | -3/+16 |
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 6 | -0/+1082 |
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 6 | -1082/+0 |
* | Add missing changes. Create unique style for rinkeby icon. | Kevin Serrano | 2017-04-26 | 1 | -0/+4 |
* | Initial redo attempt of the buy view to look like vladt's desighn | frankiebee | 2017-04-19 | 1 | -0/+41 |
* | Fix potential formatting issues for seed word display. | Kevin Serrano | 2017-03-29 | 1 | -1/+0 |
* | Merge branch 'master' into i1234-HardGasLimits-BrowserForm | Dan Finlay | 2017-03-23 | 1 | -1/+1 |
|\ |
|
| * | Modify css rule for unused hollow diamond. | Kevin Serrano | 2017-03-23 | 1 | -1/+1 |
* | | Merge branch 'master' into i1234-HardGasLimits-BrowserForm | Dan Finlay | 2017-03-23 | 1 | -1/+2 |
|\| |
|
| * | Adjust private key confirmation style and logic. | Kevin Serrano | 2017-03-21 | 1 | -1/+2 |
* | | Got basic validations working | Dan Finlay | 2017-03-23 | 1 | -6/+6 |
|/ |
|
* | Add more informative message | Kevin Serrano | 2017-03-09 | 1 | -0/+6 |
* | Improve pending tx blue dot style | Dan Finlay | 2017-02-24 | 1 | -4/+3 |
* | code clan up and tests | Frankie | 2017-02-02 | 1 | -3/+3 |
* | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -0/+10 |
* | Merge branch 'i328-MultiVault-v1' into i715-AddImportMenu | Dan Finlay | 2017-01-18 | 1 | -0/+8 |
|\ |
|
| * | Scaffold new account view | Dan Finlay | 2016-11-05 | 1 | -0/+8 |
* | | Make network somewhat more modular, add new network indicator. | Kevin Serrano | 2017-01-05 | 1 | -3/+0 |
* | | Show a "LOOSE" warning on accounts not belonging to HD Seed phrase | Dan Finlay | 2016-12-23 | 1 | -0/+17 |
* | | Revert "Interface enhancements" | Dan Finlay | 2016-12-17 | 1 | -2/+7 |
* | | Fixed header h1 alignment and network name | Luis Iván Cuende | 2016-12-15 | 1 | -3/+0 |
* | | Better editable label | Luis Iván Cuende | 2016-12-15 | 1 | -1/+1 |
* | | Beautified disclaimer | Luis Iván Cuende | 2016-12-14 | 1 | -3/+1 |
* | | Begin adding Ropsten support | Dan Finlay | 2016-11-22 | 1 | -1/+1 |
|/ |
|
* | Space out purchase details on ShapeShift form | Dan Finlay | 2016-09-16 | 1 | -2/+2 |
* | confTx - show disabled accept btn + add colors | kumavis | 2016-09-16 | 1 | -5/+21 |
* | Add qrcode-npm to package.json and swap out Qr Code generator api for node-mo... | Frankie | 2016-09-13 | 1 | -0/+6 |
* | Create a ShapeShift tx in tx History | Frankie | 2016-08-19 | 1 | -0/+4 |
* | Add multi message capability to Qr view for market info | Frankie | 2016-08-13 | 1 | -0/+10 |
* | Change buy forms so that they are their own view and add Qr-code | Frankie | 2016-08-13 | 1 | -0/+9 |
* | Merge branch 'master' into buyForm | Frankie | 2016-08-11 | 1 | -0/+5 |
|\ |
|
| * | Fix margin on provider checkmarks | Dan Finlay | 2016-07-29 | 1 | -0/+1 |
| * | Add eth classic to provider menu | Dan Finlay | 2016-07-29 | 1 | -0/+5 |
| * | Fix menu droppo issues caused by Chrome 52. | Kevin Serrano | 2016-07-27 | 1 | -0/+1 |
| * | Buy button (#474) | Frankie | 2016-07-22 | 1 | -0/+6 |
* | | Create "buy form" add shape shift | Frankie | 2016-08-11 | 1 | -0/+110 |
|/ |
|
* | Implement tx confirmation style refinements | Dan Finlay | 2016-07-08 | 1 | -4/+0 |
* | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-07 | 1 | -4/+13 |
|\ |
|
| * | Add light and ultraLight fonts | Frankie | 2016-07-06 | 1 | -4/+13 |
* | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -0/+6 |
|/ |
|
* | Put network status checkmarks at end of row | Dan Finlay | 2016-07-02 | 1 | -0/+3 |
* | Implemt new account layout | Frankie | 2016-07-01 | 2 | -8/+16 |
* | WIP: Working on new layout | Frankie | 2016-07-01 | 1 | -1/+1 |
* | Add network name to indicator and some css fixes | Frankie | 2016-06-30 | 1 | -0/+17 |
* | Modify network icons to reflect current design. (#355) | Kevin Serrano | 2016-06-29 | 1 | -12/+9 |
* | Fix out-of-place positioning of pending tx badges. (#354) | Kevin Serrano | 2016-06-29 | 1 | -2/+3 |
* | Change color of failure to yellow. Change pending to ellipsis. (#338) | Kevin Serrano | 2016-06-29 | 1 | -0/+5 |
* | Fix editable button so that it dosent float above the drop down menue | Frankie | 2016-06-25 | 1 | -4/+2 |
* | send-tx remove account select button | kumavis | 2016-06-25 | 1 | -0/+4 |
* | Swap out Transat font for Montserrat | Frankie | 2016-06-23 | 2 | -42/+14 |
* | Change export icon to key | Frankie | 2016-06-22 | 1 | -1/+2 |
* | Size export confirmation input | Frankie | 2016-06-13 | 1 | -1/+1 |
* | Change name-label css bug | Frankie | 2016-06-13 | 1 | -2/+1 |
* | Remove qr code icon and reorder to have clipboard first | Frankie | 2016-06-13 | 1 | -1/+4 |
* | Fix edit text | Frankie | 2016-06-13 | 1 | -6/+5 |
* | Add spacing in line items | Frankie | 2016-06-09 | 1 | -0/+2 |
* | Style up the info screen | Frankie | 2016-06-09 | 1 | -0/+18 |
* | Merge branch 'master' into uiFixes | Frankie | 2016-06-06 | 2 | -0/+23 |
|\ |
|
| * | Make morden sail blue | Dan Finlay | 2016-06-04 | 1 | -1/+1 |
| * | Add provider menu on clicking network status indicator. | Dan Finlay | 2016-06-04 | 1 | -2/+17 |
| * | Clicking network status indicator reveals provider menu | Dan Finlay | 2016-06-04 | 1 | -0/+4 |
| * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 1 | -0/+4 |
* | | Add css to resize and alighn input for editable lable | Frankie | 2016-06-06 | 1 | -0/+9 |
* | | Fix label size for edit label | Frankie | 2016-06-06 | 1 | -7/+3 |
* | | Add edit label | Frankie | 2016-06-06 | 1 | -0/+21 |
|/ |
|
* | Merge branch 'master' into i216 | Dan Finlay | 2016-05-27 | 2 | -0/+21 |
|\ |
|
| * | Add pending messages to sign to tx list | Dan Finlay | 2016-05-27 | 1 | -0/+19 |
| * | Center wallet nickname under identicon in tx confirmation screen | Dan Finlay | 2016-05-27 | 1 | -0/+2 |
* | | ui - redesign - init + vault create/restore + seed | kumavis | 2016-05-27 | 1 | -14/+8 |
|/ |
|
* | Add number indicating pending txs to account list | Dan Finlay | 2016-05-26 | 1 | -0/+14 |
* | Add copy address button to account list | Dan Finlay | 2016-05-24 | 1 | -0/+5 |
* | Fix up accounts list | Dan Finlay | 2016-05-21 | 2 | -12/+10 |
* | Add ability to add account to vault | Dan Finlay | 2016-05-21 | 1 | -0/+4 |
* | Improve tx list style | Dan Finlay | 2016-05-20 | 1 | -1/+4 |
* | ui - redesign - ether amount component | kumavis | 2016-05-19 | 1 | -0/+9 |
* | ui - redesign - sendTransaction | kumavis | 2016-05-19 | 2 | -36/+35 |
* | ui - redesign - unlock menu | kumavis | 2016-05-14 | 2 | -182/+51 |
* | ui - redesign - trans group + + account detail + tx list fixes | kumavis | 2016-05-14 | 2 | -2/+6 |
* | Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballs | Dan Finlay | 2016-05-11 | 2 | -3/+25 |
|\ |
|
| * | ui - redesign - account details | kumavis | 2016-05-11 | 2 | -3/+25 |
* | | Fixed transitions | Dan Finlay | 2016-05-11 | 1 | -27/+21 |
|/ |
|
* | ui - account list - fix select account | kumavis | 2016-05-11 | 1 | -0/+5 |
* | ui - redesign - app header + accounts selection | kumavis | 2016-05-11 | 3 | -15/+76 |
* | Fix button width transition bug | Dan Finlay | 2016-05-05 | 1 | -0/+1 |
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 6 | -0/+750 |