feat(web): move docs mobile drawer to the right and polish its motion#30
Merged
Conversation
Slide the docs drawer in from the right edge to match the hamburger trigger, now placed at the end of the header. Flip the dashed border to the panel's start edge and align the trigger icon with -me-1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Fade the backdrop in sync with the panel instead of snapping, slow the slide to 350ms on an iOS-style drawer curve (--ease-drawer), respect prefers-reduced-motion, and add scale press feedback to the trigger and close buttons. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
React Doctor found no new issues. 🎉 Reviewed by React Doctor for commit |
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
::backdropin sync with the panel instead of snapping on open/close--ease-drawer, from Ionic) instead of the strong ease-out used for dropdownsprefers-reduced-motionon both the panel and backdropactive:scale-[0.97]press feedback to the trigger and close buttons, and fix the trigger's optical alignment (-ms-1→-me-1) for its new right-side placementTest plan
🤖 Generated with Claude Code