feat: remodel portfolio experience and technical SEO - #111
Merged
Conversation
Foscat
marked this pull request as ready for review
August 11, 2026 03:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root cause and impact
The primary and route navigation layers used independent fixed offsets around a breakpoint where the desktop command bar could wrap. The back-to-top action also occupied the same top-right region, which allowed persistent controls to overlap while scrolling or resizing. The fullscreen Mermaid explorer inherited RSuite modal padding while sizing descendants to the viewport, cropping detailed diagrams on phones.
This update measures the visible primary-navigation height, moves the content-fit switch to 940px, reserves bottom safe-area space for back-to-top, keeps route chrome near-opaque, and gives fullscreen diagrams one bounded header/canvas grid.
Verification
npm run lint:allnpm run test-functions— 493 Vitest tests, 5 SEO contract tests, and 4 link contract tests passednpm run test-ui— 132 Playwright tests passed with 1 intentional Home section-navigation skipnpm run buildnpm run quality:bundle-budgetsnpm run quality:route-testsnpm run seo:checkgit diff --checkDeployment note
This PR does not deploy the site. After merge and Render deployment, submit the sitemap and request a fresh crawl in Google Search Console so crawlers can replace stale route data with the new static SEO shells.