1. Jan 18, 2019
  2. Jan 13, 2019
    • Luke Schoen's avatar
      fix: Add babel-plugin-styled-components library so debugging shows name not hash · 6febb4ce
      Luke Schoen authored
      Without this babel plugin when you try to debug in Dev Tools > Elements,
      it displays the components with the styled-component name shown as a hash i.e.
      `<div class="sc-EHOje dGUdfn">`, whereas previously with CSS/Sass it showed the class name.
      
      This babel plugin displays the style-component name that we specified instead of a
      meaningless hash i.e. `<div class="App__DivContent-sc-1l7hwf9-0 jhbGUD">`, where `DivContent`
      is the name of the styled-component that we created.
      6febb4ce
  3. Jan 08, 2019
  4. 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
  5. Nov 20, 2018
  6. Nov 14, 2018
  7. Jul 17, 2018
  8. Jul 05, 2018
  9. Jul 04, 2018
  10. Jun 29, 2018
  11. Jun 28, 2018
  12. Jun 27, 2018
  13. Jun 22, 2018
  14. Jun 15, 2018
  15. Jun 13, 2018
  16. Jun 08, 2018