Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make chat easier to use (maybe the whole window needs a facelift) #27

Open
amyxzhang opened this issue Apr 12, 2015 · 3 comments
Open

Comments

@amyxzhang
Copy link
Member

chat input box is way too small...also need to be able to drag text box to make it bigger.

@karger
Copy link
Member

karger commented Apr 12, 2015

On 4/11/2015 11:12 PM, Amy Zhang wrote:

chat input box is way too small...also need to be able to drag text
box to make it bigger.

ideally, it will automatically grow as you type more.


Reply to this email directly or view it on GitHub
#27.

@LeaVerou
Copy link
Member

also need to be able to drag text box to make it bigger

This is usually enabled by default in <textarea>s. You guys have applied resize: none in the CSS to disable it, in jquery.mentionsInput.css (which I can’t seem to find in either of the two repos, any idea where I should look?).

(Of course agreed with @karger that it should automatically grow, but resize: vertical; would be a nice quick fix until then.)

@LeaVerou
Copy link
Member

Speaking of the chatbox, IMO it needs more horizontal space, and the username needs to come before the message (which is the case in pretty much every messaging app I can think of). It was very confusing to read the conversation with usernames after messages, especially when the messages were long-ish so the username wasn’t visible without scrolling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants