Skip to content

Conversation

JeremyLoh
Copy link
Owner

@JeremyLoh JeremyLoh commented Jun 21, 2025

Fix about page image size not retrieving the correct window.innerWidth on mobile first page load

  • Load homepage (/)
  • Navigate to about page (/about)
  • The profile picture image should not be bigger than the viewport width
  • Fix was to add CSS style to set the width and height of the image. The width obtained from useScreenDimensions() custom hook was not correct until the useEffect was set

Fix dialog background width to be 100vw and 100vh instead of percentage (100%)

@JeremyLoh JeremyLoh added the bug Something isn't working label Jun 21, 2025
Copy link

vercel bot commented Jun 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
xtal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2025 1:31pm

@JeremyLoh JeremyLoh added the performance Improvements to app performance label Jun 21, 2025
@JeremyLoh JeremyLoh merged commit 328277c into main Jun 21, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working performance Improvements to app performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shard playwright frontend tests to speed up test execution

1 participant