1. 09 Jan, 2015 1 commit
  2. 06 Jan, 2015 1 commit
  3. 17 Oct, 2014 2 commits
  4. 03 Sep, 2014 1 commit
  5. 29 Aug, 2014 4 commits
    • Update UI for forum actions · 988e4e6d
      The actions are now consolidated in one location for each piece of
      content. Primary actions (vote, follow, endorse, mark as answer) are
      buttons, and secondary actions (pin, edit, delete, report, close) are in
      a menu. This also includes improved front-end error handling for the
      actions and significant test cleanup.
      
      Co-authored-by: jsa <jsa@edx.org>
      Co-authored-by: marco <marcotuts@gmail.com>
      Co-authored-by: Frances Botsford <frances@edx.org>
      Co-authored-by: Brian Talbot <btalbot@edx.org>
      Greg Price committed
    • Add filter menu to forum nav sidebar · 80d1cae6
      The menu allows filtering to unread, unanswered, or flagged threads.
      This includes passing through the appropriate query parameters to the
      comments service.
      Greg Price committed
    • Add post type indicators to forum sidebar nav · 2e308741
      The previously existing checkmark for threads with endorsed responses is
      removed, as it is mostly redundant.
      Greg Price committed
    • Update forum new post form · 854621be
      Add help text to several fields, update visual styling, and make it
      appear in the right-hand pane of the discussion tab instead of sliding
      down from the top.
      
      Co-authored-by: jsa <jsa@edx.org>
      Co-authored-by: marco <marcotuts@gmail.com>
      Greg Price committed
  6. 07 Jul, 2014 2 commits
  7. 03 Jul, 2014 1 commit
    • Tweak forum topic browse menu · f3a8436e
      The filter box will now remain fixed while the rest of the menu scrolls.
      This also fixes a minor cosmetic bug in which the thread list would
      overflow its container if the user opened the browse menu, scrolled the
      page, and then closed the browse menu.
      Greg Price committed
  8. 02 Jul, 2014 4 commits
    • Update discussion tab sidebar header · 6d87443a
      The home button is removed, the search box is always displayed, and many
      visual adjustments are made, along with a large amount of refactoring.
      
      Originally reviewed in #4211
      Greg Price committed
    • Improve forum sorting and cohort filtering UX · 05d8eeec
      Thread entries now show an activity count that includes the original
      post, and only one of the vote count and activity count is displayed
      based on the user's selected sort. The sorting and filtering options now
      both use a select and are somewhat more verbose, and the visual styling
      of the sort/filter bar is updated.
      
      Originally reviewed in #4165 with a bugfix in #4211
      Greg Price committed
    • Add labels to forum thread list · 551cea93
      A thread will be labeled if it is pinned, if the user is following it,
      or if it was authored by a staff member or community TA. This also
      slightly changes the color used for community TA labels.
      
      Originally reviewed in #4072
      Greg Price committed
    • Re-design forum thread list · 89ba90a6
      Use larger and lighter title font, decrease padding, and use lighter
      solid backgrounds instead of gradients. Also, refactor SASS code to
      conform better to our new style, including using more specific class
      names.
      
      Originally reviewed in #4072
      Greg Price committed