1. 27 Feb, 2016 1 commit
  2. 26 Feb, 2016 25 commits
  3. 25 Feb, 2016 11 commits
  4. 24 Feb, 2016 3 commits
    • Jacob Schatz's avatar
      Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' · 856153d7
      Jacob Schatz authored
      Sidebar overlaps content when screen is below 1200px.
      
      When screen is below 1200px, the sidebar overlaps.
      When screen is above 1200px, the sidebar pushes content out.
      z-index change to make sure hamburger stays on top.
      Fixes #12717 
      ![screensize](/uploads/9a21fa06d583a49d6ebbf1ada34c6792/screensize.gif)
      
      ![screensize-small](/uploads/7c25f46e962248a40840562a01c83f8f/screensize-small.gif)
      
      Also sorry I couldn't get the collapse button in the screen cap. It's there. 
      
      
      See merge request !2620
      856153d7
    • Jacob Schatz's avatar
      Merge branch 'bugfix/jschatz/sidebar-issues/minimize-on-diff' into 'master' · 34ba39b9
      Jacob Schatz authored
      Shrink on diff view
      
      * Shrinks when navigating to diff view.
      * Shrinks when refreshing on diff view.
      * Expandable at anytime.
      
      ![diff](/uploads/ec3ff1e7be7571a3af251e9ec9f704c1/diff.gif)
      
      
      See merge request !2735
      34ba39b9
    • Robert Speicher's avatar
      Move "I should see Crowd login form" feature to a view spec · b95ef77e
      Robert Speicher authored
      We were doing all kinds of code gymnastics to "enable" Crowd in the
      feature spec and this would sometimes cause a transient failure.
      
      Really what it's testing is if the Crowd login form shows when Crowd's
      enabled, so this is much better suited to a view spec.
      b95ef77e