Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Jan 09, 2020
  3. Dec 24, 2019
  4. Dec 04, 2019
  5. Sep 18, 2019
  6. Aug 20, 2019
  7. Aug 17, 2019
  8. Jul 23, 2019
  9. Jul 16, 2019
  10. Jul 11, 2019
    • Scott Hampton's avatar
      Bring buttons style up to design spec · d97032ca
      Scott Hampton authored
      This is a CSS effort only.
      
      Fixes the padding of the buttons to be `8px 12px`
      (including border) so that the button height is
      32px.
      
      Also adjusts the border width for all buttons when
      the state is `hover`, `focus`, or `active to be 2px
      thick instead of 1px thick. This is accomplished
      through an inset box-shadow as not to increase
      the size of the button.
      
      Fixes some colors for primary and tertiary buttons.
      d97032ca
  11. Jun 25, 2019
  12. Jun 10, 2019
  13. Jun 06, 2019
  14. May 31, 2019
  15. Apr 25, 2019
  16. Apr 16, 2019
    • Rajat Jain's avatar
      Hide overflow in scoped labels · 17a48fad
      Rajat Jain authored
      Scoped labels overflew in all the places because of
      lack of restriction on `max-width`. This commit introduces
      the same limits on width we have inplace for regular labels
      17a48fad
  17. Apr 11, 2019
  18. Apr 04, 2019
  19. Mar 26, 2019
  20. Mar 04, 2019
  21. Feb 25, 2019
    • Tim Zallmann's avatar
      Added Stylelint Setup · 46a1ca28
      Tim Zallmann authored
      Added stylelint to static-analysis
      Updated yarn dependencies
      CSS Fixes and rule adoptions of stylelint
      Added stylelint-scss
      Deduplicated yarn.lock to clear dependencies
      
      First round of advanced stylelint rules
      
      Mainly Vendor prefix updates related to flex
      
      Updates to more webkit specific vendor prefixes
      
      Finished all vendor specific fixes
      
      Moved now 4 rules to warning
      
      Fixed the new scss lint problems
      
      More stylelint adaptions after rebase
      46a1ca28
  22. Jan 14, 2019
  23. Dec 26, 2018
  24. Nov 27, 2018
    • Phil Hughes's avatar
      Suggests issues when typing title · 50e21a89
      Phil Hughes authored
      This suggests possibly related issues when the user types a title.
      
      This uses GraphQL to allow the frontend to request the exact
      data that is requires. We also get free caching through the Vue Apollo
      plugin.
      
      With this we can include the ability to import .graphql files in JS
      and Vue files.
      Also we now have the Vue test utils library to make testing
      Vue components easier.
      
      Closes #22071
      Verified
      50e21a89
  25. Nov 22, 2018
  26. Nov 20, 2018
  27. Nov 16, 2018
  28. Nov 12, 2018
  29. Oct 11, 2018
  30. Sep 21, 2018
  31. Sep 14, 2018
  32. Aug 26, 2018
  33. Aug 21, 2018
  34. Aug 17, 2018
  35. Aug 16, 2018
  36. Aug 14, 2018
  37. Aug 02, 2018
  38. Jul 25, 2018
Loading