Trix editor UI/UX suggestion #62
milos-dukic
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is just a suggestion for UI/UX improvement of the text editor component in use i.e. Trix editor.
Namely, when you start typing the message in the editor, as the message grows so does the editor's UI, up to a point that it can become as big as chat panel, and as such it obscures the previous messages i.e. chat history.
As I am aware Trix editor doesn't have regular setup for the rows, but this is achieved via CSS.
Now just to compare:
After the above threshold is breached, we get the scrollbar for the input text field for the above apps.
Unfortunately, Campfire doesn't have this limmit.
So, I would suggest, for the sake of better UX to make some limmits for the UI input.
It doesn't have to be so restrictive as MS Teams, but I think that it should be less then in Slack.
So, my suggestion would be to limmit it to 15 lines, that would be
360px, that would be equal to2116 characters, without scrolling (that is on most of the laptop/desktop displays).For this I created a PR #58
Beta Was this translation helpful? Give feedback.
All reactions