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

🔧 ReadOnlyBalance vue3 #6754

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

roiLeo
Copy link
Contributor

@roiLeo roiLeo commented Aug 17, 2023

@roiLeo roiLeo requested a review from a team as a code owner August 17, 2023 12:32
@roiLeo roiLeo requested review from vikiival and daiagi and removed request for a team August 17, 2023 12:32
@netlify
Copy link

netlify bot commented Aug 17, 2023

Deploy Preview for koda-canary ready!

Name Link
🔨 Latest commit 696f398
🔍 Latest deploy log https://app.netlify.com/sites/koda-canary/deploys/64de137c187092000893c4e1
😎 Deploy Preview https://deploy-preview-6754--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.

@reviewpad
Copy link
Contributor

reviewpad bot commented Aug 17, 2023

AI-Generated Summary: This pull request refactors the ReadOnlyBalanceInput.vue component. The original code, written in Vue 2.x, had several props, mixed-in methods, and class-based API. The patch rewrites this Vue component to use the Composition API of Vue 3. It combines the props in one defineProps function, and the emitted events are defined using defineEmits. It also moves the methods associated with handling input, adjusting values, and mapping units into the setup function. This change simplifies the component's structure and improves the readability of the code. Some unused properties and imported modules were removed.

@codeclimate
Copy link

codeclimate bot commented Aug 17, 2023

Code Climate has analyzed commit 696f398 and detected 0 issues on this pull request.

View more on Code Climate.

@reviewpad reviewpad bot added small Pull request is small waiting-for-review labels Aug 17, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented Aug 17, 2023

Reviewpad Report

⚠️ Warnings

  • Please link an issue to the pull request

@sonarcloud
Copy link

sonarcloud bot commented Aug 17, 2023

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
0.0% 0.0% Duplication

@prury prury added the S-works-for-me-✅ qa-guild has tested PR from end user perspective and functionality worked label Aug 17, 2023
@vikiival vikiival merged commit 212eef4 into kodadot:main Aug 17, 2023
14 checks passed
@roiLeo roiLeo deleted the chore/vue3/ReadOnlyBalance branch August 17, 2023 14:36
This was referenced Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-works-for-me-✅ qa-guild has tested PR from end user perspective and functionality worked small Pull request is small waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants