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
@@ -7,7 +7,7 @@ import { CommentThreadCreateMode } from './CommentThreadCreateMode';
export function RightDrawerCreateCommentThread() {
return (
<RightDrawerPage>
<RightDrawerTopBar title="New comment" />
<RightDrawerTopBar title="New note" />
<RightDrawerBody>
<CommentThreadCreateMode />
</RightDrawerBody>