1. 10 Mar, 2020 2 commits
    • Robert Knight's avatar
      Improve variable naming · 6ef5e39a
      Robert Knight authored
      Update a couple of variable names as suggested in PR feedback.
      
       - Add `is` prefix to bool prop
       - Rename `type` to `tabId`
      6ef5e39a
    • Robert Knight's avatar
      Support selecting tabs with the keyboard · cf30daf4
      Robert Knight authored
      Tab bar buttons responded to mouse/touch press events to make tab
      switching feel fast and match how eg. browser tabs behave. However these were not
      triggered when activating the buttons using the keyboard. Resolve the
      issue by adding the standard click event handler and keeping the
      mousedown handler as an optimization.
      
      Also add a missing test for tab selection behavior.
      cf30daf4
  2. 09 Mar, 2020 10 commits
  3. 06 Mar, 2020 11 commits
  4. 05 Mar, 2020 7 commits
  5. 04 Mar, 2020 8 commits
  6. 03 Mar, 2020 2 commits