-
Notifications
You must be signed in to change notification settings - Fork 0
Board 004 #33
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
Conversation
…ents, comments have been removed
…rs to the board and task
… have been changed
| } | ||
|
|
||
| toggleCollapsed(): void { | ||
| console.log('1'); |
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 console.log
| } | ||
|
|
||
| getOwner(owner:string) { | ||
| console.log(owner, 'owner'); |
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 console.log
| > | ||
| {{ board.title }} | ||
| <div class="owner"> | ||
| <!-- <div class="owner"> |
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 comments
| font-weight: 600; | ||
| text-transform: capitalize; | ||
| &:hover { | ||
| /* background-color: rgb(110 250 102 / 50%); */ |
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 comments
| border-radius: 15px; | ||
| background: rgba(255, 255, 255, 0.1); | ||
| // border-top: 1px solid rgba(255, 255, 255, 0.5); | ||
| // border-left: 1px solid rgba(255, 255, 255, 0.5); |
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 comments
No description provided.