1. 12 Oct, 2021 1 commit
    • Ezekiel Kigbo's avatar
      Ensure selected projects are always visible · bbb108e6
      Ezekiel Kigbo authored
      When displaying selected / unselected projects in the vsa
      project selector, we were checking the `availableProjects`
      computed property, this would return the items that match the
      current search string, instead we should always use the
      `selectedProjects` computed property for selected items.
      
      This ensures that selected items that do not match the
      current search term are still visible.
      
      Adds a related spec test
      bbb108e6
  2. 11 Oct, 2021 15 commits
  3. 09 Oct, 2021 6 commits
  4. 08 Oct, 2021 18 commits