Skip to content

Conversation

@Kate4ka007
Copy link
Contributor

No description provided.

@Kate4ka007 Kate4ka007 requested a review from 1LisaW November 9, 2022 11:09
package.json Outdated
"typescript": "~4.7.2"
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

add empty line in end of file

@@ -1,10 +1,10 @@
.wrapper {
width: 240px;
height: calc(100vh - 118px);
Copy link
Contributor

Choose a reason for hiding this comment

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

magic numbers. Will be better to create css constants

cdkDrag
></app-column>
<div class="board__create-button" [cdkDragDisabled]="true" cdkDrag>
Create new column
Copy link
Contributor

Choose a reason for hiding this comment

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

| language

<div class="alert" *ngIf="inputForm.get('myInput')?.errors?.['required']">Please input title!</div>

<div class="column__tasks"></div>
<button class="column__button">+ Add card</button>
Copy link
Contributor

Choose a reason for hiding this comment

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

| language

})
export class ColumnComponent {
@Input() column!: Column;

Copy link
Contributor

Choose a reason for hiding this comment

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

_id attribute

</div>
</section>

</section>
Copy link
Contributor

Choose a reason for hiding this comment

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

add empty line in end of file

@Kate4ka007 Kate4ka007 merged commit c140a56 into develop Nov 9, 2022
@Kate4ka007 Kate4ka007 deleted the BOARD-002 branch November 9, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants