forked from github/plane
4611ec0b83
* fix: handled undefined issue_id in list layout * dev: issue detail store and optimization * dev: issue filter and list operations * fix: typo on labels update * dev: Handled all issues in the list layout in project issues * dev: handled kanban and auick add issue in swimlanes * chore: fixed peekoverview in kanban * chore: fixed peekoverview in calendar * chore: fixed peekoverview in gantt * chore: updated quick add in the gantt chart * chore: handled issue detail properties and resolved build issues --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
27 lines
687 B
TypeScript
27 lines
687 B
TypeScript
export * from "./attachment";
|
|
export * from "./comment";
|
|
export * from "./issue-modal";
|
|
export * from "./view-select";
|
|
export * from "./activity";
|
|
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";
|
|
|
|
// draft issue
|
|
export * from "./draft-issue-form";
|
|
export * from "./draft-issue-modal";
|
|
export * from "./delete-draft-issue-modal";
|
|
|
|
// archived issue
|
|
export * from "./delete-archived-issue-modal";
|