mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-01 00:38:34 -05:00
feat: task unread tracking (#1857)
--------- Co-authored-by: Mithilesh Gupta <guptamithilesh@protonmail.com> Co-authored-by: kolaente <k@knt.li>
This commit is contained in:
@@ -149,8 +149,8 @@ const {
|
||||
() => props.viewId,
|
||||
{position: 'asc'},
|
||||
() => projectId.value === -1
|
||||
? 'comment_count'
|
||||
: ['subtasks', 'comment_count'],
|
||||
? ['comment_count', 'is_unread']
|
||||
: ['subtasks', 'comment_count', 'is_unread'],
|
||||
)
|
||||
|
||||
const taskPositionService = ref(new TaskPositionService())
|
||||
|
||||
Reference in New Issue
Block a user