Closes #222: feat(ui): Implement Responsive Mobile Navigation Drawer with Gesture Support #222 - #306
Open
Promise278 wants to merge 6 commits into
Open
Closes #222: feat(ui): Implement Responsive Mobile Navigation Drawer with Gesture Support #222#306Promise278 wants to merge 6 commits into
Promise278 wants to merge 6 commits into
Conversation
…eight - Add framer-motion drag gesture for swipe-to-close (threshold: 100px / 500px velocity) - Implement keyboard focus trap cycling Tab/Shift+Tab within drawer - Auto-close drawer on route navigation and backdrop tap - Adaptive height: 70vh on short screens, 85vh on tall screens - Export NAV_ITEMS from MobileDrawer for drawer/sidebar parity - Add useMediaQuery hook for responsive breakpoint detection - Add MobileDrawer.test.tsx: 15 unit tests covering gestures, close-on-navigate, focus trap - Fix framer-motion ESM resolution in vitest config - Add window.matchMedia mock to vitest.setup.ts for jsdom - All 140 tests passing
|
@Promise278 is attempting to deploy a commit to the Jaja's projects Team on Vercel. A member of the Team first needs to authorize it. |
devJaja
self-requested a review
August 24, 2026 00:40
Contributor
|
Well done @Promise278 Kindly fix the CI / frontend failing, also reolve the conflicts |
…9 verification Implement attest_capability, verify_attestation, revoke_attestation, and get_attestation functions with signature verification, expiry, and revocation. Include 22 unit tests covering creation, verification, revocation, expiry, and error cases. Fix test compilation issues with OsRng, Signer trait import, Ledger trait import, pubkey_bytes env mismatch, and expiry test TTL handling
- Fix TS2540: make drawerRef mutable (useRef<HTMLDivElement | null>) - Fix TS6133: remove unused useLocation/useNavigate imports from test - Merge gesture/focus-trap/drag support with i18n from feat/smart-contract - Add History nav item, matchMedia mock, and i18n test setup - Update NAV_ITEMS count in tests from 4 to 5
Author
done boss review and merge |
Contributor
|
The CI / Smart-contract is failing |
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.
Closes #222
Summary
Redesign the mobile navigation drawer to provide a gesture-driven, accessible experience.
Changes
Files Modified
frontend/src/hooks/useMediaQuery.tsfrontend/src/components/layout/MobileDrawer.tsxfrontend/src/components/layout/MobileDrawer.cssfrontend/src/components/layout/Sidebar.tsxfrontend/src/components/layout/AppShell.tsxfrontend/src/components/layout/MobileDrawer.test.tsxfrontend/src/components/layout/AppShell.test.tsxfrontend/vitest.config.tsfrontend/vitest.setup.tsTest Results
Acceptance Criteria