chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
39 stars 18 forks source link

Feature Request: Bunched Messages #35

Open TreffnonX opened 8 years ago

TreffnonX commented 8 years ago

Multiple messages from the same person have increased overhead, as they display the user name multiple times. To reduce overhead and declutter the chat, followup messages from the same user could ommit the user name, while signifying the separate arrival through an alternating background color (very light grey - similar to original chat background). Every second message arriving from the same user in a row could be given this separate color.

If combined with the feature request for blocked time stamps, messages arriving in different time blocks can still ommit the name, but restart the sequence of alternating backgrounds.

This feature will ultimately clean up the clutter in the chat, while allowing more information in the same space. This feature would be strictly client side.

chaitu236 commented 8 years ago

This is interesting. Let me think about it.