Shobhit2205 / RhinoMeet

RhinoMeet - Random chat website
https://rhinomeet.com
4 stars 5 forks source link

Improve Input Focus, Empty Message Handling, and Accessibility in Chat Component in Message.tsx file #6

Open Amansingh0807 opened 8 hours ago

Amansingh0807 commented 8 hours ago
  1. Automatically focus the input field after sending a message for better UX.
  2. Trim messages to prevent sending empty spaces.
  3. Add aria-label to the input and send button for accessibility improvements.
  4. Disable the input field when remoteSocketId is null to avoid confusion.

These changes will enhance usability and ensure a smoother chat experience.