Merged
Conversation
…mation - Introduced a new helper function for parsing chain IDs from strings to numbers. - Implemented a gas estimation skeleton component for improved user experience during gas estimation. - Added error handling with retry logic for gas estimation failures, allowing users to retry fetching gas estimates. - Refactored gas estimation logic to fetch gas price and estimate in parallel, improving efficiency. - Updated UI components to display gas estimation details more clearly, including total costs and gas fee breakdowns. - Enhanced button components to support disabled states for better user interaction.
- Updated the send token dialog to improve UI elements, including replacing icons and adjusting label styles for better readability. - Refactored amount input section to display balance information and improved button styling. - Enhanced transaction success component with a new menu for transaction details, including options to copy transaction hash and recipient address. - Introduced constants for explorer URLs and network names to streamline code and improve maintainability. - Improved user feedback with clipboard copy functionality and visual indicators for successful actions.
- Implemented a new method in accountHandler to validate private keys without importing them, supporting multiple chain types (EVM, Solana, Sui). - Updated message-handler to handle 'VALIDATE_PRIVATE_KEY' requests. - Refactored the import-private-key component to utilize the new validation method, improving user experience and error handling during private key import.
- Introduced a debounce mechanism for opening the onboarding window to prevent multiple instances. - Added checks to ensure the onboarding window does not open if already on the onboarding or import pages. - Implemented a global flag to track the state of the onboarding window and reset it upon closure. - Enhanced cleanup logic to clear timeouts on component unmount, improving resource management.
- Updated the resetWallet function to eliminate the manual opening of the onboarding window, as it will now be automatically handled by the use-init hook when the wallet state is detected as false.
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.
No description provided.