-
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
Initial Commit #1
base: main
Are you sure you want to change the base?
Conversation
entry/package.json
Outdated
"repository": {}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"@ohos/materialtextfield": "file:../materialtextfield", |
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 textfield library as it is not used
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.
Removed textfield library
private subHead: CardModel = new CardModel(this.Complaint_type, 'Created on ' + this.current.toString()) | ||
|
||
private onButtonClick(button: button.Model) { | ||
router.push({ uri: "pages/Screen3" |
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.
format the code in this file
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.
Formatted the code in all files
entry/src/main/ets/pages/Screen3.ets
Outdated
@Entry | ||
@Component | ||
struct Screen3 { | ||
private PlaceHolder_Text: string = "Enter Full Description" |
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.
for variable declaration use camel case instead of snake case
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.
Changed declaration to Camel Case
Format all files using Ctrl + Alt + L |
No description provided.