1. 06 Feb, 2020 1 commit
    • Kyle Keating's avatar
      Fix a11y lint issues in menu.js · 0f8768c4
      Kyle Keating authored
      - Disable lint rules: "no-static-element-interactions"  and "click-events-have-key-events"  on the menu wrapper. It is acceptable to allow click event handling on static elements when its used to catch event propagation
      
      - Add a -1 tabindex on menu__content for lint purposes
      0f8768c4
  2. 05 Feb, 2020 2 commits
  3. 04 Feb, 2020 6 commits
  4. 03 Feb, 2020 19 commits
  5. 31 Jan, 2020 2 commits
    • Kyle Keating's avatar
      Bumping version · 97087d5a
      Kyle Keating authored
      Chrome extension did not upload correctly, bumping version to repeat the travis build
      97087d5a
    • Robert Knight's avatar
      Move component test utilities to src/test-util/ · 971df23e
      Robert Knight authored
      Improve organizational clarity by separating tests from utility modules
      used in tests, and also pave the way for re-using these utilities for UI
      outside the sidebar app in future (eg. src/annotator/).
      971df23e
  6. 30 Jan, 2020 6 commits
  7. 29 Jan, 2020 3 commits
  8. 28 Jan, 2020 1 commit