-
Notifications
You must be signed in to change notification settings - Fork 249
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
home: Sort leading emoji first in channel names #1234
Conversation
6e0e1f0
to
46ac2f3
Compare
Hello, @chrisbobbe I have done the required changes. Please have a look and let me know if anything else is required. |
Hi @chrisbobbe @PIG208 |
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.
Thanks! Small comments below.
6167d68
to
0c567a3
Compare
Thanks for the detailed review. I have made the required changes. |
Pushed the changes atop #1290 for the sake of CI. |
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.
Thanks! Small comments below.
0c567a3
to
79e0820
Compare
I have updated the commit message and the description of tests. Let me know if anything else is required. |
Thanks! Marking for Greg's review. |
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.
Thanks @lakshya1goel for taking care of this, and @chrisbobbe for the previous reviews!
Generally this looks good. A couple of small comments below.
79e0820
to
12ce869
Compare
Thanks for the review @gnprice , I have made the required changes, Please have a look on them. |
Great, thanks. And yep, cutting those blank lines is the change I had in mind at #1234 (comment) . All now looks good — merging. |
Update the channel sorting logic to ensure streams with leading emojis in their names are listed above those without emojis. The updated sorting respects pinned, muted, and unmuted streams while handling emoji precedence and maintaining alphabetical order for ties.
Fixes: #1202