1. Apr 01, 2019
  2. Feb 25, 2019
  3. Feb 21, 2019
  4. Feb 20, 2019
  5. Feb 19, 2019
  6. Feb 18, 2019
  7. Jan 18, 2019
  8. Jan 14, 2019
  9. Jan 11, 2019
  10. Jan 10, 2019
  11. Jan 09, 2019
  12. Jan 07, 2019
  13. Jan 06, 2019
  14. Jan 05, 2019
    • Luke Schoen's avatar
      fix: Add white background body element so Onboarding background consistent in taskbar app · 64f65f47
      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`
      
      * Add eggshell background colour to `body` element  otherwise `yarn taskbar` app has grey background (even though
      running as normal `yarn start` or `yarn electron` app has white background from manifest)
      64f65f47
    • 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
    • Luke Schoen's avatar
    • Luke Schoen's avatar
      feat: Add animation to changing font size · b951c1c0
      Luke Schoen authored
      b951c1c0
    • Luke Schoen's avatar
      3b2e7161
    • Luke Schoen's avatar
  15. Jan 04, 2019
  16. Jan 01, 2019
  17. Dec 20, 2018
  18. Dec 19, 2018
  19. Dec 18, 2018
  20. Dec 17, 2018
  21. Dec 16, 2018
  22. Nov 22, 2018