1
0

Task Comments (#66)

Better edit/remove buttons

Spacing

More loading

Add loading

Better dates formatting

Add editing comments

Move closing delete modal to finally

Add delete comments

Add keycode modifier

Comment styling

Comment form

Add basic task comments functionality

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/66
This commit is contained in:
konrad
2020-02-25 20:11:36 +00:00
parent 683012f468
commit 57f78ee0d4
9 changed files with 261 additions and 1 deletions

View File

@ -12,3 +12,4 @@
@import 'tasks';
@import 'teams';
@import 'migrator';
@import 'comments';

View File

@ -0,0 +1,19 @@
.media.comment{
align-items: center;
.media-left {
margin: 0 1em;
}
.comment-actions {
font-size: .8em;
&, a {
color: $grey;
}
a:hover {
text-decoration: underline;
}
}
}