Skip to content
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

Display compact currencies in some places to avoid UI overflows #267

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

enrique-lozano
Copy link
Owner

This PR introduces compact number formatting (e.g., 1.2M, 23.3k) to address overflow issues observed in various parts of the UI. These issues were particularly prevalent with currencies experiencing high inflation rates, where large amounts caused layout problems. Compact formatting ensures better readability and prevents visual inconsistencies.

Also, and again to address overflow issues, the income and expense indicator of the dasboard header have been moved below the total balance amount for mobile or small devices. This result in a similar UI to what we had in the initial versions of the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
1 participant