Skip to content
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
merged 176 commits into from
Oct 26, 2023
Merged

beta update #7831

merged 176 commits into from
Oct 26, 2023

Conversation

yangwao and others added 30 commits August 30, 2023 19:48
* 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
…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.
roiLeo and others added 17 commits October 26, 2023 06:39
fix: Clearing identity: Change message
fix: wrong typeface on create page
* 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
* 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
@yangwao yangwao added the beta label Oct 26, 2023
@netlify
Copy link

netlify bot commented Oct 26, 2023

Deploy Preview for koda-canary ready!

Name Link
🔨 Latest commit c805ed0
🔍 Latest deploy log https://app.netlify.com/sites/koda-canary/deploys/653a647d6b31640008621ae1
😎 Deploy Preview https://deploy-preview-7831--koda-canary.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Oct 26, 2023

Deploy Preview for koda-beta ready!

Name Link
🔨 Latest commit c805ed0
🔍 Latest deploy log https://app.netlify.com/sites/koda-beta/deploys/653a647df3066e000883f582
😎 Deploy Preview https://deploy-preview-7831--koda-beta.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yangwao yangwao marked this pull request as ready for review October 26, 2023 13:07
@yangwao yangwao requested a review from a team as a code owner October 26, 2023 13:07
@yangwao yangwao requested review from roiLeo and daiagi and removed request for a team October 26, 2023 13:07
@reviewpad reviewpad bot added large Pull request is large waiting-for-review labels Oct 26, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented Oct 26, 2023

Reviewpad Report

⚠️ Warnings

  • Please link an issue to the pull request

@yangwao yangwao merged commit 578f28f into beta Oct 26, 2023
13 of 15 checks passed
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.1% 1.1% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.