mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
61d8586f7f
* chore: updated modal and form validations * chore: module estimate analytics * chore: state analytics * chore: cycle estimate analytics * chore: module points serializer * chore: added fields in serializer * chore: module state estimate points * dev: updated module analytics * dev: updated hover description on the burndown * dev: UI and module total percentage validation * chore: estimate points structure change * chore: module burndown * chore: key values changed * chore: cycle progress snapshot * chore: cycle detail endpoint * chore: progress snapshot payload change * chore: resolved merge conflicts * chore: updated issue and point dropdown in active cycle * chore: optimized grouped issues count in cycle and module --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
21 lines
605 B
TypeScript
21 lines
605 B
TypeScript
export * from "./active-cycle";
|
|
export * from "./applied-filters";
|
|
export * from "./board/";
|
|
export * from "./dropdowns";
|
|
export * from "./gantt-chart";
|
|
export * from "./list";
|
|
export * from "./cycle-peek-overview";
|
|
export * from "./cycles-view-header";
|
|
export * from "./cycles-view";
|
|
export * from "./delete-modal";
|
|
export * from "./form";
|
|
export * from "./modal";
|
|
export * from "./quick-actions";
|
|
export * from "./transfer-issues-modal";
|
|
export * from "./transfer-issues";
|
|
export * from "./cycles-view-header";
|
|
|
|
export * from "./analytics-sidebar";
|
|
// archived cycles
|
|
export * from "./archived-cycles";
|