1. 28 Mar, 2014 10 commits
  2. 27 Mar, 2014 12 commits
  3. 25 Mar, 2014 3 commits
  4. 24 Mar, 2014 7 commits
  5. 21 Mar, 2014 2 commits
  6. 19 Mar, 2014 2 commits
    • RawKStar77's avatar
      1349d235
    • RawKStar77's avatar
      Add V1 viewsort feature. · a1e08fc0
      RawKStar77 authored
      The viewsort feature allows users to better control the annotations that appear in the sidebar. The view control allows users to select either SCREEN (in which the sidebar only displays annotations that are currently visible on screen) or DOCUMENT (All annotation on the page are visible in the sidebar). The sort feature allows users to sort annotations by newest, oldest, or location (where they fall in the document). Both controls are implemented in simple tabs below the topbar.
      
      The sort feature is implemented using Angular's very useful OrderBy attribute on ng-repeat.
      
      The view control is implemented using updateviewer.
      a1e08fc0
  7. 17 Mar, 2014 2 commits
  8. 16 Mar, 2014 2 commits
    • Randall Leeds's avatar
      restore sidebar font sizes · 1f272fcc
      Randall Leeds authored
      I had accidentally screwed this up when I combined some CSS in
      the past few commits.
      1f272fcc
    • Randall Leeds's avatar
      get rid of the show class · eb26a9d5
      Randall Leeds authored
      Unwrap the "magic controls". It's unnecessary structure that
      doesn't save much and this way the style doesn't need to include
      a display property. They can be inline or block.
      eb26a9d5