forked from ava-labs/avalanche-wallet
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Suite #342
Conversation
This file contains 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
* refactor create offer single sig * add multisig logic to create offer form * change duration from seconds to days
* fix(send): show p-chain available amount instead of x-chain * fix(style): center the NFT card content in history panel * fix(History): showing p-chain address in the history panel * fix(style): add border radius to confirmation background * fix(multisig-wallet): update console handling in the msig section * chore(locale): update warning message for list loading * feat(balance): deduct gas fee from native token balance calculation * fix(validator): Correct uptime calculation to prevent 10000% display
* Refactor font styling to use mixins scss file * fix(typography): size adjustment * Merge branch 'suite' into fonts-refactor --------- Co-authored-by: Ayagoumi <[email protected]>
* improvement for create offer form * fix catching signavault errors * improvement for msg part of create offer
* fix(add validator): date picker, formatting, and style * Fix: multi sig alias address validation * fix(add-validator): fix start and end time starting time & style adjustments * fix(history): network explorer URL check
… changes (#340) * Fix(add validator): duration calculation & update for when the wallet changes * Fix(add-validator): lifecycle method and add password input type * Refactor ClaimRewards component
mo-c4t
approved these changes
Dec 11, 2023
aeddaqqa
approved these changes
Dec 11, 2023
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.
Pull Request: Enhancement and Refactoring of Deposit Offers Functionality
This pull request introduces significant enhancements and bug fixes in the deposit offers and add validator features, along with comprehensive improvements in UI/UX, functionality, and code maintainability.
Features
Enhanced Deposit Offers Creation
Bug Fixes
UI and Functionality Enhancements
Application Stability and Performance
Localization and User Messaging
Functionality Enhancements
Validator and Date Management
Additional Improvements