-
Notifications
You must be signed in to change notification settings - Fork 31
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
Home Ownership Component Update - from checkbox to radio group #1622
Home Ownership Component Update - from checkbox to radio group #1622
Conversation
height: 60px; | ||
padding: 10px; | ||
margin-right: 0px !important; | ||
} |
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.
There might be some generic classes to already utilize for these radio button pairs, that match our designs.
If not, no worries.
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.
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.
I don't think there are suitable existing radio button class available
ppr-ui/src/components/mhrRegistration/ReviewConfirm/HomeLocationReview.vue
Outdated
Show resolved
Hide resolved
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.
Looks good to me, just a few comments
Temporary Url for review: https://bcregistry-assets-dev--pr-1622-2u8ir4gq.web.app |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1622 +/- ##
==========================================
+ Coverage 72.35% 77.21% +4.86%
==========================================
Files 307 381 +74
Lines 12767 7054 -5713
Branches 2630 1130 -1500
==========================================
- Hits 9237 5447 -3790
+ Misses 3518 1575 -1943
- Partials 12 32 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks great! Good job @RuoxuanPengBC. Few comments that require minor changes.
Also would be great to have this a separate component. Is the plan to create a component at later time when we need to reuse this radio buttons?
ppr-ui/src/components/mhrRegistration/HomeLocation/HomeLandOwnership.vue
Outdated
Show resolved
Hide resolved
ppr-ui/src/components/mhrRegistration/HomeLocation/HomeLandOwnership.vue
Outdated
Show resolved
Hide resolved
ppr-ui/src/components/mhrRegistration/HomeLocation/HomeLandOwnership.vue
Show resolved
Hide resolved
ppr-ui/src/components/mhrRegistration/ReviewConfirm/HomeLocationReview.vue
Outdated
Show resolved
Hide resolved
ppr-ui/src/components/mhrRegistration/ReviewConfirm/HomeLocationReview.vue
Show resolved
Hide resolved
ppr-ui/src/components/mhrRegistration/HomeLocation/HomeLandOwnership.vue
Show resolved
Hide resolved
ppr-ui/src/components/mhrRegistration/HomeLocation/HomeLandOwnership.vue
Outdated
Show resolved
Hide resolved
Temporary Url for review: https://bcregistry-assets-dev--pr-1622-2u8ir4gq.web.app |
cd0bd4a
to
769c12a
Compare
Temporary Url for review: https://bcregistry-assets-dev--pr-1622-2u8ir4gq.web.app |
1 similar comment
Temporary Url for review: https://bcregistry-assets-dev--pr-1622-2u8ir4gq.web.app |
/gcbrun |
Temporary Url for review: https://bcregistry-assets-dev--pr-1622-2u8ir4gq.web.app |
768008f
to
7fbef02
Compare
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.
Tagged you @RuoxuanPengBC in unresolved comments.
height: 60px; | ||
padding: 10px; | ||
margin-right: 0px !important; | ||
} |
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.
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.
LGTM!
Issue #: /bcgov/entity#18017
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the PPR license (Apache 2.0).