feat: comments

* create comment
* reply to comment thread
* edit comment
* delete comment
* resolve comment
This commit is contained in:
Philipinho
2023-11-09 16:52:34 +00:00
parent dea2cad89c
commit 4cb7a56f65
49 changed files with 1486 additions and 87 deletions

View File

@@ -1,5 +1,4 @@
import {
Group,
ActionIcon,
Menu,
Button,
@@ -13,6 +12,7 @@ import {
IconLock,
IconShare,
IconTrash,
IconMessage,
} from '@tabler/icons-react';
import React from 'react';
@@ -23,6 +23,10 @@ export default function Header() {
Share
</Button>
<ActionIcon variant="default" style={{ border: 'none' }}>
<IconMessage size={20} stroke={2} />
</ActionIcon>
<PageActionMenu />
</>
);