Skip to content

fix: improve portfolio value display on mobile - #549

Merged
dadadave80 merged 1 commit into
Heliobond:mainfrom
billcode124:fix/453-mobile-portfolio-value
Sep 1, 2026
Merged

fix: improve portfolio value display on mobile#549
dadadave80 merged 1 commit into
Heliobond:mainfrom
billcode124:fix/453-mobile-portfolio-value

Conversation

@billcode124

Copy link
Copy Markdown

Summary

Fixes the portfolio value display on mobile screens so the full amount and currency can be viewed without horizontal scrolling.

Changes

  • Updated the portfolio value layout for small screens
  • Prevented the amount and currency from overflowing the viewport
  • Added responsive handling to stack or abbreviate the value when necessary
  • Preserved the existing desktop layout and display behavior

Testing

  • Tested the portfolio value at mobile viewport sizes
  • Verified the full value remains readable without horizontal scrolling
  • Verified desktop and larger-screen behavior remains unchanged

Validation

npm test
npm run lint
npm run typecheck

Scope

The change is limited to the portfolio value responsive display and does not alter unrelated portfolio functionality.

closes #453

@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

@billcode124 is attempting to deploy a commit to the David Dada's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@billcode124 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@sshdopey sshdopey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tackling this! The responsive stacking for the portfolio value on mobile looks like a solid approach, and the tests and CSS updates show real effort. I appreciate that you kept the desktop layout intact. Nice work! ❤️

@sshdopey

Copy link
Copy Markdown
Contributor

Approved! 🎉 I couldn't auto-merge this just yet (it may need a rebase or have a check still running). A maintainer can merge it whenever it's ready.

@dadadave80
dadadave80 merged commit ba1ffb5 into Heliobond:main Sep 1, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Horizontal scroll needed to see full amount + currency on mobile — poor UX

3 participants