nhexirc / nhex

A next-generation IRC client inspired by HexChat
https://nhexirc.com
8 stars 0 forks source link

Username shown as placeholder text in user input #89

Closed zvxvx closed 2 months ago

zvxvx commented 2 months ago

Instead of another box for a name, I added it as placeholder text. This provided greater flexibility in terms of nickname length, which would mean a div would be fighting for space against the user input, which would quickly clutter mobile view. This also allows for data to exist in one input; only showing the name when the user input is cleared, which is a simple and clean solution to me.

It also, as a bonus, makes it even more clear now that it's meant for user input.