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

Increase content font size #512

Closed
gnprice opened this issue Feb 9, 2024 · 2 comments · Fixed by #541
Closed

Increase content font size #512

gnprice opened this issue Feb 9, 2024 · 2 comments · Fixed by #541
Assignees
Labels
a-design Visual and UX design a-msglist The message-list screen, except what's label:a-content beta feedback Things beta users have specifically asked for

Comments

@gnprice
Copy link
Member

gnprice commented Feb 9, 2024

This is a sub-issue of:

Currently the app's font size for plain text in message bodies is 14px. That dates from the early prototype phase, when I was copying web's design meticulously (to demonstrate that we could).

The corresponding size in the zulip-mobile legacy RN app is 16px, I believe.

The corresponding size in @terpimost's design in Figma is 17px. For example, see here.

So we should increase the size, either to 16px or 17px.

If we're unsure which of those sizes to prefer, we could add a setting (even if only for the beta period) — that would make it easy for beta users to experiment with the different values and take crisp apples-to-apples pairs of screenshots for discussion.

Chat thread: https://chat.zulip.org/#narrow/stream/48-mobile/topic/density.20in.20message.20list/near/1733351

@gnprice gnprice added a-msglist The message-list screen, except what's label:a-content a-design Visual and UX design beta feedback Things beta users have specifically asked for labels Feb 9, 2024
@gnprice gnprice added this to the Beta 2 milestone Feb 9, 2024
@vijay-kesanakurthi
Copy link

I want to work on this, to get a better understanding of the project for GSOC.

@gnprice
Copy link
Member Author

gnprice commented Feb 16, 2024

@vijay-kesanakurthi Ah, we should have marked this sooner — this is actually an issue that a member of the core team is planning to take care of within the next week. I'll mark it as assigned now.

There are plenty of other issues on our project board, though, that don't have anyone assigned, so I'd encourage browsing through those. And if you haven't already, please take a look at the Zulip project's guide for picking an issue to work on: https://zulip.readthedocs.io/en/latest/contributing/contributing.html#picking-an-issue-to-work-on

chrisbobbe added a commit to chrisbobbe/zulip-flutter that referenced this issue Feb 29, 2024
…citly

kBaseFontSize is currently 14.

Before this, the text was sized by
Theme.of(context).textTheme.bodyMedium.fontSize, thanks to an
AnimatedDefaultTextStyle in the Material widget. That value is 14
when the app's localization state is set to render text as
"English-like" (see [Typography]), which at this point I think it
always is.

We want to increase the content font size soon, for zulip#512, and for
that it'll be helpful if everything uses kBaseFontSize or some
multiple of it. From scrolling through a bunch of content with
kBaseFontSize increased dramatically, I think these were the only
pieces of content that weren't doing so.
@gnprice gnprice closed this as completed in 3bcfe2c Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-design Visual and UX design a-msglist The message-list screen, except what's label:a-content beta feedback Things beta users have specifically asked for
Projects
Status: Done
3 participants