mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
231fd52992
* dev: project archive response * feat: projects archive. * dev: response changes for cycle and module * chore: status message changed * chore: update clear all applied display filters logic. * style: archived project card UI update. * chore: archive/ restore taost message update. * fix: clear all applied display filter logic. * chore: project empty state update to handle archived projects. * chore: minor typo fix in cycles and modules archive. * chore: close cycle/ module overview sidebar if it's already open when clicked on overview button. * chore: optimize current workspace applied display filter logic. * chore: update all `archived_at` type from `Date` to `string`. --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
8 lines
290 B
TypeScript
8 lines
290 B
TypeScript
export * from "./project.service";
|
|
export * from "./project-estimate.service";
|
|
export * from "./project-export.service";
|
|
export * from "./project-member.service";
|
|
export * from "./project-state.service";
|
|
export * from "./project-publish.service";
|
|
export * from "./project-archive.service";
|