- Jan 08, 2019
-
-
Thibaut Sardan authored
-
- Jan 07, 2019
-
-
Amaury Martiny authored
Add '#' on all <a>
-
Amaury Martiny authored
-
Amaury Martiny authored
"Transaction Details" viewable any time
-
Thibaut Sardan authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Amaury Martiny authored
Switch order from "to" and "amount" fields on Signer screen
-
Amaury Martiny authored
-
Amaury Martiny authored
fix: Relates to #138. Prevents user from importing account that is already in account list
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Amaury Martiny authored
-
Amaury Martiny authored
feat: Fixes #308. Change amount font size on Send page to fit in input field
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
- Jan 06, 2019
-
-
Thibaut Sardan authored
feat - Fixes #293. Shows tx fee estimate and total tx amount. See issues in commit details
-
Luke Schoen authored
* Move toggle details buttons and associated methods and showDetails state into nav of TxForm component * Pass showDetails down as props to TxDetails * Remove previous attempt to display TxDetails like a popup above other fields (i.e. remove form-details-wrapper and -details-value styles)
-
- Jan 05, 2019
-
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
- Jan 04, 2019
-
-
Luke Schoen authored
-
Luke Schoen authored
* Move "Details" / "Hide" buttons into the form-nav footer section * TxDetails now appears above the footer area above other input fields without causing the screen height to increase * Background of the TxDetails darkened so it stands out from surroudings * Change "Details" arrow to point upwards since TxDetails now shown above * Change "Hide" arrow to point downward since TxDetails now shown above * Rename classnames to `_` or `-` more consistently * Note: To quickly display the 'Details' button so you can click it change TxForm.js as follows: ``` {/* {valid && this.estimatedTxFee(values) ? ( */} <TxDetails // estimatedTxFee={this.estimatedTxFee(values)} estimatedTxFee={new BigNumber('8100000')} token={token} // values={values} values={ { amount: new BigNumber('0.1'), gasPrice: new BigNumber('21000') } } /> {/* ) : null} */}
-
Luke Schoen authored
-
Luke Schoen authored
review-fix: Hide vertical overflow on body element so scrollbar not flicker on/off when TxDetails toggled
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-