feat: view, create, update and delete comment (#2106)
* feat: update, delete link refactor: using old fetch-key * feat: issue activity with ability to view & add comment feat: click on view more to view more options in the issue detail * fix: upload image not working on mobile
This commit is contained in:
parent
58562dc4b7
commit
1655d0cb1c
14 changed files with 781 additions and 48 deletions
|
|
@ -8,3 +8,7 @@ export * from "./issue-attachments";
|
|||
export * from "./issue-properties-detail";
|
||||
export * from "./issue-link-list";
|
||||
export * from "./create-update-link-form";
|
||||
export * from "./issue-activity";
|
||||
export * from "./select-assignee";
|
||||
export * from "./select-estimate";
|
||||
export * from "./add-comment";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue