1. 11 Jun, 2019 12 commits
  2. 10 Jun, 2019 13 commits
  3. 07 Jun, 2019 9 commits
  4. 06 Jun, 2019 1 commit
    • Hannah Stepanek's avatar
      Move onForceVisible to annotation-thread · 699a6fe3
      Hannah Stepanek authored
      Move the implementation of onForceVisible into where it's used in the
      annotation-thread component instead of passing it through several layers
      of components. This simplifies the implementation and makes the code
      easier to follow.
      699a6fe3
  5. 04 Jun, 2019 2 commits
    • Hannah Stepanek's avatar
      Merge pull request #1088 from hypothesis/react-timestamp · 237bef77
      Hannah Stepanek authored
      Convert timestamp component to React
      237bef77
    • Hannah Stepanek's avatar
      Cleanup util time tests · 5957b12d
      Hannah Stepanek authored
      - Use now variable instead of walking the clock.
      - Use iso format instead of seconds.
      - Pass a Date object instead of an iso format to time.<methods>so
      the methods off the Date object can be mocked in order to avoid
      timezone specific tests. Since methods like getFullYear output the
      year in whatever timezone the operating system is set to, these
      methods must be mocked/mapped to their UTC equivalents when testing
      such as getUTCFullYear.
      - Remove offseting of time based on timezone as this is now covered
      by mocking the getFullYear method and not needed for the decayInterval
      as that only cares about time deltas.
      5957b12d
  6. 03 Jun, 2019 3 commits