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

Final PR raised #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

satyajitpanda002
Copy link

No description provided.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

"name": "continue",
"value": "Continue"
}
]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete unused resources like country_flag_ad, flags.png etc

Column() {
Text('+' + String(this.phone_code)).fontSize("20fp")
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({left: 7,top: 3})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to align text in the center instead of providing margin

ListItem() {
Row() {


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove such extra blank lines

Text(item.co)
.width('30%')
.height("50vp")
.padding({left: 30})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dimentions always mark as vp


PhoneCodePanel({
show: this.show,
onPanelItemSelection: (phoneCode, countryCode) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide phone code panel by dragging it down, then click on arrow of phonecode may not bring up the panel as show value is not updated in this scenario. Please check and handle this scenario

Copy link

@archanaatr archanaatr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the comments.

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

Successfully merging this pull request may close these issues.

3 participants