-
-
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
beta update #7831
Merged
beta update #7831
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
* 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.
fix: Clearing identity: Change message
fix: wrong typeface on create page
Co-authored-by: roiLeo <[email protected]>
Co-authored-by: roiLeo <[email protected]>
* fix(migrate): fix import path in MigrateContentReady.vue * fix(migrate): fix import path in MigrateContentWaiting.vue * feat(migrate): add collectionMigrateReady GraphQL query * feat(migrate): add collectionMigrateWaiting GraphQL query
…te-check-collection
* feat(migrate): add MigrateLanding/Index.vue component * refactor(migrate): rename MigrateContent.vue to landing/content/Index.vue * refactor(migrate): rename MigrateContentReady.vue to landing/content/Ready.vue * refactor(migrate): rename MigrateContentWaiting.vue to landing/content/Waiting.vue * refactor(migrate): rename MigrateHeaderFaq.vue to landing/header/Faq.vue * refactor(migrate): rename MigrateHeader.vue to landing/header/Index.vue * refactor(migrate): rename MigrateReviewSign.vue to steps/Index.vue * refactor(migrate): rename MigrateReview.vue to steps/Review.vue * refactor(migrate): rename MigrateSign.vue to steps/Sign.vue * refactor(migrate): update pages/migrate/index.vue to use MigrateLanding.vue * refactor(migrate): update pages/migrate/review.vue to use MigrateSteps
Co-authored-by: roiLeo <[email protected]>
Co-authored-by: roiLeo <[email protected]>
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for koda-beta ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
yangwao
requested review from
roiLeo and
daiagi
and removed request for
a team
October 26, 2023 13:07
Reviewpad Report
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
🤖 Generated by Copilot at c805ed0
This pull request introduces several improvements and new features to the NFT gallery project, such as: