microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.81k stars 753 forks source link

It would be super helpful to use color to indicate direction of message in the log window #1267

Open tomlm opened 5 years ago

tomlm commented 5 years ago

Is your feature request related to a problem? Please describe. I find the log window hard to visually parse.

Describe the solution you'd like I would like a clear indicator of source of the content, as the <- and -> are too subtle If you look at this sequence it is not clear at all what the bot is saying vs the user image

Using color doesn't affect layout, but makes it a LOT easier to see the user input

image

Describe alternatives you've considered We tried labeling with BOT and USER text and that took up too much space.

Additional context

[enhancement]

cwhitten commented 5 years ago

@mewa1024 can you give this a look and add to https://github.com/Microsoft/BotFramework-Emulator/issues/1244?

cwhitten commented 5 years ago

@mewa1024 any updates here?

mewa1024 commented 5 years ago

No updates.