Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merge branch 'master' into mmn | Chi Kei Chan | 2017-09-28 | 49 | -1911/+2200 | |
|/| | | | | | | ||||||
* | | | | | | | Use font-awesome icons for create and import account. | Dan | 2017-09-28 | 1 | -9/+5 | |
| | | | | | | | ||||||
* | | | | | | | Makes styling fixes to account dropdown. | Dan | 2017-09-28 | 2 | -10/+12 | |
| | | | | | | | ||||||
* | | | | | | | Keep privateKey out of state and clear it after closing export private key ↵ | Dan | 2017-09-28 | 2 | -20/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | modal. | |||||
* | | | | | | | Adds a back button to export private key modal; connects account details to ↵ | Dan | 2017-09-28 | 5 | -6/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | same modal. | |||||
* | | | | | | | Implement Confirm Deploy Contract screen | Chi Kei Chan | 2017-09-27 | 4 | -2/+357 | |
| | | | | | | | ||||||
* | | | | | | | Update the correct values in state when estimates are received. | Dan | 2017-09-27 | 2 | -18/+15 | |
| | | | | | | | ||||||
* | | | | | | | Gets gas and price estimates when send components mount. | Dan | 2017-09-27 | 3 | -42/+27 | |
| | | | | | | | ||||||
* | | | | | | | Restore notification functionality | Dan | 2017-09-27 | 2 | -0/+14 | |
| | | | | | | | ||||||
* | | | | | | | Return null if transaction.key is shapeshift | Chi Kei Chan | 2017-09-27 | 2 | -53/+18 | |
| | | | | | | | ||||||
* | | | | | | | Connect export key modal to state and enable actions. | Dan | 2017-09-27 | 3 | -15/+104 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #2157 from danjm/MM-57-use-gas-estimator | Chi Kei Chan | 2017-09-26 | 3 | -29/+183 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [NewUI] Estimate gasPrice and gasLimit in send screen. | |||||
| * \ \ \ \ \ \ | Merge branch 'NewUI-flat' into MM-57-use-gas-estimator | Chi Kei Chan | 2017-09-26 | 5 | -4/+104 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Remove unnecessary trailing comma. | Dan | 2017-09-26 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Select all in to and from of send screens, instead of clearing on focus. | Dan | 2017-09-26 | 2 | -15/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Able to change selections in to and from fields of send and send token. | Dan | 2017-09-26 | 2 | -2/+19 | |
| | | | | | | | | ||||||
* | | | | | | | | Export private key modal body ui. | Dan | 2017-09-26 | 3 | -1/+92 | |
| | | | | | | | | ||||||
| * | | | | | | | Send token now estimates gas and price. | Dan | 2017-09-26 | 1 | -8/+37 | |
| | | | | | | | | ||||||
| * | | | | | | | Refactor to store estimated gas and price in local state, return promise ↵ | Dan | 2017-09-26 | 3 | -81/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from actions. | |||||
| * | | | | | | | Estimate gasPrice and gasLimit in send screen. | Dan | 2017-09-26 | 3 | -7/+126 | |
| | | | | | | | | ||||||
| * | | | | | | | Update send token to handle errors onBlur events and prevent clicking send ↵ | Dan | 2017-09-26 | 1 | -12/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | until all errors handled | |||||
| * | | | | | | | Handles errors with to field and renders warnings from backend in send token. | Dan | 2017-09-26 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Exports private key modal opens from dropdown. | Dan | 2017-09-24 | 4 | -54/+110 | |
| | | | | | | | ||||||
* | | | | | | | Add Confirm Send token screen | Chi Kei Chan | 2017-09-23 | 6 | -64/+489 | |
| | | | | | | | ||||||
* | | | | | | | get identities from getState() instead of passing from caller, only set new ↵ | Dan | 2017-09-23 | 2 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | account label if label set. | |||||
* | | | | | | | New account modal now allows for addition of account name. | Dan | 2017-09-23 | 3 | -7/+35 | |
| | | | | | | | ||||||
* | | | | | | | Default class params to empty string in readonly-input | Dan | 2017-09-23 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | ReadOnlyInput component. | Dan | 2017-09-23 | 3 | -13/+34 | |
| | | | | | | | ||||||
* | | | | | | | Open account details modal on buy -> direct deposit. | Dan | 2017-09-23 | 1 | -1/+11 | |
| | | | | | | | ||||||
* | | | | | | | Client side error handling for from, to and amount fields in send.js | Dan | 2017-09-23 | 4 | -44/+184 | |
| | | | | | | | ||||||
* | | | | | | | Refactor Confirmation Tx to render different screen | Chi Kei Chan | 2017-09-22 | 2 | -183/+163 | |
| | | | | | | | ||||||
* | | | | | | | Integrate Add Token | Chi Kei Chan | 2017-09-22 | 6 | -255/+333 | |
| | | | | | | | ||||||
* | | | | | | | Abstract account modal. | Dan | 2017-09-22 | 4 | -63/+96 | |
| | | | | | | | ||||||
* | | | | | | | Confirm screen shows amount plus gas in total field | Dan | 2017-09-22 | 2 | -6/+29 | |
| | | | | | | | ||||||
* | | | | | | | Clean up code in send.js | Dan | 2017-09-22 | 1 | -234/+193 | |
| | | | | | | | ||||||
* | | | | | | | Handles errors with to field and renders warnings from backend in send token. | Dan | 2017-09-22 | 1 | -11/+17 | |
| | | | | | | | ||||||
* | | | | | | | Add Token UI - hover/select state; fetch token address | Chi Kei Chan | 2017-09-21 | 3 | -19/+82 | |
| | | | | | | | ||||||
* | | | | | | | Add Add Token UI; Add Fuzzy search for tokens | Chi Kei Chan | 2017-09-20 | 5 | -140/+458 | |
| | | | | | | | ||||||
* | | | | | | | Buy Modal Styling | Chi Kei Chan | 2017-09-20 | 2 | -10/+17 | |
| | | | | | | | ||||||
* | | | | | | | Ensure conversion util does not return insignificant trailing zeroes. | Dan | 2017-09-20 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-09-19 | 25 | -241/+150 | |
|\ \ \ \ \ \ \ | ||||||
* \ \ \ \ \ \ \ | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-09-19 | 2 | -0/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
* \ \ \ \ \ \ \ \ | Merge pull request #2116 from chikeichan/nm | Chi Kei Chan | 2017-09-19 | 62 | -640/+5027 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [NewUI] Fix merge conflict with latest master | |||||
| * | | | | | | | | | Fix Merge Problems; update yarn lock | Chi Kei Chan | 2017-09-19 | 2 | -49/+558 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into nm | Chi Kei Chan | 2017-09-19 | 61 | -591/+4469 | |
|/| | | | | | | | | | ||||||
* | | | | | | | | | | Handle transaction totals in WEI in tx-list, send and pending. | Dan | 2017-09-16 | 4 | -2/+15 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Ensures that new accounts are only created from the modal, and not when ↵ | Dan | 2017-09-16 | 3 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clicking 'Create New Account' | |||||
* | | | | | | | | | | Clear token selection when changing account. | Dan | 2017-09-16 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Adds USD to token list. | Dan | 2017-09-16 | 2 | -3/+41 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Show dollar sign before USD on account details page. | Dan | 2017-09-16 | 2 | -4/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Show loading on conf-tx until the pending tx is available. | Dan | 2017-09-15 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Make send token responsive; fix desktop send modal height | Chi Kei Chan | 2017-09-15 | 2 | -5/+25 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add responsive UI to send ether modal | Chi Kei Chan | 2017-09-15 | 6 | -13/+39 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Style send ether screen | Chi Kei Chan | 2017-09-14 | 2 | -340/+93 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Show token tx properly | Chi Kei Chan | 2017-09-14 | 4 | -38/+104 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate | Chi Kei Chan | 2017-09-14 | 6 | -56/+331 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix send and pending. | Dan | 2017-09-14 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Stop setting 'currentCurrency' and use local state for active currency in ↵ | Dan | 2017-09-14 | 5 | -27/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send.js | |||||
* | | | | | | | | | | Enables Cancel button in confirmation screen. | Dan | 2017-09-14 | 2 | -2/+12 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Send user to most recent pending transaction after sending a transaction. | Dan | 2017-09-14 | 1 | -2/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix saving/sending of amounts in USD | Dan | 2017-09-14 | 1 | -3/+9 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fixes the saving of transactions in send and display in tx-list with ↵ | Dan | 2017-09-14 | 3 | -9/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion utility. | |||||
* | | | | | | | | | | Reapply conversion utility changes and fix calls to utility in pending-tx. | Dan | 2017-09-14 | 3 | -50/+123 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add token exchange rates | Chi Kei Chan | 2017-09-13 | 8 | -14/+100 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Improve styling in Confirmation Screen; Show decoded send token data | Chi Kei Chan | 2017-09-13 | 5 | -213/+234 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Revert "Overhaul currency conversion utility and update calls to utility in ↵ | Chi Kei Chan | 2017-09-13 | 3 | -122/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pending-tx." This reverts commit 080890a46ec98814bce8680f561fae3b52d81ed2. | |||||
* | | | | | | | | | | Overhaul currency conversion utility and update calls to utility in pending-tx. | Dan | 2017-09-13 | 3 | -51/+122 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [NewUI] Color tx-list-item text depending on transaction status. (#2050) | Dan J Miller | 2017-09-13 | 3 | -5/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||||
* | | | | | | | | | | Added signTokenTx; Adding token confirmation screen | Chi Kei Chan | 2017-09-12 | 6 | -15/+65 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add frontend validation to send-token | Chi Kei Chan | 2017-09-12 | 7 | -14/+119 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [New-UI] Confirm Screen restyle and connect to state (#2042) | Dan J Miller | 2017-09-12 | 6 | -197/+429 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 9 | -42/+9862 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 3 | -24/+28 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Replace checkmark with font-awesome equivalent. | Dan | 2017-09-12 | 1 | -6/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Adds title, divider and descriptive text to network dropdown. | Dan | 2017-09-12 | 2 | -0/+45 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Highlighted circle icons for the network menu. | Dan | 2017-09-12 | 5 | -10/+99 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Style send token screen | Chi Kei Chan | 2017-09-11 | 7 | -31/+57 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Use width 100 and margin for the new modal input. | Dan | 2017-09-09 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | New account modal top right close button working. | Dan | 2017-09-09 | 1 | -1/+3 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Tweak styles in new-account-modal. | Dan | 2017-09-09 | 2 | -9/+18 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix .filter token tx | Chi Kei Chan | 2017-09-08 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Re-enable Contract tx list item | Chi Kei Chan | 2017-09-08 | 2 | -19/+8 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix css merge conflicts | Chi Kei Chan | 2017-09-08 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Modify readonly value in for input in qr-code. | Dan | 2017-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Account-detail address is a readonly input. | Dan | 2017-09-08 | 2 | -2/+7 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Close button in account-details-modal working. | Dan | 2017-09-08 | 1 | -1/+3 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Remove highlight on modal | Dan | 2017-09-08 | 1 | -0/+4 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Touch up style of account-details-modal. | Dan | 2017-09-08 | 3 | -12/+27 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Modify status copy for status === 'unapproved' | Dan | 2017-09-08 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Link user from transaction list to etherscan if they have a transaction hash. | Dan | 2017-09-08 | 3 | -4/+34 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Use ternary operator instead of two conditionals. | Dan | 2017-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Improve tx-list item hover scss. | Dan | 2017-09-08 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Create tx-list-item component. | Dan | 2017-09-08 | 3 | -74/+123 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Show confirm transaction screen when clicking a pending transaction in the list. | Dan | 2017-09-08 | 4 | -7/+20 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Remove default to confirm screen on login. | Dan | 2017-09-08 | 2 | -10/+0 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 7 | -3/+283 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add Contract Tx List Item; Update Token Tx on select | Chi Kei Chan | 2017-09-07 | 8 | -58/+96 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Show token balance and identicon | Chi Kei Chan | 2017-09-07 | 7 | -57/+90 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Adding Token transaction detail screen | Chi Kei Chan | 2017-09-06 | 11 | -81/+256 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix token list | Chi Kei Chan | 2017-09-06 | 2 | -15/+24 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix html height | Chi Kei Chan | 2017-09-06 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Implement tokens list UI | Chi Kei Chan | 2017-09-06 | 10 | -107/+122 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Use .entries() instead of .keys(), and use more destructuring, for simpler code. | Dan | 2017-09-06 | 1 | -9/+8 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Send tx working; user is taken to confirm page with correct transaction ↵ | Dan | 2017-09-06 | 2 | -38/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information. | |||||
* | | | | | | | | | | 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 | 5 | -51/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+7 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Adjust left margin in main container. | Dan | 2017-09-05 | 4 | -5/+12 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix header style; Address comments | Chi Kei Chan | 2017-09-05 | 10 | -59/+75 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix merge conflict | Chi Kei Chan | 2017-09-05 | 1 | -6/+0 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix menu style | Jacky Chan | 2017-09-05 | 7 | -42/+114 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 3 | -45/+58 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 8 | -59/+58 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Lint fixes | Dan | 2017-08-31 | 34 | -265/+212 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Refactor gas-fee-display to include usd and eth fee displays as separate ↵ | Dan | 2017-08-31 | 3 | -30/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | components. | |||||
* | | | | | | | | | | Move gas fee to a separate component. | Dan | 2017-08-31 | 2 | -26/+59 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Move currency toggle to its own component. | Dan | 2017-08-31 | 3 | -13/+33 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Clean up send.js and eth-balance.js with es6. | Dan | 2017-08-31 | 3 | -76/+87 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #1982 from danjm/send-gas-tooltip | Chi Kei Chan | 2017-08-30 | 21 | -50/+568 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Send Gas Tooltip | |||||
| * | | | | | | | | | | Minor clean up. | Dan | 2017-08-30 | 3 | -17/+12 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Replace Avenir Next with alternative. | Dan | 2017-08-30 | 13 | -1/+101 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Center tooltip on small screen size by using flexbox | Dan | 2017-08-30 | 3 | -20/+23 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Use hex values only in send.js to handle limit and price; GasTooltip accepts ↵ | Dan | 2017-08-29 | 3 | -17/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and returns values as hex (allows user to enter floats) | |||||
| * | | | | | | | | | | Move getTaxBN and bnMultiplyByFraction to util.js | Dan | 2017-08-29 | 2 | -25/+29 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Using eth balance component to ensure proper rounding. | Dan | 2017-08-29 | 3 | -32/+56 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Bind SendTransactionScreen methods to this in constructor. | Dan | 2017-08-29 | 1 | -9/+20 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove unused dependency. | Dan | 2017-08-29 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Refactor for clean handling of tooltip close. | Dan | 2017-08-29 | 3 | -94/+64 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Styles and behaviour correct | Dan | 2017-08-29 | 4 | -18/+58 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Final styling improvements for tooltip; plus a few for send form. | Dan | 2017-08-26 | 1 | -6/+12 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fully connect gas data in send form and tooltip to state; final styling ↵ | Dan | 2017-08-26 | 3 | -18/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improvements. Fully connect gas fields in send form and tooltip to state | |||||
| * | | | | | | | | | | Updating current currency from send form. | Dan | 2017-08-26 | 2 | -1/+23 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Tooltip closing on click outside. | Dan | 2017-08-26 | 2 | -11/+62 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Refactor tooltip to remove external lib; tooltip now updating gas fee in parent. | Dan | 2017-08-26 | 5 | -72/+242 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Toggling tooltip. | Dan | 2017-08-26 | 4 | -1/+91 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add 'customize' text to gas input. | Dan | 2017-08-26 | 2 | -1/+15 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Patch 3 new account modal (#1962) | Dan J Miller | 2017-08-25 | 4 | -16/+105 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 5 | -19/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Account details modal styling changes. * Tweaking styles. | |||||
* | | | | | | | | | | Modify buy and send buttons color, border-radius and various size ↵ | Dan J Miller | 2017-08-23 | 3 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properties. (#1956) | |||||
* | | | | | | | | | | Hook up showAddToken to dropdown menu item in account options dropdown | sdtsui | 2017-08-23 | 2 | -3/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Render TxListItem component from real data: address, identicon, status, ETH ↵ | sdtsui | 2017-08-23 | 2 | -9/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value | |||||
* | | | | | | | | | | Remove fake transactions and balances from tx-list and wallet-view, respectively | sdtsui | 2017-08-23 | 2 | -70/+10 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add data field to send token screen | sdtsui | 2017-08-23 | 1 | -1/+34 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [WIP] Successfully sign a hardcoded transaction, hook up remaining inputs ↵ | sdtsui | 2017-08-23 | 1 | -12/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and error validation later | |||||
* | | | | | | | | | | [WIP] Use hardcoded values for dispatching from signTx | sdtsui | 2017-08-23 | 1 | -17/+80 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Remove border and apply background color to gas input | sdtsui | 2017-08-23 | 3 | -2/+20 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add layout and props for send screen inputs | sdtsui | 2017-08-23 | 3 | -21/+89 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add bolt and info icon vector images | sdtsui | 2017-08-23 | 2 | -0/+22 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [WIP] - Styling Send Screen - Need to bring in data contract for signTx | sdtsui | 2017-08-23 | 2 | -141/+39 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 4 | -22/+37 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Hook up send screen action to Send Button in TxView | sdtsui | 2017-08-22 | 2 | -1/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Hook up identicon and buttons to AccountDetailsModal, clean up colors | sdtsui | 2017-08-22 | 8 | -39/+37 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Integrate old QR component with new modal layout | sdtsui | 2017-08-22 | 4 | -32/+37 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [WIP] Render a QR code in AccountDetailsModal | sdtsui | 2017-08-22 | 2 | -8/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [WIP] Aggregate data for QRView | sdtsui | 2017-08-22 | 2 | -3/+18 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add wrapper CSS for NewAccountModal | sdtsui | 2017-08-21 | 2 | -40/+39 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add wrapper CSS for AccountDetailsModal | sdtsui | 2017-08-21 | 3 | -32/+45 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Hook up hideModal action to close icon in EditAccountNameModal | sdtsui | 2017-08-21 | 1 | -1/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Hook up selected account label display to main wallet view | sdtsui | 2017-08-21 | 1 | -4/+3 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Hook up actions to EditAccountNameModal | sdtsui | 2017-08-21 | 8 | -111/+150 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Enhance global modal to accept styles from different components | sdtsui | 2017-08-21 | 1 | -45/+62 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Implement new dropdown design, integrate account balances | sdtsui | 2017-08-21 | 5 | -27/+83 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Hook up edit account name modal | sdtsui | 2017-08-21 | 1 | -26/+42 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Remove old design - 'Show QR Code' dropdown menu item from account selection ↵ | sdtsui | 2017-08-21 | 1 | -16/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dropdown | |||||
* | | | | | | | | | | Hook up template for New Account Modal | sdtsui | 2017-08-21 | 3 | -1/+95 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Enhance global modal to handle Buy, Edit, and Details Modals | sdtsui | 2017-08-21 | 7 | -52/+169 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Extend modal implementation and state management to accomodate multiple ↵ | sdtsui | 2017-08-21 | 5 | -11/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modal types | |||||
* | | | | | | | | | | Add 'Account Details' dropdown menu item to account options dropdown | sdtsui | 2017-08-21 | 1 | -0/+14 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add 'Add Token' dropdown menu item to account options dropdown | sdtsui | 2017-08-21 | 1 | -0/+15 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [WiP] Add comments for multiple modals | sdtsui | 2017-08-15 | 1 | -0/+20 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge remote-tracking branch 'mm/master' into NewUI-flat | sdtsui | 2017-08-14 | 10 | -56/+271 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | Lint and cleanup all scss | sdtsui | 2017-08-14 | 21 | -248/+331 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [WIP] Add packages and tasks for linting scss | sdtsui | 2017-08-14 | 4 | -4/+88 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Center account selection dropdown and specify useCssTransition prop | sdtsui | 2017-08-14 | 2 | -5/+8 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Remove unnecessary imports, and account-detail.js | sdtsui | 2017-08-14 | 2 | -283/+0 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Reconfigure AccoutSelector dropdown to use new fa-caret-down instead of old icon | sdtsui | 2017-08-14 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Extract dropdown component into components/dropdowns, hook up to app | sdtsui | 2017-08-14 | 6 | -16/+73 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix odd relative position conflict so main icon is rounded - See ↵ | sdtsui | 2017-08-14 | 1 | -22/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flyswatter/jazzicon/issues/1 | |||||
* | | | | | | | | | | | Remove unused code - network dropdown components in app | sdtsui | 2017-08-14 | 2 | -214/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Remove deprecated feature: main app settings dropdown | sdtsui | 2017-08-14 | 1 | -48/+0 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [WIP] Extract network dropdown into own component | sdtsui | 2017-08-14 | 5 | -32/+95 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [WIP] Extract network dropdown out of main app render function | sdtsui | 2017-08-14 | 4 | -6/+279 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Move global modals into own pod, inside components/modals | sdtsui | 2017-08-14 | 4 | -6/+44 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Implement infinite scrolls (no lazy loading) for wallet view | sdtsui | 2017-08-12 | 3 | -155/+44 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [WIP] Begin fixing responsive layout with many wallets | sdtsui | 2017-08-11 | 2 | -2/+57 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | 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 | 5 | -18/+213 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | 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 | 3 | -16/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (full-height) vs laptop (tx-view-only) | |||||
* | | | | | | | | | | | Improve text positioning on mobile view | sdtsui | 2017-08-11 | 3 | -37/+63 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Extract scss breakpoints into variables | sdtsui | 2017-08-11 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Implement widescreen layout for tx list | sdtsui | 2017-08-11 | 4 | -40/+72 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Move Txs list item styles into classes | sdtsui | 2017-08-11 | 2 | -37/+61 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Add new color for txs - dusty-gray | sdtsui | 2017-08-11 | 1 | -2/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Add Tx List and selectors | Daniel Tsui | 2017-08-11 | 5 | -137/+244 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Cleanup txList and txView components | sdtsui | 2017-08-11 | 2 | -48/+87 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add selectors for txsToRender and conversionRate | sdtsui | 2017-08-11 | 1 | -0/+18 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | redid tx-view and balance-component mapStateToProps logic | Simon Liang | 2017-08-10 | 2 | -23/+27 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | moved the props initialization steps into mapStateToProps | Simon Liang | 2017-08-10 | 1 | -14/+13 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | extracted transaction list | Simon Liang | 2017-08-10 | 2 | -102/+151 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | removing styling comments | Simon Liang | 2017-08-10 | 1 | -4/+0 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | [WIP] Position account potions dropdown correctly and hook up to action creators | sdtsui | 2017-08-10 | 3 | -42/+73 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Add new selectors for addresses, identities, and accounts | sdtsui | 2017-08-10 | 1 | -0/+27 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Adjust modal styles to match new modal size, from cancel button tweak | sdtsui | 2017-08-10 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Switch buy modal 'cancel' from text to button for accessibility | sdtsui | 2017-08-10 | 2 | -3/+19 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Vertically center modal in mobile view - @cjeria | sdtsui | 2017-08-10 | 1 | -1/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Improve layout of buy buttons by tweaking text styles | sdtsui | 2017-08-10 | 1 | -1/+10 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' into NewUI-flat | kumavis | 2017-08-09 | 22 | -446/+767 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | Fix dropdown z-index value | sdtsui | 2017-08-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add z indicies to settings-variables | sdtsui | 2017-08-09 | 1 | -1/+13 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add backdrop styles and box shadow to new global modal defaults | sdtsui | 2017-08-09 | 1 | -0/+7 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add minor comments and cleanup for new components | sdtsui | 2017-08-09 | 3 | -24/+16 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Hook up 'Buy with Fiat', redirect to Coinbase | sdtsui | 2017-08-09 | 1 | -7/+10 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Move buy view into its own component - BuyOptions | sdtsui | 2017-08-09 | 2 | -36/+72 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add an additional font-size breakpoint for buy modal on the largest screens | sdtsui | 2017-08-09 | 2 | -2/+20 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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 | 3 | -47/+79 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Implement utility helper for checking viewport size in js | sdtsui | 2017-08-09 | 1 | -0/+5 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Implement modal content for buy flow - mobile view | sdtsui | 2017-08-09 | 4 | -6/+115 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add note for responsive modal styles | sdtsui | 2017-08-09 | 2 | -0/+6 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Hook up global modal to Tx view, Buy button | sdtsui | 2017-08-09 | 1 | -0/+4 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Implement global modal | sdtsui | 2017-08-09 | 2 | -0/+85 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add actions and reducers for global modal | sdtsui | 2017-08-09 | 2 | -0/+29 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add dependencies and JSX support (reactify), for global modal implementation | sdtsui | 2017-08-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | refactored and added unit test | Simon Liang | 2017-08-08 | 2 | -23/+58 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | extracted balance component and renders to the format, also wired in the ↵ | Simon Liang | 2017-08-08 | 3 | -26/+135 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | account name | |||||
* | | | | | | | | | | | | Opt for calculated values in absolutely positioned caret | sdtsui | 2017-08-07 | 2 | -2/+8 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Improve positioning of caret and add reusable color for wallet view | sdtsui | 2017-08-07 | 3 | -24/+16 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Position account icon, name, and caret | sdtsui | 2017-08-07 | 3 | -23/+85 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Move tx and wallet view styles to component classes | sdtsui | 2017-08-07 | 3 | -10/+17 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'NewUI' into feat/mm-ui-5-merged | sdtsui | 2017-08-07 | 18 | -91/+334 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feat/mm-ui-5 | sdtsui | 2017-08-07 | 22 | -430/+526 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | | Cleanup before rebase on NewUI - need new version of AccountDropdowns | sdtsui | 2017-08-07 | 1 | -11/+2 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Allow clicks on account view to enable sidebar, not just burger | sdtsui | 2017-08-07 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Refactor account name css - mobile views | sdtsui | 2017-08-07 | 4 | -12/+12 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Add sidebar click handler to overlay | sdtsui | 2017-08-07 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Refactor app-header css, including box shadow and z-index | sdtsui | 2017-08-07 | 4 | -27/+46 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Add fine css tweaks to hero balance - laptop | sdtsui | 2017-08-07 | 2 | -21/+11 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Adjust hero balance on mobile | sdtsui | 2017-08-07 | 1 | -26/+31 | |
| | | | | | | | | | | | | | |