Begin adding show view and refactoring threads to become notes

This commit is contained in:
Felix Malfait
2023-07-06 14:11:11 +02:00
parent 0b7a023f3d
commit 1fad20c1bd
115 changed files with 1251 additions and 333 deletions
@@ -91,7 +91,6 @@ export function CommentThreadCreateMode() {
createCommentThreadWithComment({
variables: {
authorId: currentUser.id,
commentId: v4(),
commentText: commentText,
commentThreadId: v4(),
createdAt: new Date().toISOString(),