1. Mar 25, 2019
    • Amaury Martiny's avatar
      refactor: Don't call transactionCountOf$ until needed (#414) · 9fb795ce
      Amaury Martiny authored
      * Show parity/light.js's logs too
      
      * Remove txCount from withAccount
      
      * withBalance shows component immeidately
      
      * Play around
      
      * Make it work
      
      * Cleaner code
      
      * Remove 'Loading account tokens...' modal
      
      * Re-order import
      
      * Optimize code
      
      * Fix regression
      
      * Fix typo
      
      * Luke's grumbles
      
      * Put "checking..." when fetching async values
      
      * Show gas error on amount field
      9fb795ce
  2. Mar 21, 2019
    • Axel Chalon's avatar
      Parity Ethereum bundling (#458) · 674e3bf3
      Axel Chalon authored
      
      
      * Parity Ethereum bundling
      
      * Grumbles; update light.js
      
      * Grumbles
      
      * Merge in PR#394 ac-upd-post: refactor sendStore post/postRaw
      
      * Download highest version matching requirement rather than latest beta
      
      * Rename RequireVersion to RequireParityVersion
      
      * Grumbles
      
      * Change Parity version requirement to ~2.4.1
      
      * Fix --no-run-parity with Parity already running
      
      * Grumble
      
      Co-Authored-By: default avataraxelchalon <[email protected]>
      674e3bf3
  3. Mar 12, 2019
  4. Feb 08, 2019
  5. Feb 04, 2019
  6. Feb 03, 2019
  7. Jan 23, 2019
  8. Jan 22, 2019
    • Luke Schoen's avatar
      fix: Fixes #361. Restrict user from clicking "Scan" to process tx before gas is calculated · e8ecacac
      Luke Schoen authored
      * Add `isEstimatingTxFee` so we can check if all values including `gas` are available
      without actually having to calculate the tx fee and incorporate into estimateTxFee method
      
      * Display and disable the "Checking..." button if the `isEstimatingTxFee` returns false (i.e. `gas`
      still undefined)
      
      * Note: The bug associated with #361 appears to be Parity Signer-specific. If the user can click "Scan" before the `gas` has been calculated, then when it tries to go to the paritytech/fether/packages/fether-react/src/Send/TxQrCode/TxQrCode.js, where it calls `getRlp()` to get the value for the rlp prop of the QrSigner component, which calls `transactionToRlp(this.tx)` to get the RLP of the unsigned tx that is provided as an argument paritytech/fether/packages/fether-react/src/stores/sendStore.js, it crashes if `this.tx` contains a `gas` property that's undefined.
      So we need to prevent the user from being able to click "Scan" before the `gas` property has been determined.
      We do this by disabling the button and displaying "Checking..." until `isEstimatingTxFee` returns true, and only then
      do we display "Scan" and enable the button
      e8ecacac
  9. Jan 18, 2019
    • Luke Schoen's avatar
      review-fix: Remove titleOffset nad instead · 83d0b417
      Luke Schoen authored
      * Remove titleOffset and add placeholder width for header nav buttons
      
      * Remove passing `screen` prop for specific pages
      83d0b417
    • Luke Schoen's avatar
      feat: Relates to #337. Part 1 of 2 - Account view - Change header account design · ece71231
      Luke Schoen authored
      * Change Account screen so its header uses the Information component with a big identicon, a short address,
      so it is clickable, and with identicon on left of name and address.
      
      * Apply extra bottom margin between name and account address when Information component used in the header
      
      * Update header so it uses Flexbox according to docs as intended
      
      * Since we're using Flexbox without placeholder spacing for the left and right header buttons, when the title
      is shown in the header it is offset if there is only a left or right button. So a `titleOffset` prop
      is used on pages where the Header component is used to indicate if the title needs to be offset to the left
      or right so it appears centered in the screen. We also pass a `screen` prop (named after the component where the
      Header component is being used so we can tailor the header spacing on specific screens.
      
      * Re-order props alphabetically
      
      * QUESTION - should we consider always adding placeholder spacing for where both right and left buttons in header would be as an alternative so no offset for the title is require?
      ece71231
    • Luke Schoen's avatar
      review-fix: Remove titleOffset nad instead · 37c60579
      Luke Schoen authored
      * Remove titleOffset and add placeholder width for header nav buttons
      
      * Remove passing `screen` prop for specific pages
      37c60579
  10. Jan 16, 2019
    • Luke Schoen's avatar
      feat: Relates to #337. Part 1 of 2 - Account view - Change header account design · 85b74c41
      Luke Schoen authored
      * Change Account screen so its header uses the Information component with a big identicon, a short address,
      so it is clickable, and with identicon on left of name and address.
      
      * Apply extra bottom margin between name and account address when Information component used in the header
      
      * Update header so it uses Flexbox according to docs as intended
      
      * Since we're using Flexbox without placeholder spacing for the left and right header buttons, when the title
      is shown in the header it is offset if there is only a left or right button. So a `titleOffset` prop
      is used on pages where the Header component is used to indicate if the title needs to be offset to the left
      or right so it appears centered in the screen. We also pass a `screen` prop (named after the component where the
      Header component is being used so we can tailor the header spacing on specific screens.
      
      * Re-order props alphabetically
      
      * QUESTION - should we consider always adding placeholder spacing for where both right and left buttons in header would be as an alternative so no offset for the title is require?
      85b74c41
  11. Jan 07, 2019
  12. Jan 06, 2019
  13. Jan 05, 2019
  14. Jan 04, 2019
  15. Jan 03, 2019
  16. Jan 02, 2019
  17. Jan 01, 2019
  18. Dec 27, 2018