fix(#40): polish mobile menu interactions - #1
Open
levibliz wants to merge 4 commits into
Open
Conversation
- Add QuickStartSection component with syntax-highlighted Rust snippet - Implement CopyButton with success/error feedback (2000ms revert) - Use Docusaurus CSS custom properties for theme awareness - Integrate into homepage between Stats and NewsletterSignup - All requirements validated (responsive, accessible, theme-aware)
…x Prettier formatting)
- Add mobile-menu.css with improved slide-in transition (ease-out curve) - Backdrop blur (4px) + smoother fade for overlay - 44×44px touch targets on toggle, close, back, and menu links - Smooth hover transitions on interactive elements - Reduced-motion: disables all transitions and backdrop-filter
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
Polishes the Docusaurus/Infima mobile navbar sidebar with smoother behavior and better usability.
Changes
documentation/src/css/mobile-menu.css(new) — targeted overrides for Infima mobile menu classes:ease-outcurve and--sb-motion-duration-slowtokenbackdrop-filter: blur(4px)) + softer overlay opacityprefers-reduced-motion: disables all transitions and removes backdrop-filterdocumentation/docusaurus.config.ts— registersmobile-menu.cssincustomCssAcceptance Criteria
Closes Soroban-Cookbook#40