Enhance ConnectWallet and RootLayout components with improved wallet …#175
Merged
Enhance ConnectWallet and RootLayout components with improved wallet …#175
Conversation
…detection and state management - Integrated wallet detection logic to trigger re-mounting of the ConnectWallet component when wallets are detected, improving responsiveness to user actions. - Refactored state management in ConnectWallet to utilize useWalletContext for better access to wallet connection states and error handling. - Updated RootLayout to utilize the active wallet instance, ensuring accurate wallet data during user initialization. - Enhanced user feedback with toast notifications for connection and disconnection events, improving overall user experience.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…nents - Added state management for dropdown visibility in ConnectWallet to prevent conflicts with open Sheets/Dialogs. - Implemented periodic checks to close the dropdown when a Sheet/Dialog is opened, improving accessibility and user experience. - Updated MobileNavigation to close any open dropdowns when the navigation menu is opened, ensuring consistent behavior across components. - Enhanced focus management in MobileNavigation to prevent aria-hidden conflicts and improve keyboard navigation.
…o bug/wallet-connector # Conflicts: # src/components/common/overall-layout/layout.tsx
- Updated focus handling to ensure the first focusable element is only queried if the current target is a valid Element, improving accessibility and keyboard navigation.
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.
…detection and state management