You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Chatting I faced an issue of remembering username which was in some bizarre format so i want to add a feature of asking the user to set a username whenever they start or someone starts chat from URL.
**like just suppose chatting in a group of up to 10 will be really messy for a common mind like remembering who said what **
I want to add a better layout like the left side for receiver messages and the right side fo the sender this will help users a lot I thought.
if both this will help you or only one kindly let me know, I want to contribute.
if you have any special case or suggestion to implement these functions you can suggest me .
The text was updated successfully, but these errors were encountered:
IMHO, the problem with this approach is that because the chat is full screen, it may be difficult to read messages on a widescreen. Also if you have more than two users, all other users will be on the same side. I see two ways to solve this:
Limit the width of chat part and center the content (doesn't solve the more than 2 users problem)
The second approach seems to me to leave more freedom and more room for messages.
What do you think ?
On the other hand, for the username problem, there is already a way to change nickname using the "/nick" command. It's not necessarily intuitive so proposing something simpler might be a good idea. It would also be useful to save the nickname in the localstorage for example so you don't have to set it each time (See #127).
While Chatting I faced an issue of remembering username which was in some bizarre format so i want to add a feature of asking the user to set a username whenever they start or someone starts chat from URL.
**like just suppose chatting in a group of up to 10 will be really messy for a common mind like remembering who said what **
I want to add a better layout like the left side for receiver messages and the right side fo the sender this will help users a lot I thought.
if both this will help you or only one kindly let me know, I want to contribute.
if you have any special case or suggestion to implement these functions you can suggest me .
The text was updated successfully, but these errors were encountered: