-
Notifications
You must be signed in to change notification settings - Fork 263
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
change the composer modal size to large #6717
Conversation
Signed-off-by: szaimen <szaimen@e.mail.de>
Thanks for opening your first pull request in this repository! ✌️ |
I would wait for Jan's or Nimisha's approval :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would widen the composer window line length from an already wide ~80 characters per line to a huge ~125 characters per line.
The recommended line length is between 45 and 75 characters per line, see:
So the composer modal should stay at normal size.
Remember our design is not governed by how much screen space there is, but by human cognition. ;)
Fine by me! |
To also take into account @marcoambrosini’s issue report (Marco check my comment above on line length :) We could think about introducing the ability to expand the composer, but that’s a separate issue. Default composer should stay within legible limits. |
@jancborchardt keep in mind that our To give a point of reference, a size large is the same as the app settings dialog. To me this would be pretty reasonable for Mail's composer. We could also bump the size of the text in the composer to 16 to make it more readable. reference of a "large" modal window on a 16 inch screen with recommended scaling and no zoom in the web page |
Personally I'm used to writing mails in full-page view such that fixing a window size seems undesirable to me. I'd like to have it at least adjustable by the user or even better provide the possibility to edit it on the right hand side (without pop-up) as it used to be the case (preferably the default behavior for this would be a setting somewhere). |
I personally have to agree with Marco and Bibo-Joshi. The current modal window is super small. Can we keep the line lenght and increase font size while making the modal bigger, and possibly add an overlay? It feels fiddly. |
Oh btw @jancborchardt I just noticed that the composer uses 13px as font size. Is there any reason for that? |
Also agreed, if the composer was a popup composer on the right like in Gmail then it makes sense to keep it small, but seems to me that there is no use of keeping a modal-type focused composer which is so small. If you add attachments that's even lesser of the body text that's not visible. I think it's a good idea to increase the size, and possibly the font size as well :) |
@marcoambrosini no, actually no specific reason for that except legacy I guess. @szaimen can you adjust that, then we see which modal size best fits our roughly ~75–80 characters with the new increased font size? :) |
I would but where do I adjust that? |
Finish or discard? |
I asked a question in the comment above :P |
@jancborchardt please have a look. I think this still makes sense but I'll let you decide. |
@ChristophWurst The feedback I left in #6717 (comment) still has to be addressed though? |
|
This is the big gmail window: The main benefits here are:
|
@GretaD you can test with a variety of 80-character lines (not only 2) and increase the modal size/width accordingly, as @ChristophWurst said? @miaulalala again, the Gmail large window is not standard, we are going in circles here. If we would make it so wide by default (and as the only option) it would severely hamper legibility. |
I used: https://charactercounter.de/ to count characters. Spaces are considered characters too in the example above. |
I disagree that it's not standard. GMX has a massive input field, if oldschool. So does Yahoo Mail. Outlook online is smaller but still more than 80 chars in a line. Clients like Thunderbird do not limit line length either. The fiddlyness of the modal we currently have is seriously annoying. And again, legibility is not really an issue in a window that will be structured by my own input - unlike a window that has the structure determined from the other side. |
Closing because we will do #9100 instead. |
Close #6589
Signed-off-by: szaimen szaimen@e.mail.de