Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Implement Confirm Deploy Contract screen | Chi Kei Chan | 2017-09-27 | 2 | -2/+7 | |
| | | ||||||
* | | Connect export key modal to state and enable actions. | Dan | 2017-09-27 | 1 | -1/+27 | |
| | | ||||||
* | | Export private key modal body ui. | Dan | 2017-09-26 | 2 | -1/+70 | |
| | | ||||||
* | | Exports private key modal opens from dropdown. | Dan | 2017-09-24 | 1 | -35/+38 | |
| | | ||||||
* | | Add Confirm Send token screen | Chi Kei Chan | 2017-09-23 | 1 | -0/+6 | |
| | | ||||||
* | | New account modal now allows for addition of account name. | Dan | 2017-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | ReadOnlyInput component. | Dan | 2017-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Client side error handling for from, to and amount fields in send.js | Dan | 2017-09-23 | 1 | -0/+15 | |
| | | ||||||
* | | Integrate Add Token | Chi Kei Chan | 2017-09-22 | 2 | -5/+100 | |
| | | ||||||
* | | Abstract account modal. | Dan | 2017-09-22 | 1 | -27/+30 | |
| | | ||||||
* | | Add Token UI - hover/select state; fetch token address | Chi Kei Chan | 2017-09-21 | 2 | -2/+14 | |
| | | ||||||
* | | Add Add Token UI; Add Fuzzy search for tokens | Chi Kei Chan | 2017-09-20 | 2 | -0/+175 | |
| | | ||||||
* | | Buy Modal Styling | Chi Kei Chan | 2017-09-20 | 1 | -7/+13 | |
| | | ||||||
* | | Merge branch 'master' into nm | Chi Kei Chan | 2017-09-19 | 1 | -1/+1 | |
|\| | ||||||
| * | Readd loose label onto accounts. | Kevin Serrano | 2017-08-10 | 1 | -2/+3 | |
| | | ||||||
* | | Ensures that new accounts are only created from the modal, and not when ↵ | Dan | 2017-09-16 | 1 | -0/+1 | |
| | | | | | | | | clicking 'Create New Account' | |||||
* | | Make send token responsive; fix desktop send modal height | Chi Kei Chan | 2017-09-15 | 1 | -4/+24 | |
| | | ||||||
* | | Add responsive UI to send ether modal | Chi Kei Chan | 2017-09-15 | 5 | -12/+38 | |
| | | ||||||
* | | Style send ether screen | Chi Kei Chan | 2017-09-14 | 1 | -36/+56 | |
| | | ||||||
* | | Show token tx properly | Chi Kei Chan | 2017-09-14 | 1 | -11/+7 | |
| | | ||||||
* | | Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate | Chi Kei Chan | 2017-09-14 | 1 | -4/+55 | |
| | | ||||||
* | | Enables Cancel button in confirmation screen. | Dan | 2017-09-14 | 1 | -0/+1 | |
| | | ||||||
* | | Add token exchange rates | Chi Kei Chan | 2017-09-13 | 1 | -0/+11 | |
| | | ||||||
* | | Improve styling in Confirmation Screen; Show decoded send token data | Chi Kei Chan | 2017-09-13 | 1 | -36/+68 | |
| | | ||||||
* | | [NewUI] Color tx-list-item text depending on transaction status. (#2050) | Dan J Miller | 2017-09-13 | 2 | -0/+19 | |
| | | | | | | | | | | | | | | | | * Color tx-list-item text depending on transaction status. * Handle css change of text colour with scss instead on inline styles, add classnames package and helper function. * Refactored to use classnames with component property className. | |||||
* | | Add frontend validation to send-token | Chi Kei Chan | 2017-09-12 | 4 | -3/+26 | |
| | | ||||||
* | | [New-UI] Confirm Screen restyle and connect to state (#2042) | Dan J Miller | 2017-09-12 | 4 | -0/+240 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds utility for converting currencies (WIP) * Implements confirm screen * Style tweaks. * Confirm screen total ammount now uses real data. * Confirm screen total ammount now uses real data. * Replace content divider with sibling css. * Replace section divider with scss. | |||||
* | | Add buttons; handle back; add yarn.lock | Chi Kei Chan | 2017-09-12 | 3 | -15/+53 | |
| | | ||||||
* | | Use transparent border for consistent size with and without border. | Dan | 2017-09-12 | 1 | -1/+1 | |
| | | ||||||
* | | Cleaner css for circle icon. | Dan | 2017-09-12 | 1 | -7/+19 | |
| | | ||||||
* | | Adds title, divider and descriptive text to network dropdown. | Dan | 2017-09-12 | 1 | -0/+34 | |
| | | ||||||
* | | Highlighted circle icons for the network menu. | Dan | 2017-09-12 | 2 | -0/+21 | |
| | | ||||||
* | | Style send token screen | Chi Kei Chan | 2017-09-11 | 2 | -1/+30 | |
| | | ||||||
* | | Use width 100 and margin for the new modal input. | Dan | 2017-09-09 | 1 | -1/+2 | |
| | | ||||||
* | | Tweak styles in new-account-modal. | Dan | 2017-09-09 | 1 | -7/+16 | |
| | | ||||||
* | | Fix css merge conflicts | Chi Kei Chan | 2017-09-08 | 1 | -1/+1 | |
| | | ||||||
* | | Account-detail address is a readonly input. | Dan | 2017-09-08 | 1 | -0/+3 | |
| | | ||||||
* | | Remove highlight on modal | Dan | 2017-09-08 | 1 | -0/+4 | |
| | | ||||||
* | | Touch up style of account-details-modal. | Dan | 2017-09-08 | 2 | -12/+25 | |
| | | ||||||
* | | Link user from transaction list to etherscan if they have a transaction hash. | Dan | 2017-09-08 | 1 | -1/+6 | |
| | | ||||||
* | | Improve tx-list item hover scss. | Dan | 2017-09-08 | 1 | -3/+3 | |
| | | ||||||
* | | Create tx-list-item component. | Dan | 2017-09-08 | 1 | -0/+16 | |
| | | ||||||
* | | Fix font sizes on Send Token | Chi Kei Chan | 2017-09-07 | 1 | -3/+3 | |
| | | ||||||
* | | Send Token screen partial UI | Chi Kei Chan | 2017-09-07 | 1 | -0/+41 | |
| | | ||||||
* | | Add Contract Tx List Item; Update Token Tx on select | Chi Kei Chan | 2017-09-07 | 3 | -34/+57 | |
| | | ||||||
* | | Adding Token transaction detail screen | Chi Kei Chan | 2017-09-06 | 2 | -4/+19 | |
| | | ||||||
* | | Implement tokens list UI | Chi Kei Chan | 2017-09-06 | 4 | -2/+38 | |
| | | ||||||
* | | Remove wallet-view scrollbars. | Dan | 2017-09-05 | 1 | -0/+6 | |
| | | ||||||
* | | Touch up transaction list item styles, remove main-content scroll bars, ↵ | Dan | 2017-09-05 | 3 | -11/+22 | |
| | | | | | | | | align buttons with main-content.. | |||||
* | | Fix styling of buy and send buttons on main screen. | Dan | 2017-09-05 | 1 | -5/+4 | |
| | | ||||||
* | | Capitalizations via text-transform for main screen transactions. | Dan | 2017-09-05 | 1 | -0/+5 | |
| | | ||||||
* | | Adjust left margin in main container. | Dan | 2017-09-05 | 4 | -5/+12 | |
| | | ||||||
* | | Fix header style; Address comments | Chi Kei Chan | 2017-09-05 | 4 | -18/+35 | |
| | | ||||||
* | | Fix menu style | Jacky Chan | 2017-09-05 | 2 | -1/+23 | |
| | | ||||||
* | | Use flex to ensure network name does not wrap. | Dan | 2017-09-01 | 1 | -0/+1 | |
| | | ||||||
* | | Adjust z-index of header so that it stays in place when scrolling. | Dan | 2017-09-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix margin, padding, height for header. | Dan | 2017-09-01 | 2 | -5/+17 | |
| | | ||||||
* | | Fixed network font | Dan | 2017-09-01 | 1 | -0/+2 | |
| | | ||||||
* | | Fixes lint errors and adds stylelint-config-standard to package.json | Dan | 2017-08-31 | 6 | -58/+55 | |
| | | ||||||
* | | Minor clean up. | Dan | 2017-08-30 | 1 | -0/+5 | |
| | | ||||||
* | | Replace Avenir Next with alternative. | Dan | 2017-08-30 | 2 | -1/+8 | |
| | | ||||||
* | | Center tooltip on small screen size by using flexbox | Dan | 2017-08-30 | 1 | -1/+0 | |
| | | ||||||
* | | Refactor for clean handling of tooltip close. | Dan | 2017-08-29 | 1 | -0/+9 | |
| | | ||||||
* | | Styles and behaviour correct | Dan | 2017-08-29 | 2 | -2/+3 | |
| | | ||||||
* | | Final styling improvements for tooltip; plus a few for send form. | Dan | 2017-08-26 | 1 | -6/+12 | |
| | | ||||||
* | | Updating current currency from send form. | Dan | 2017-08-26 | 1 | -0/+8 | |
| | | ||||||
* | | 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 | 2 | -3/+89 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Account details modal styling changes. * Tweaking styles. * New account modal re-styling. * Tweaks to paddings, margins, font sizes, colors and modal dimensions. * Replace colour codes with variables. | |||||
* | | Patch 2 account details modal (#1957) | Dan J Miller | 2017-08-25 | 1 | -0/+44 | |
| | | | | | | | | | | | | * Account details modal styling changes. * Tweaking styles. | |||||
* | | Modify buy and send buttons color, border-radius and various size ↵ | Dan J Miller | 2017-08-23 | 2 | -4/+10 | |
| | | | | | | | | properties. (#1956) | |||||
* | | 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 ↵ | sdtsui | 2017-08-11 | 1 | -2/+4 | |
| | | | | | | | | for laptop | |||||
* | | 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 ↵ | sdtsui | 2017-08-11 | 2 | -8/+42 | |
| | | | | | | | | (full-height) vs laptop (tx-view-only) | |||||
* | | 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 ↵ | Simon Liang | 2017-08-08 | 1 | -3/+20 | |
| | | | | | | | | account name | |||||
* | | 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, ↵ | sdtsui | 2017-08-07 | 9 | -311/+358 | |
| | | | | | | | | respectively | |||||
* | | 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 | |
| | | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor. | |||||
* | 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 | |
| | | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern | |||||
* | 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 | |
|/ | | | | | | | | Ropsten links will still not work until Etherscan publishes their ropsten link format. At that time we will need to update ui/lib/account-link.js Otherwise, fixes #831 | |||||
* | 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 ↵ | Frankie | 2016-09-13 | 1 | -0/+6 | |
| | | | | node-module | |||||
* | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: Buy button link * Add buy eth and the buy eth warning message * Add css * Move the opening of coinbase page to background and send to faucet if on test net * Create a Warning about storeing eth * Finish Buy button and Eth store warning screen * Add to CHANGELOG * fix frankies deletion and change chrome to extension | |||||
* | | 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 | |
| | | | | | -also fix custom net work bug in drop down where it thinks local:8545 is custom. | |||||
* | Modify network icons to reflect current design. (#355) | Kevin Serrano | 2016-06-29 | 1 | -12/+9 | |
| | | | | | | * Modify network icons to reflect current design. * Switch icons around. | |||||
* | 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 | |
| | | | | | | * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog. | |||||
* | 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 | |
| | | | | and edit label alighment | |||||
* | 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 | |
| | | | | | | | | Also simplifies network status icons. | |||||
| * | 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 | |
| | | | | | Fix hover styles to not grow. Fix back button on accounts list. | |||||
* | Add ability to add account to vault | Dan Finlay | 2016-05-21 | 1 | -0/+4 | |
| | | | | | | | | Scrolling to the bottom of the accounts page now reveals a downward-facing chevron button. Pressing this button shows loading indication, adds a new account to the identity vault, displays it in the list, and scrolls the list to the bottom of the page. Any number of accounts can be generated in this way, and the UX feels intuitive without having to overly explain how HD paths work. | |||||
* | Improve tx list style | Dan Finlay | 2016-05-20 | 1 | -1/+4 | |
| | | | | Tx list no longer enlarges on hover, and failed transactions no longer have hover styles nor direct to an explorer page. | |||||
* | 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 | |
| | | | | Fixes #160 | |||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 6 | -0/+750 | |