1. 10 Apr, 2018 1 commit
    • 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
  2. 06 Apr, 2018 9 commits
  3. 05 Apr, 2018 1 commit
  4. 04 Apr, 2018 1 commit
  5. 29 Mar, 2018 5 commits
  6. 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
  7. 27 Mar, 2018 4 commits
  8. 26 Mar, 2018 6 commits
  9. 22 Mar, 2018 11 commits
  10. 21 Mar, 2018 1 commit