Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Nov 8, 2022

No description provided.

@@ -0,0 +1,5 @@
.board{
Copy link
Contributor

Choose a reason for hiding this comment

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

space after selector

<small class="notification" *ngIf="validateForm.get('nickname')?.errors?.['required'] && validateForm.get('nickname')?.touched">
{{'AUTH.REQUIRED_NAME' | translate}}
</small>
<small class="notification" *ngIf="validateForm.get('nickname')?.getError('minlength')">{{'AUTH.MINLENGTH_NAME' | translate}}</small>
Copy link
Contributor

Choose a reason for hiding this comment

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

'minlength' will be better reading with camelCase 'minLength'

<a routerLink="/workspace/boards">{{'WORKSPACE.CREATE_BOARD' | translate}}</a>
<div>
<a routerLink="/workspace/boards">
<h2>NAME</h2>
Copy link
Contributor

Choose a reason for hiding this comment

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

fix indentation

@@ -1,0 +1,14 @@
h1{
Copy link
Contributor

Choose a reason for hiding this comment

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

space after selector

align-items: center;
}

.boards{
Copy link
Contributor

Choose a reason for hiding this comment

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

space after selector

<a routerLink="/workspace/boards">
<h2>NAME</h2>
</a>
<button (click)="deleteBoard()">DELETE</button>
Copy link
Contributor

Choose a reason for hiding this comment

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

| translate

<a routerLink="/workspace/boards">{{'WORKSPACE.CREATE_BOARD' | translate}}</a>
<div>
<a routerLink="/workspace/boards">
<h2>NAME</h2>
Copy link
Contributor

Choose a reason for hiding this comment

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

Name should be translated depandes on language

@ghost ghost merged commit 44361de into develop Nov 8, 2022
@ghost ghost deleted the BOARD-001.-create-Board-component branch November 8, 2022 23:58
This pull request was closed.
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.

2 participants