1. 05 Dec, 2014 5 commits
  2. 04 Dec, 2014 3 commits
  3. 03 Dec, 2014 13 commits
  4. 02 Dec, 2014 14 commits
  5. 01 Dec, 2014 2 commits
  6. 28 Nov, 2014 3 commits
    • Randall Leeds's avatar
      Use js-hover instead of card-emphasis · c50817f8
      Randall Leeds authored
      c50817f8
    • csillag's avatar
      Change annotation card focusing implementation · 14d12283
      csillag authored
      So that
       - Instead of a map, we now store a list of focused tags
       - The check for being focused has been moved
         into a method in the controller
       - The sidebar now exepts simply a list of tags to
         focus on (no more add/remove tags to existing list)
      14d12283
    • csillag's avatar
      Simplify annotation card focusing logic · 1cc8e3c9
      csillag authored
      Don't bother looking up the annotations (for the tags),
      since we only need the list of tags anyway.
      
      (It was different when we worked with the IDs, but we
      moved to use tags instead, so the actual annotations
      are no longer needed.)
      1cc8e3c9