1. 25 May, 2016 2 commits
    • Robert Knight's avatar
      Fix top bar juddering when scrolling window · 617148e1
      Robert Knight authored
      Use transform3d() to force the top bar onto a new compositor layer so
      that it does not judder around when scrolling the window.
      
      The better fix here will be to make the body scroll rather than the
      whole window.
      617148e1
    • Robert Knight's avatar
      Virtualize the annotation thread list · 0e67b614
      Robert Knight authored
      Make the sidebar handle "large" (ie. 50+) numbers of annotation threads
      much better by virtualizing the thread list. Virtualizing means that we
      only instantiate <annotation-thread> components for threads which are
      either in or 'near' (above/below) the viewport. For the remaining
      offscreen threads space is reserved by a couple of <li> elements above
      and below the visible threads.
      0e67b614
  2. 23 May, 2016 2 commits
  3. 13 May, 2016 10 commits
  4. 12 May, 2016 7 commits
  5. 11 May, 2016 4 commits
  6. 10 May, 2016 7 commits
  7. 09 May, 2016 8 commits