- Don't show a loading state on the whole column while sending chat. We could show some kind of minor loading state, but standard JX.Busy stuff will kick in after a couple seconds anyway.
- Blank the textarea immediately on submit so you can start typing more text.
- Don't disable the form while submiting; disabling it prevents you from typing more text.
- Hide the placeholder while the textarea is focused. If we don't do this, the placeholder reappearing after submitting text feels weird to me.
Details
Details
- Reviewers
btrahan chad - Commits
- Restricted Diffusion Commit
rPe5580d038dd1: Improve Conpherence column textarea JS behaviors
- Sent a lot of text.
- Real fast.
- Focused and unfocused the area.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- chat3
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4893 Build 4911: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
General behavioral thing here is that typing a bunch of text real fast and mashing return a lot should send all the text you typed, not some of the text you typed.