1. 16 Mar, 2014 7 commits
    • Randall Leeds's avatar
      Fix header styles for annotations after 352cc1d · 107c9fa3
      Randall Leeds authored
      This should have been qualified before, so that it only applied to
      the main content header.
      107c9fa3
    • Randall Leeds's avatar
      Get rid of SiteLayout, move site.scss to app.scss · 293664a2
      Randall Leeds authored
      A step toward unification, remove the distinction between app and
      site layouts.
      293664a2
    • Randall Leeds's avatar
      highlight the reply count on annotation hover · a402cc38
      Randall Leeds authored
      This makes it clearer that this is a link and calls attention to
      the number of replies.
      a402cc38
    • Randall Leeds's avatar
      Tone down the toolbar button text shadows · e4f13646
      Randall Leeds authored
      Follow 8cc8dbb by making the toolbar icons less 3D, letting their
      features come through without the distraction of exaggerated depth.
      e4f13646
    • Randall Leeds's avatar
      De-fluffify some of our shadows · 00bea971
      Randall Leeds authored
      I like the harder edges -- less depth, following the trend toward
      flatter designs. As a third-party on the page, I think we benefit
      from being minimalist and understated, so that we don't look
      gaudy in comparison to minimalist sites.
      00bea971
    • Randall Leeds's avatar
      refactor thread collapse classes · 0921923a
      Randall Leeds authored
      I decided I thought the additional collapsedreplies and collapsereply
      classes were unnecessary. Turns out I was right. I also managed to
      remove some duplication in the annotation template, the reply count
      and timestamp are laid out such that they each appear only once and
      neither is inside the "controls".
      0921923a
    • Randall Leeds's avatar
      improve fix for #788 · ea98c24e
      Randall Leeds authored
      This frees us up to remove the other mouse events, which makes this
      a bit cleaner to my eyes. It also avoids passing the selection
      through the scope, storing no state between events.
      ea98c24e
  2. 15 Mar, 2014 1 commit
    • Randall Leeds's avatar
      Kill sliding-panels and summary hover shadow · ffdf6eda
      Randall Leeds authored
      The sliding panels are totally unused. They can be brought back but
      right now it's unnecessary structure. The most reasonable place to
      relocate the card-emphasis was in the stream-list. After all, cards
      go in streams. But I found the stream-list class wasn't actually
      placed on the list, it was placed on the list items. That seems
      counterintuitive, so I raised it up in the structure.
      
      Afterward, to keep the emphasis looking correct, I changed the paper
      class to not have padding, and moved that padding to the thread
      instead. Then I had to change some things about the thread, including
      using it as a class in the editor (which is consistent, and makes
      some sense). That meant that some viewer-only tag styles were bleeding
      over, so I worked on those to make the tag styles a little nicer.
      
      Finally, I had to fix the hover shadow on the threads now, and opted
      to go for a background darkening instead of a shadow, since it works
      across both replies and top level threads, and makes things less
      bouncy, which I find to be a relief.
      
      All in all, I'm happy. Probably will make someone unhappy.
      ffdf6eda
  3. 14 Mar, 2014 7 commits
  4. 13 Mar, 2014 6 commits
  5. 12 Mar, 2014 1 commit
  6. 11 Mar, 2014 8 commits
  7. 10 Mar, 2014 1 commit
  8. 07 Mar, 2014 4 commits
  9. 01 Mar, 2014 3 commits
  10. 28 Feb, 2014 1 commit
  11. 27 Feb, 2014 1 commit