[staging only] Show Recent Group PMs in right sidebar.

Show up to 10 of your recent group PM conversations in the right
sidebar.  Clicking on the links narrows to the huddle and opens the
compose box for the huddle.  The green circles have opacity
proportional to the number of users present in the huddle.

This is feature flagged to staging only.

Some of this code was written by Allen before commits were squashed.

Known issue: unread counts disappear on certain refresh events.

(imported from commit 3b44665150ba20594d8b0295cb30df03601c1d52)
This commit is contained in:
Steve Howell
2013-10-17 15:56:49 -07:00
parent 7bde1f7716
commit 52ec258122
8 changed files with 93 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ exports.left_side_userlist = page_params.staging ||
exports.fade_users_when_composing = page_params.staging || is_customer4;
exports.use_socket = page_params.staging;
exports.notify_on_send_not_in_view = false;
exports.show_huddles = page_params.staging;
// Still burning in...
exports.mark_read_at_bottom = true;