Conversation
- Updated the RootLayout component to include a delay before refetching the wallet session after authorization, ensuring cookies are set properly. - Improved the wallet queries in the PageWallets and useUserWallets hooks to only execute when the user is authorized, preventing 403 errors. - Added additional error handling for wallet address mismatches in the wallet router, enhancing security and user experience. - Implemented loading states and delays for smoother transitions during data fetching.
- Updated CardUI to conditionally render larger titles for wallet info cards based on class names. - Improved DRep ID retrieval logic across multiple components to ensure consistent fallback to appWallet for legacy wallets. - Added wallet type detection to enhance user experience with badge displays for Summon and Legacy wallets. - Refactored transaction components to utilize truncateTokenSymbol for better token symbol presentation. - Enhanced layout and styling for transaction cards and balance displays for improved user interaction.
- Improved error handling in the registerDRep function to accommodate both multisig and legacy wallets. - Refactored DRep ID and script retrieval to ensure proper handling of wallet types. - Updated comments for clarity on wallet type distinctions and script handling. - Enhanced address building logic to support external stake credential hashes for legacy wallets.
- Updated BallotCard and VoteButton components to improve error handling for wallet address retrieval, ensuring fallback to appWallet for legacy wallets. - Enhanced the TransactionCard component to display voting information with badges for different vote types (Yes, No, Abstain). - Improved layout and styling for transaction outputs and signer lists for better user experience. - Added functionality to copy signer addresses to clipboard with user feedback. - Refactored wallet access checks in the ballot router to streamline authorization logic.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Refactored DiscordIcon to accept a className prop for better styling flexibility. - Updated CardUI to remove unnecessary self-start class, improving layout consistency. - Adjusted AllTransactions component to ensure full-width table display and improved overflow handling. - Enhanced TransactionCard with collapsible signers list and progress visualization for signing thresholds, improving user interaction and clarity. - Updated index.tsx to adjust maximum width settings for better responsiveness based on pending transactions count.
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.