mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
061be85a5d
* fix: GET request changes * fix: filtering changes * feat: cycles and modules archive. * chore: disable fetching of cycle/ module details when clicked on the card in archives page. * chore: remove copy link button from archived modules/ cycles. * fix: archived cycle and module loading fliker issue. * chore: add validation to only archive completed cycles. * chore: add validation to only archive completed or cancelled module. * chore: archived issues/ cycles/ modules empty state update. --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
20 lines
502 B
TypeScript
20 lines
502 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";
|
|
export * from "./archived-issues-header";
|