1. 27 May, 2021 1 commit
  2. 25 May, 2021 6 commits
  3. 24 May, 2021 9 commits
  4. 21 May, 2021 7 commits
  5. 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
  6. 17 May, 2021 11 commits
  7. 14 May, 2021 2 commits
  8. 13 May, 2021 1 commit
    • Lyza Danger Gardner's avatar
      Add classname prefix to avoid conflicts with `frontend-shared` · 3b967dc6
      Lyza Danger Gardner authored
      Add a temporary class name prefix to the local `Panel` component styles.
      
      This will avoid conflicts with the styling for the new `Panel` component
      in the `frontend-shared` package.
      
      In the future:
      
      * This local `Panel` will be supplanted by the shared variant, and
      * Shared component classnames will be prefixed to avoid future conflicts
      3b967dc6
  9. 12 May, 2021 1 commit