mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
* chore: issue detail sidebar and main content improvement and code refactor * dev: issue relation list component added * chore: code refactor * dev: issue detail widget implementation * dev: update issue relation endpoint to return same response as sub issue * chore: changed updated_by in issue attachment * fix: peek view link ui * chore: move collapsible button component to plane ui package * chore: issue list component code refactor * chore: relation icon updated * chore: relation icon updated * chore: issue quick action ui updated * chore: wrap title indicatorElement component with useMemo * chore: code refactor * fix: build error
24 lines
688 B
TypeScript
24 lines
688 B
TypeScript
export * from "./attachment";
|
|
export * from "./bulk-operations";
|
|
export * from "./issue-modal";
|
|
export * from "./delete-issue-modal";
|
|
export * from "./issue-layouts";
|
|
export * from "./description-input";
|
|
export * from "./title-input";
|
|
export * from "./parent-issues-list-modal";
|
|
export * from "./label";
|
|
export * from "./confirm-issue-discard";
|
|
export * from "./issue-update-status";
|
|
export * from "./create-issue-toast-action-items";
|
|
export * from "./relations";
|
|
export * from "./issue-detail-widgets";
|
|
|
|
// issue details
|
|
export * from "./issue-detail";
|
|
|
|
export * from "./peek-overview";
|
|
|
|
// archived issue
|
|
export * from "./archive-issue-modal";
|
|
export * from "./archived-issues-header";
|