-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
release update #7832
release update #7832
Conversation
* feat(migrate): add review page component * feat(migrate): define page meta for MigrateIndex.vue and review page * feat(migrate): add components and functionality for review page
…tion in MigrateContent.vue and MigrateHeader.vue * feat(migrate.ts): create useMigrate composable to handle source and destination selection logic * feat(review): display selected source and destination routes in [id].vue
…e/review without specifying an ID * fix(migrate): fix path in review.vue to navigate to /migrate/sign * feat(migrate): add sign.vue component for signing transactions in migration process
…tion screen * feat(sign.vue): update click event to navigate to congrats.vue component * feat(congrats.svg): add congrats.svg image for congratulations message
…eaving the page * refactor(migrate): update review.vue and sign.vue to use MigrateModal component for confirmation before leaving the page
* refactor(pages/migrate/review.vue): use MigrateReviewSign component * refactor(pages/migrate/sign.vue): use MigrateReviewSign component
…ateReviewSign/MigrateReview.vue, MigrateReviewSign/MigrateSign.vue, en.json, congrats.vue * * - Update MigrateModal.vue: * - Change the text in the first paragraph to use a translation key. * - Change the text in the second paragraph to use a translation key. * * - Update MigrateReviewSign.vue: * - Change the text in the NeoButton to use a translation key. * * - Update MigrateReviewSign/MigrateReview.vue: * - Change the text in the first paragraph to use a translation key. * - Change the text in the second paragraph to use a translation key. * * - Update MigrateReviewSign/MigrateSign.vue: * - Change the text in the div to use a translation key. * * - Update en.json: * - Add translation keys for the following strings: * - "homeButton": "Migration Homepage" * - "review
…ngrats.vue components
…to true * fix(MigrateModal.vue): change event payload from { action: 'no' } to false * fix(MigrateReviewSign.vue): change result type from { action: 'yes' | 'no' } to boolean * fix(MigrateReviewSign.vue): change condition from result.action === 'yes' to result
…twork class Changed flex-direction to column and margin-top to 2rem. Updated mobile and widescreen styles.
Co-authored-by: roiLeo <[email protected]>
Co-authored-by: roiLeo <[email protected]>
Reviewpad Report
|
❌ Deploy Preview for koda-beta failed.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mm
🤖 Generated by Copilot at 578f28f
This pull request introduces various improvements and fixes to the NFT gallery components, styles, and workflows. It refactors the balance fetching logic, enhances the address input and chain name display, fixes prop definition and validation bugs, adds support for unlockable metadata and generative drops, improves the responsiveness and user interface of the purchase and create forms, and adds a new workflow for building the libs/ui package. It also updates the global.scss file, the footer component, and the CONTRIBUTING.md file.