Skip to content
Snippets Groups Projects
  1. Mar 16, 2020
  2. Mar 09, 2020
  3. Feb 25, 2020
  4. Jan 09, 2020
  5. Dec 24, 2019
  6. Dec 04, 2019
  7. Sep 18, 2019
  8. Aug 20, 2019
  9. Aug 17, 2019
  10. Jul 23, 2019
  11. Jul 16, 2019
  12. 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
  13. Jun 25, 2019
  14. Jun 10, 2019
  15. Jun 06, 2019
  16. May 31, 2019
  17. Apr 25, 2019
  18. 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
  19. Apr 11, 2019
  20. Apr 04, 2019
  21. Mar 26, 2019
  22. Mar 04, 2019
  23. 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
  24. Jan 14, 2019
  25. Dec 26, 2018
  26. 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
  27. Nov 22, 2018
  28. Nov 20, 2018
  29. Nov 16, 2018
  30. Nov 12, 2018
  31. Oct 11, 2018
  32. Sep 21, 2018
  33. Sep 14, 2018
  34. Aug 26, 2018
  35. Aug 21, 2018
  36. Aug 17, 2018
  37. Aug 16, 2018
  38. Aug 14, 2018
Loading