fix(web): docs layout, homepage hardening, and accessibility#121
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Docs layout overhaul, homepage stability fixes, and accessibility improvements across the web package.
Why
The docs sidebar was too long with all sections always open, the homepage had hydration errors and Motion warnings, and badge sandbox forms lacked accessible labels. This branch consolidates those fixes.
Type
fix— Bug fixstyle— Visual / CSS changesdocs— DocumentationChanges
Docs layout
aria-expandedto collapsible section buttonstext-balance, prosetext-pretty, andscroll-mt-24for anchor jumpsHomepage hardening
HeroSubtextchanged from<p>to<div>(Motion renders block elements inside)rattribute error in theme switcher (removedmotion.circle, use static<circle>)initial={false}on theme switcher raysuseState/useEffectmounted pattern withuseSyncExternalStoreanimate-bouncewith gentlerscroll-hintkeyframeAccessibility
id,name,aria-labelto all inputs, selects, checkboxes, and copy buttoninputId,inputName,ariaLabelprops; labeled internal hex input, eyedropper, and presetsid,name,aria-label,aria-describedby,aria-invalidsetStatein effects, movedhexInputstate before usage)Docs content
<details>disclosureCode quality
import Scriptfrom layoutChecklist
docs/consolidate-badge-docs)pnpm dev