1. 13 Jul, 2020 4 commits
  2. 10 Jul, 2020 3 commits
  3. 08 Jul, 2020 1 commit
  4. 07 Jul, 2020 11 commits
  5. 06 Jul, 2020 13 commits
  6. 04 Jul, 2020 2 commits
  7. 02 Jul, 2020 4 commits
  8. 01 Jul, 2020 2 commits
    • Lyza Danger Gardner's avatar
      Disable `_separate_replies` in sidebar annotation fetching · b35475fa
      Lyza Danger Gardner authored
      When associated feature flag is set, `_separate_replies` will be set
      to `false` when loading annotations in the sidebar.
      b35475fa
    • Robert Knight's avatar
      Typecheck UI components in src/annotator/components · f6042890
      Robert Knight authored
      This follows the same pattern that was introduced for `SvgIcon` in
      `propTypes` declarations are kept around for use at runtime by other
      code which is not yet typechecked.
      
      An issue that I encountered is that TS doesn't know about the custom
      HTML element types we use. For the moment I have ignored these with
      `@ts-ignore`, although I believe it should be possible to teach it.
      f6042890