1. 29 Sep, 2020 1 commit
    • Scott Hampton's avatar
      Use provide and inject for HAML props · 762f7f4c
      Scott Hampton authored
      These HAML properties don't need to be props
      since they are not reactive. We can use provide
      and inject to get these props down to the child
      components without having to pass props all
      the way down.
      762f7f4c
  2. 28 Sep, 2020 1 commit
    • Scott Hampton's avatar
      Refactor spec files · 2023f9f1
      Scott Hampton authored
      Refactor the spec files to reduce `beforeEach`
      functions and calls to `createComponent`.
      2023f9f1
  3. 25 Sep, 2020 1 commit
    • Scott Hampton's avatar
      Refactored group repository analytics · 767b6af1
      Scott Hampton authored
      Refactored group repository analytics component
      to make room for adding more sections to the
      test coverage area. Moved the projects dropdown
      to its own component so it can be reused in an
      upcoming section.
      
      Also moved the modal button to be inside of a
      card according to design.
      767b6af1
  4. 24 Sep, 2020 37 commits