1. 03 Apr, 2019 5 commits
    • mfluharty's avatar
      Rename mutations to match conventions · 78530032
      mfluharty authored
      Make actions call mutations with corresponding names
      Adjust specs to test modified actions and mutations
      78530032
    • mfluharty's avatar
      Separate searchProjects into conventional actions · 72772c5d
      mfluharty authored
      fetchSearchResults to be called from the component
      requestSearchResults to prepare the state
      receiveSearchResultsSuccess to handle successful searches
      receiveSearchResultsError to handle search errors
      72772c5d
    • mfluharty's avatar
      Rename receiving actions to begin with receive · 2ffdcc02
      mfluharty authored
      2ffdcc02
    • Nathan Friend's avatar
      Move Operations Dashboard search bar into modal · cf1e2084
      Nathan Friend authored
      This commit moves the existing search bar on the Operations Dashboard
      page - which is currently embedded directly in the page - into a modal
      dialog.
      
      The new search feature uses the new "project_selector" CE shared
      component to allow the user to select one or more projects to add.
      cf1e2084
    • Nathan Friend's avatar
      Add reusable project_selector component · 701096d2
      Nathan Friend authored
      This commit adds a resuable UI component that allows a user to search
      for a project name, shows the search results, and allows the user to
      select one or more projects.  This component communicates with its
      parent using props and events.
      
      This component was originally created for use in the EE-specific
      "Operations Dashboard" page, but it is applicable for CE use cases as
      well, and so was added as a CE shared component.
      
      In addition, some logic was extracted from the frequent_items_list_item
      component into shared filters to avoid logic duplication.
      701096d2
  2. 01 Apr, 2019 7 commits
  3. 30 Mar, 2019 7 commits
  4. 29 Mar, 2019 21 commits