1. 31 May, 2021 7 commits
  2. 28 May, 2021 2 commits
  3. 27 May, 2021 3 commits
  4. 25 May, 2021 6 commits
  5. 24 May, 2021 9 commits
  6. 21 May, 2021 7 commits
  7. 20 May, 2021 2 commits
    • Eduardo Sanz García's avatar
      Display the annotation header on the top-level annotation · fcfde74a
      Eduardo Sanz García authored
      This PR ensures that the annotation header is always shown, even if the
      top-level annotation is hidden by a filter. The annotation header
      contains the document target. This information is specially important in
      the context of the notebook, where annotations from different documents
      are displayed together.
      
      I created a wrapper around the `AnnotationHeader` component. I couldn't
      use it directly because I needed a couple of methods from the store to
      mimic 100% the same behaviour as when `AnnotationHeader` is called
      through `Annotation` component.
      fcfde74a
    • Eduardo Sanz García's avatar
      Remove flag icon from annotation cards for LMS users · cf22b700
      Eduardo Sanz García authored
      1. Added an option (`allowFlagging`) in the service configuration to
         enable/disable flagging.
      
      2. Added logic in `AnnoationActionBar` component to hide the flag icon
         if the service configuration has the option `allowFlagging`.
      
      Closes https://github.com/hypothesis/product-backlog/issues/1126
      cf22b700
  8. 17 May, 2021 4 commits