chaitu236 / TakWeb

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

Feature Request: highlight chat msgs from current opponent in the chat window #41

Closed ghost closed 8 years ago

ghost commented 8 years ago

It would be very nice to somehow make chat messages from your opponent more visible in the chat window.

Two options: 1) show them in a different color 2) split the chat window into two sections; one for your opponent messages, and the other for everyone... then let the user slide the divider between the two. Then you could basically hide the "everyone" messages if you want to focus on your opponent msgs. The player's own messages should show in both sections.

TreffnonX commented 8 years ago

That feature is actually implicitly solved, as soon as ingame chat becomes a thing. Then, those messages will be highlighted by either being in a separate window, or highlighted in a different color in the main chat view. How this is solved depends on the specific client (master/fork). It would make for a nice quick fix though.

ghost commented 8 years ago

Yea, that sounds more comprehensive.