1. 19 Apr, 2018 1 commit
    • Robert Knight's avatar
      Rename `focusedGroup` state key to `focusedGroupId` · 66629ab6
      Robert Knight authored
      As noted in CR feedback, having a selector named `focusedGroup` which
      returns a `Group` and a state property named `focusedGroup` is
      `string|null` is confusing.
      
      Also change a `g` variable to `group` for clarity.
      66629ab6
  2. 10 Apr, 2018 2 commits
    • Robert Knight's avatar
      Update groups service to use groups Redux module · 6585c54e
      Robert Knight authored
      Update the groups service to use the Redux store for storing and reading
      groups state instead of storing it internally in private variables.
      6585c54e
    • Robert Knight's avatar
      Add store module for groups · e61711b9
      Robert Knight authored
      Add a Redux module that stores state related to groups, including the
      currently focused group and the list of all known groups.
      
      This is an initial step towards moving this state from the groups
      service into the store, which will make reacting to changes in the set
      of loaded groups, or the focused group, easier.
      e61711b9
  3. 06 Apr, 2018 9 commits
  4. 05 Apr, 2018 1 commit
  5. 04 Apr, 2018 1 commit
  6. 29 Mar, 2018 5 commits
  7. 28 Mar, 2018 1 commit
    • Robert Knight's avatar
      Add test for `subscribe` method of store · 1edd8b07
      Robert Knight authored
      This method is part of the Redux store API so we don't need to test it
      in detail, but this is additional verification that `createStore`
      returns a working Redux store.
      1edd8b07
  8. 27 Mar, 2018 4 commits
  9. 26 Mar, 2018 6 commits
  10. 22 Mar, 2018 10 commits