1. Feb 21, 2019
  2. 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
  3. 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
  4. Jan 05, 2019
    • Luke Schoen's avatar
      fix: Update Onboarding component and make Terms & Conditions consistent on taskbar app · b2a4092c
      Luke Schoen authored
      * Note: To quickly see the changes force the Onboarding component (displaying Terms & Conditions screen) to appear by changing
      `if (isFirstRun) {` to `if (true) {` in `fether-react/src/App/App.js. The screen should be consistent when you run `yarn taskbar` and `yarn start`
      
      * Terms & Conditions updates for consistency and compatibility with taskbar app
      
      	* Add extra side padding `-padded-extra` to Terms & Conditions so consistent with rest of site and in taskbar app
      
      	* Wrap with `.terms-and-conditions-wrapper` to add box shadow around both the
      	'Please read carefully' label and associated Terms & Conditions
      
      	* Adjust height of `.terms-and-conditions` down to 16rem otherwise with more side padding it causes
      	overflow to occur with vertical scrollbar appearing (checked that it works on both taskbar app
      	i.e. `yarn taskbar` and normal app `yarn electron` or `yarn start`)
      
      	* Hide `overflow-x` in Terms and Conditions as caused horizontal scroll on taskbar app
      
      	* Add top margin to Terms and Conditions so extra gap from its 'Please read carefully' label
      
      	* Only left padding in Terms and Conditions
      b2a4092c
  5. Jan 01, 2019
  6. Jul 05, 2018
  7. Jun 25, 2018
  8. Jun 22, 2018
  9. Jun 21, 2018
  10. Jun 20, 2018
  11. Jun 07, 2018
  12. May 04, 2018