1. 16 Oct, 2015 1 commit
  2. 15 Oct, 2015 13 commits
  3. 14 Oct, 2015 7 commits
  4. 13 Oct, 2015 13 commits
  5. 12 Oct, 2015 3 commits
  6. 09 Oct, 2015 3 commits
    • Robert Knight's avatar
      Merge pull request #2605 from hypothesis/remove-streamer-flag · 6d1eccd9
      Robert Knight authored
      Remove the 'streamer' feature flag
      6d1eccd9
    • Robert Knight's avatar
      Let the annotation post button resize to fit its content · 35af9e63
      Robert Knight authored
      Remove the fixed width from the annotation post button
      and let the dropdown menu's width adjust to fit its
      content rather than being the same width as the button.
      
      To avoid the menu disappearing into the left edge of
      the sidebar, the menu has been re-aligned so that
      it is centered underneath the button's dropdown arrow.
      
       * Simplify the styling used to hide the dropdown menu
         to use just the visibility property instead of
         setting pointer events to none, applying a rotation transform
         _and_ setting opacity to 0.
      
         I'm unclear why the combination of a transform, pointer events
         and opacity was used originally but the dropdown menus
         continue to work with the simplified styling.
      
      T-112
      35af9e63
    • Nick Stenning's avatar
      Remove flash on submitting forgot password form · 8a46ae38
      Nick Stenning authored
      Rather than flashing a message to check the user's email, display a
      persistent message on the reset password form if the code has not been
      prefilled.
      8a46ae38