-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[BUG] Fix display name truncation issue with ellipsis #4380
Conversation
Resolved the bug where long display names were truncated incorrectly in the Manage Accounts view. Now, display names are properly truncated in the middle with ellipsis (...) to maintain readability. Fixes #4351
Thanks a lot for you contribution @Prakhar1701. Now, the team will review it and give you some feedback from code and QA points of view. |
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.
Nice job here @Prakhar1701! Thanks for your contribution 😄
Just one more thing, do you dare to add the Calens file and the release note so that users will be informed about this improvement in the next release? Details are in the template you used for this pull request, in the first message you added. If you have any question just ask us 🚀
@JuancaG05 I have added the Calens file and the release note, please check. |
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.
Hi @Prakhar1701! Nice work! Just 2 tiny things about the format of Calens and release note files 😄
Thanks @JuancaG05 for guiding me with the correct format of the files. |
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.
Good job @Prakhar1701! This is approved from my side. Thanks again for your contribution 😄. Now this PR will pass a QA round, done by @jesmrec, and if there is any kind of flaw, he will let you know 🚀.
BTW, if you contribute in the future with other PR (we will be happy to see you over here 🥳), would be nice if you use conventional commits naming, just as explained here 👍.
Let's QA this |
@jesmrec I have resolved the mentioned issue, please check. |
Fixed, thanks @Prakhar1701 ! |
Let's move this forward. Approved |
Resolved the bug where long display names were truncated incorrectly in the Manage Accounts view. Now, display names are properly truncated in the middle with ellipsis (...) to maintain readability.
Fixes #4351
Related Issues
App:
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA