-
Notifications
You must be signed in to change notification settings - Fork 245
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
base: main
Are you sure you want to change the base?
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.
46ac2f3
to
6167d68
Compare
Update the channel sorting logic to match the channels order of web by putting emoji-prefixed channels first. Fixes: zulip#1202
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. |
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