1. Jan 19, 2019
  2. Jan 14, 2019
  3. Jan 07, 2019
    • Axel Chalon's avatar
      Integrate Parity Signer into Fether. · 5174c8fc
      Axel Chalon authored
      - Add option to import a Parity Signer account. It is then stored in
      local storage.
      
      - Send transactions with Parity Signer accounts
      
      - Refactor sendStore so that "token" (and chainId) is inside this.tx;
      avoids having to pass `token` around every function, and it makes sense
      to put it in the object since it is part of the tx info.
      
      - Add account type (either node or signer) to accountsInfo
      
      - Add account type to withAccount; output props are now `{account:
      {address, type}}` instead of `{accountAddress}`
      5174c8fc
  4. Jan 06, 2019
  5. Jan 04, 2019
    • Luke Schoen's avatar
      review-fix: TxDetails floats above footer. TxDetails toggle buttons moved into footer" · bd56db62
      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} */}
      bd56db62
  6. Jan 02, 2019
  7. Dec 31, 2018
  8. Dec 21, 2018
  9. Dec 20, 2018
  10. Nov 26, 2018
  11. Nov 23, 2018
  12. Nov 09, 2018
  13. Oct 26, 2018
  14. Aug 16, 2018
  15. Aug 03, 2018
  16. Jul 05, 2018
  17. Jul 03, 2018
  18. Jun 29, 2018
  19. Jun 28, 2018
  20. Jun 27, 2018
  21. Jun 25, 2018
  22. Jun 22, 2018