-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/ux info page #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feature/ux info page #193
Conversation
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
- Added user address validation in the new wallet creation process across multiple components to ensure users are connected before proceeding. - Enhanced error messaging to inform users when their wallet is not connected, improving user experience and preventing unnecessary actions.
- Expanded the .env.example file with detailed environment variable descriptions for local and Docker setups, improving clarity for developers. - Updated README.md to reflect changes in dependencies, installation instructions, and added troubleshooting sections for database connection issues. - Removed outdated VERCEL_DATABASE_SETUP.md to streamline documentation. - Made GITHUB_TOKEN optional in the environment configuration to enhance flexibility. - Cleaned up unused code and improved error handling in GitHub issue creation API.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Implemented direct fetching of user balance from the blockchain, improving accuracy and reliability. - Added fallback logic to retrieve balance from user assets if blockchain data is unavailable. - Enforced ADA-only deposits by restricting asset selection and validating transaction inputs. - Updated UI components to reflect changes in asset handling and ensure consistent user experience. - Introduced an import transaction feature in the CardBalance component for enhanced transaction management.
- Introduced a new dialog for aborting migrations, providing users with clear warnings and options. - Simplified the migration progress indicator, improving clarity on current steps and overall progress. - Enhanced fund transfer logic to monitor pending transactions, ensuring users are informed of transfer statuses. - Updated migration completion checks to validate wallet states and provide feedback on remaining balances and pending transactions. - Improved pre-checks for DRep registrations, ensuring users are guided through necessary steps before migration. - Added detailed certificate handling in transaction displays, enhancing visibility of DRep-related actions.
- Introduced a new Contact model in the Prisma schema to manage user contacts associated with wallets. - Updated wallet info page to include a ManageContacts component for easy access to contacts. - Enhanced transaction components to display address labels for recipients, improving clarity on sender and recipient identities. - Implemented a contacts dialog for selecting contacts when creating transactions, streamlining the user experience. - Improved UTxO selection with search functionality and detailed summaries of selected UTxOs, enhancing transaction management. - Refactored various components to ensure consistent styling and improved user interaction.
…tion - Added profileImageIpfsUrl field to the Wallet model in the Prisma schema for storing wallet profile images. - Updated CardUI and related components to display wallet profile images, enhancing visual representation. - Implemented initialUrl prop in ImgDragAndDrop component to support pre-filled image uploads. - Added file size validation for image uploads, enforcing a 1MB limit to ensure optimal performance. - Enhanced error handling for image uploads and fetch operations, providing clearer feedback to users.
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.