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

Initial Commit #1

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

Initial Commit #1

wants to merge 17 commits into from

Conversation

AyushLM
Copy link

@AyushLM AyushLM commented Jul 22, 2022

No description provided.

"repository": {},
"license": "ISC",
"dependencies": {
"@ohos/materialtextfield": "file:../materialtextfield",

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

Copy link
Author

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"

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

Copy link
Author

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
@Component
struct Screen3 {
private PlaceHolder_Text: string = "Enter Full Description"

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

Copy link
Author

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

@Himanshu-0123
Copy link

Format all files using Ctrl + Alt + L

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.

2 participants