minimalchat/client

No close state

Closed this issue · 1 comments

mihok commented

Currently the chat window is default to open and active, this should not be the default behavior. On load the client should start in a closed state which does not show the input or messages. Ideally the look and feel of the closed state should be configurable and independent from the overall chat window style. The closed state should also show a notification bubble with unread message count, but this could be accomplished as a separate issue.

I propose that there be three main configuration factors in the close state button:

  • Border-radius, this allows someone to have a square button with rounded edges, or a circle if the radius is set high enough
  • Text, to show some text enticing the user to interact, or, the Chat operator name, or, no text at all
  • Colour, background and foreground, should match the chat window header (if any) colour
mihok commented

This is resloved in latest version