-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
|
"name": "continue", | ||
"value": "Continue" | ||
} | ||
] |
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.
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}) |
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.
Try to align text in the center instead of providing margin
ListItem() { | ||
Row() { | ||
|
||
|
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.
remove such extra blank lines
Text(item.co) | ||
.width('30%') | ||
.height("50vp") | ||
.padding({left: 30}) |
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.
dimentions always mark as vp
|
||
PhoneCodePanel({ | ||
show: this.show, | ||
onPanelItemSelection: (phoneCode, countryCode) => { |
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.
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
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.
Please check the comments.
No description provided.