1. 21 Sep, 2022 8 commits
  2. 20 Sep, 2022 12 commits
  3. 16 Sep, 2022 7 commits
  4. 12 Sep, 2022 10 commits
  5. 08 Sep, 2022 2 commits
  6. 07 Sep, 2022 1 commit
    • Robert Knight's avatar
      Make ThreadCard programatically focusable only and style focus ring · aa316c6e
      Robert Knight authored
      We need to set a `tabIndex` so that the card can be focused programatically when
      the user clicks the "Show" button on the adder toolbar. However we're not sure
      if we want the card to appear in the keyboard tab focus sequence yet, so set the
      value to -1 for now.
      
      Add the focus-visible-ring class so that the card gets out standard focus ring
      when it is focused.
      aa316c6e