mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
30cc923fdb
* fix: issue archive without automation * fix: unarchive issue endpoint change * chore: archiving logic implemented in the quick-actions dropdowns * chore: peek overview archive button * chore: issue archive completed at state * chore: updated archiving icon and added archive option everywhere * chore: all issues quick actions dropdown * chore: archive and unarchive response * fix: archival mutation * fix: restore issue from peek overview * chore: update notification content for archive/restore * refactor: activity user name * fix: all issues mutation * fix: restore issue auth * chore: close peek overview on archival --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com>
19 lines
460 B
TypeScript
19 lines
460 B
TypeScript
export * from "./attachment";
|
|
export * from "./issue-modal";
|
|
export * from "./delete-issue-modal";
|
|
export * from "./description-form";
|
|
export * from "./issue-layouts";
|
|
|
|
export * from "./parent-issues-list-modal";
|
|
export * from "./label";
|
|
export * from "./confirm-issue-discard";
|
|
export * from "./issue-update-status";
|
|
|
|
// issue details
|
|
export * from "./issue-detail";
|
|
|
|
export * from "./peek-overview";
|
|
|
|
// archived issue
|
|
export * from "./archive-issue-modal";
|