1. Jan 18, 2019
  2. 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
  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. Nov 26, 2018
  5. Nov 24, 2018
  6. Nov 09, 2018
  7. Nov 08, 2018
  8. Aug 23, 2018
  9. Aug 22, 2018
  10. Aug 21, 2018
  11. Jul 05, 2018
  12. Jul 04, 2018
  13. Jul 02, 2018
  14. Jun 27, 2018
  15. Jun 22, 2018
  16. Jun 21, 2018
  17. Jun 15, 2018
  18. Jun 13, 2018
  19. Jun 11, 2018
  20. Jun 08, 2018
  21. Jun 07, 2018
  22. Jun 05, 2018