1. 15 Jul, 2016 9 commits
  2. 14 Jul, 2016 13 commits
  3. 13 Jul, 2016 16 commits
  4. 12 Jul, 2016 2 commits
    • Robert Knight's avatar
      Make tab bar keyboard accessible · 66f328a5
      Robert Knight authored
      Use anchor rather than link elements for the tab bar items so that they
      are focusable via keyboard navigation.
      
      Also follow code conventions and use 'is-<state>' for element states set in JS.
      66f328a5
    • Robert Knight's avatar
      Focus Annotation / Notes tabs on tap or mouse down · 1874d9f5
      Robert Knight authored
      Focus the Annotation and Notes tabs on touch or mouse down rather than
      click.
      
      This makes the tabs act more like tabs in native apps and feel more
      responsive.
      
      Since Angular does not provide a built-in attribute directive for
      handling touch events, implement a custom one.
      1874d9f5