-
Notifications
You must be signed in to change notification settings - Fork 1
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
Changed achievements cell UI #231
base: master
Are you sure you want to change the base?
Conversation
…e numbers - Adjusted progress bar width to dynamically scale based on the number of digits in total points, achievements, etc., providing better visual alignment. - Implemented formatting to shorten large numbers (e.g., 1500 becomes 1.5K) for improved readability.
[diff-counting] Significant lines: 114. |
…UI changes to profile page.
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 try to shorten the number if it is greater than 1000 and make the width to have dynamic width!
However, I think it'll be better to make the progress bar length consistent for all achievements (maybe keep the 0.43 as the multiplier). Also, remember to follow the PR template and remove the unused PR template sections!
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.
…e numbers
Summary
This pull request is the first step towards implementing achievement cell UI
Test Plan