diff --git a/css/style.scss b/css/style.scss index b62818f36..448adfa50 100644 --- a/css/style.scss +++ b/css/style.scss @@ -492,7 +492,7 @@ input.input-inline { } } - .card-tasks, .card-files { + .card-tasks, .card-files, .card-comments { border-radius: 3px; margin: 4px 4px 4px 0px; padding: 0 2px; @@ -937,6 +937,10 @@ input.input-inline { } } +.activity-icon { + opacity: 1 !important; +} + .card-attachments { .error { padding-left: 38px; diff --git a/templates/main.php b/templates/main.php index 7221882e9..cc6046b6c 100644 --- a/templates/main.php +++ b/templates/main.php @@ -25,6 +25,8 @@ use OCP\Util; Util::addScript('activity', 'richObjectStringParser'); Util::addStyle('activity', 'style'); +Util::addStyle('comments', 'comments'); +Util::addScript('oc-backbone-webdav'); Util::addStyle('deck', '../js/build/vendor'); Util::addScript('deck', 'build/vendor'); diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index fb91b9a01..531498708 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -107,6 +107,10 @@ {{ attachmentCount(cardservice.get(c.id)) }} +
+ + {{ unreadCommentCount(cardservice.get(c.id)) }} +
diff --git a/templates/part.card.activity.html b/templates/part.card.activity.html index 1c8a7198f..8d53ce5a7 100644 --- a/templates/part.card.activity.html +++ b/templates/part.card.activity.html @@ -1,14 +1,35 @@ +
+
+
+
+
+
+
admin
+
+
+
+ + +
+
+