Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 1 | -251/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test | ||||
* | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 1 | -1/+1 |
| | | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value | ||||
* | Add tests for TransactionActivityLog. Make changes to rendering events | Alexander Tseung | 2018-09-13 | 1 | -0/+3 |
| | |||||
* | Cast arguments for new Bignumbers() to string. | Dan Miller | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4654 from TrejGun/bignumber | Dan J Miller | 2018-07-04 | 1 | -1/+1 |
|\ | | | | | fixes #4307 BigNumber casting issue | ||||
| * | fixes #4307 BigNumber casting issue | trejgun | 2018-06-24 | 1 | -1/+1 |
| | | |||||
* | | Add a buffer to new ui gas estimates | Dan | 2018-06-15 | 1 | -0/+11 |
|/ | |||||
* | Estimate gas using same algorithm as backend. | Dan | 2018-05-31 | 1 | -1/+4 |
| | |||||
* | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵ | Dan | 2018-03-09 | 1 | -0/+13 |
| | | | | customize-gas-modal, and dependents. | ||||
* | Rounding of vals < 0.01 in currency display consistent with master. | Dan | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | Linting | Thomas Huang | 2017-11-11 | 1 | -2/+2 |
| | |||||
* | Lint fixes. | Dan | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Set gas price allows for WEI precision. | Dan | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Adds max amount feature for send-ether | Dan | 2017-11-07 | 1 | -0/+15 |
| | |||||
* | Token balance in send state; validating sufficient tokens, validation ↵ | Dan | 2017-11-07 | 1 | -0/+1 |
| | | | | updates on 'from' switching. | ||||
* | More lint fixes | Dan | 2017-11-02 | 1 | -9/+9 |
| | |||||
* | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 1 | -3/+5 |
| | |||||
* | Correct rendering of conversions when conversion rate is a token. (#2498) | Dan J Miller | 2017-10-27 | 1 | -5/+6 |
| | |||||
* | Change min gas price to 0.1 GWEI | Dan | 2017-10-27 | 1 | -1/+26 |
| | |||||
* | Merge branch 'NewUI-flat' into MM-128-get-currentCurrency-from-state | Chi Kei Chan | 2017-10-20 | 1 | -4/+4 |
|\ | |||||
| * | Fix handling of arithmetic on token gas in confirm-send-token. | Dan | 2017-10-20 | 1 | -4/+4 |
| | | |||||
* | | Get currency from state in account details, send and confirm screens. | Dan | 2017-10-20 | 1 | -1/+1 |
|/ | |||||
* | Amount field shows insufficient funds error based on amoutn + gas total. | Dan | 2017-10-20 | 1 | -4/+8 |
| | |||||
* | Handling to and amount errors. | Dan | 2017-10-19 | 1 | -7/+4 |
| | |||||
* | Customize Gas connected to state | Dan | 2017-10-16 | 1 | -4/+12 |
| | |||||
* | [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵ | Dan J Miller | 2017-10-14 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices. | ||||
* | Adds amount and gas field to sendV2. | Dan | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | Conversion util can invert conversion rate | Dan | 2017-10-09 | 1 | -2/+16 |
| | |||||
* | Fix send of USD and backspacing amount to 0 | Dan | 2017-09-29 | 1 | -2/+2 |
| | |||||
* | Client side error handling for from, to and amount fields in send.js | Dan | 2017-09-23 | 1 | -0/+13 |
| | |||||
* | Confirm screen shows amount plus gas in total field | Dan | 2017-09-22 | 1 | -0/+10 |
| | |||||
* | Ensure conversion util does not return insignificant trailing zeroes. | Dan | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Handle transaction totals in WEI in tx-list, send and pending. | Dan | 2017-09-16 | 1 | -0/+6 |
| | |||||
* | Adds USD to token list. | Dan | 2017-09-16 | 1 | -0/+4 |
| | |||||
* | Reapply conversion utility changes and fix calls to utility in pending-tx. | Dan | 2017-09-14 | 1 | -41/+100 |
| | |||||
* | Revert "Overhaul currency conversion utility and update calls to utility in ↵ | Chi Kei Chan | 2017-09-13 | 1 | -100/+41 |
| | | | | | | pending-tx." This reverts commit 080890a46ec98814bce8680f561fae3b52d81ed2. | ||||
* | Overhaul currency conversion utility and update calls to utility in pending-tx. | Dan | 2017-09-13 | 1 | -41/+100 |
| | |||||
* | [New-UI] Confirm Screen restyle and connect to state (#2042) | Dan J Miller | 2017-09-12 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | * 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. | ||||
* | Convert conversion util to pure json. | Kevin Serrano | 2016-11-19 | 1 | -5/+0 |
| | |||||
* | Remove logging. Clean up duplicate entries in currency list. | Kevin Serrano | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Enable full listing of supported currencies by Cryptonator. | Kevin Serrano | 2016-08-10 | 1 | -0/+5 |