1. 04 Jul, 2022 5 commits
  2. 01 Jul, 2022 1 commit
  3. 29 Jun, 2022 1 commit
  4. 28 Jun, 2022 2 commits
  5. 27 Jun, 2022 8 commits
  6. 22 Jun, 2022 2 commits
    • Lyza Danger Gardner's avatar
      Remove unneeded `normalizeKeyName` utility use · e09ff8c6
      Lyza Danger Gardner authored
      `normalizeKeyName` provided normalization of `event.key` names for
      key* events for legacy browsers. We no longer support those legacy
      browsers (IE11, Legacy Edge), so this utility is no longer necessary.
      e09ff8c6
    • Lyza Danger Gardner's avatar
      Refactor author display name and link logic · a5ece40a
      Lyza Danger Gardner authored
      Refactor the way that annotation author display names and links to author pages are determined to avoid memoization bugs. This means, unfortunately, that less of the logic can be encapsulated, as callers need to pass the arguments that are pertinent to memoization.
      
      Fixes #4536
      a5ece40a
  7. 21 Jun, 2022 1 commit
  8. 20 Jun, 2022 11 commits
  9. 14 Jun, 2022 1 commit
  10. 13 Jun, 2022 7 commits
  11. 08 Jun, 2022 1 commit
    • Lyza Danger Gardner's avatar
      Build `annotator` and `sidebar` tailwind entry points separately · 9f391c3a
      Lyza Danger Gardner authored
      Split up the build of `annotator` and `sidebar` tailwind CSS into
      separate tasks so they can be built against distinct tailwind
      configuration. This allows the definition of `content` globs that are
      specific to each entry point, avoiding the inclusion of irrelevant
      styles in output CSS.
      
      The other standalone CSS entry points — highlights, pdfjs-overrides,
      katex — can be built against any tailwind configuration as they do not
      enable any tailwind layers (and thus do not include any tailwind
      utility classes).
      9f391c3a