1. 05 Mar, 2019 2 commits
    • Hannah Stepanek's avatar
      Add isLoggedIn to store · c0219680
      Hannah Stepanek authored
      c0219680
    • Hannah Stepanek's avatar
      Add isFeatureFlagEnabled & logic to showGroupsMenu · 0f8827fc
      Hannah Stepanek authored
      - isFeatureFlagEnabled will be used to feature flag the groups-list
        template.
      - When the community_groups feature flag is enabled, only show the
        groups drop down menu if there is more than one group present.
        This varies slightly from the current behavior where this only
        happens if it is a thirdparty account.
      - Fix the group const names to follow js cammel case convention and
        use full groups rather than recreating them every time.
      0f8827fc
  2. 28 Feb, 2019 1 commit
    • Hannah Stepanek's avatar
      Cleanup list-group tests · 9e34daac
      Hannah Stepanek authored
      - Add group const which will be used in the current and new tests.
      - Remove group links and reference the links through the new group
        const instead.
      - Fix incorrect usage of groups and overriding of `fakeGroups.all`:
        `groups` is a const defined for all tests but some tests where
        making a new groups const or overriding the `fakeGroups.all` when
        they should have overridden the value of the `groups` const.
      9e34daac
  3. 27 Feb, 2019 2 commits
  4. 25 Feb, 2019 2 commits
  5. 22 Feb, 2019 7 commits
  6. 21 Feb, 2019 1 commit
  7. 20 Feb, 2019 8 commits
  8. 19 Feb, 2019 13 commits
  9. 18 Feb, 2019 4 commits