quiet icon indicating copy to clipboard operation
quiet copied to clipboard

Emoji-only messages should have larger font size

Open holmesworcester opened this issue 2 years ago • 7 comments

Most messaging apps increase the font size of emoji-only messages because this makes the emoji more visible and fun. We should too!

Use Slack, Signal, or WhatsApp as a reference for emoji size.

Bonus: in-line emojis should have a larger font size too. (Slack seems to render them as images at 22px.)

holmesworcester avatar May 19 '22 14:05 holmesworcester

Hi @leblowl and @EmiM 👋 I'm a new contributor getting started with this issue. I have code ready to go, but am running into a weird situation with the pre-commit hooks. When I try to commit, lerna runs and I see my code change from the ' character to the " character and then back to ' again, after which it reports eslint/prettier errors as if it settled on " . I'm assuming this is a config problem on my end, but if you've seen this before, please let me know! Screenshot attached.

Image

mike-kiss avatar Mar 24 '24 18:03 mike-kiss

I added that pre-commit hook and it seems to have issues with linting on files that aren't configured to be linted. I haven't had a chance to look into it but for now if you run the linter with --fix (you can do this at the root by running npm run lint:all) then you can commit with --no-verify. This is just an issue with lint-staged which is only on the pre-commit.

ikoenigsknecht avatar Mar 25 '24 01:03 ikoenigsknecht

Thanks! This worked and I've put up a PR. Let me know if I missed anything or if there are needed changes.

mike-kiss avatar Mar 25 '24 16:03 mike-kiss

I think just that issue with tests that Lucas replied to. Thank you for this! Quiet will be 50% more emotive!

holmesworcester avatar Mar 28 '24 00:03 holmesworcester

@holmesworcester, it's not in the issue specifications, but was this only for desktops? It's implemented correctly on desktop, but on iOS and Android, the size didn't change.

kingalg avatar Apr 08 '24 13:04 kingalg

Let's create a new issue for mobile that refers to this issue. Can you do that? For these 'good first issue' issues we are okay with people doing desktop only.

holmesworcester avatar Apr 08 '24 14:04 holmesworcester

Sure, this is an issue for mobile: Use Slack, Signal, or WhatsApp as a reference for emoji size. And I'm closing this one.

Version: 2.2.0-alpha.0

kingalg avatar Apr 09 '24 10:04 kingalg