latos / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Implement Counter Style Inline Thread Toggle #163

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current toggle for showing and hiding inline threads is a basic +/- type 
indicator.  We would like to implement a toggle component that shows the number 
of blips in the inline thread subtree as well as how many are unread.  A basic 
description of the functionality is as follows.

1) The toggle will consist of an arrow indicating if the thread is expanded or 
collapsed.  The arrow will point to the right if the thread is collapsed and 
down if it is expanded.

2) Following the arrow will be a bordered box with the count of total blips in 
the thread subtree as well as the number of unread blips.  The initial format 
for the information will be Total Blips (Unread Blips).  

3) If there are no unread blips the (Unread Blips) portion will be omitted.

4) Both the arrow and the count box will have a gray background if there are no 
unread blips and will have a green background if there are unread blips.

A mockup of this implementation can be found in the default repo here:

src/org/waveprotocol/wave/client/wavepanel/view/dom/full/mock/inline_thread.html

Original issue reported on code.google.com by michael.macfadden on 24 Nov 2010 at 10:27

GoogleCodeExporter commented 8 years ago
Do we could this as fixed now?

Original comment by ano...@google.com on 22 Dec 2010 at 4:37

GoogleCodeExporter commented 8 years ago
Yeah this has been fixed, and test committed.

Original comment by michael.macfadden on 22 Dec 2010 at 4:52