-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
fix: no spaces between emoji aliases #33278
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: ce9582d The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #33278 +/- ##
========================================
Coverage 75.18% 75.18%
========================================
Files 495 495
Lines 21600 21600
Branches 5362 5362
========================================
Hits 16241 16241
Misses 4717 4717
Partials 642 642
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Can we add test here?
Also, lets add a changeset.
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.
Please update the title as per Our docs
The title should describe what's being fixed, not how it was fixed.
Here's a suggestion: fix: no spaces between emoji aliases
Also both in the task and PR, the issue is not well described, since it is presented that there is an issue but it does not convey what is happening. I had to look at the code to be able to discover what the actual issue was.
9cd27db
to
04ef147
Compare
5d8dcac
to
fae142f
Compare
This PR currently has a merge conflict. Please resolve this and then re-add the |
Signed-off-by: Abhinav Kumar <[email protected]>
Signed-off-by: Abhinav Kumar <[email protected]>
Signed-off-by: Abhinav Kumar <[email protected]>
Signed-off-by: Abhinav Kumar <[email protected]>
fae142f
to
cc94cdc
Compare
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.
LGTM
Proposed changes (including videos or screenshots)
This PR fixes the issue where emoji aliases were not displayed properly in the custom emoji list. There were no spaces between the aliases. The change ensures that
emojis.aliases
is checked to be an array before displaying and joined with a comma.Issue(s)
Steps to test or reproduce
Further comments
CORE-691