mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
220389e74e
* chore: autorun for the issue detail store * fix: labels mutation * chore: remove old peek overview code * chore: move add to cycle and module logic to store * fix: build errors * chore: add peekProjectId query param for the peek overview * chore: update profile layout * fix: multiple workspaces * style: Issue activity and link design improvements in Peek overview. * fix issue with labels not occupying full widht. * fix links overflow issue. * add tooltip in links to display entire link. * add functionality to copy links to clipboard. * chore: peek overview for all the layouts * fix: build errors --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
26 lines
747 B
TypeScript
26 lines
747 B
TypeScript
export * from "./attachment";
|
|
export * from "./comment";
|
|
export * from "./sidebar-select";
|
|
export * from "./view-select";
|
|
export * from "./activity";
|
|
export * from "./delete-issue-modal";
|
|
export * from "./description-form";
|
|
export * from "./form";
|
|
export * from "./issue-layouts";
|
|
export * from "./issue-peek-overview";
|
|
export * from "./main-content";
|
|
export * from "./modal";
|
|
export * from "./parent-issues-list-modal";
|
|
export * from "./sidebar";
|
|
export * from "./label";
|
|
export * from "./issue-reaction";
|
|
export * from "./confirm-issue-discard";
|
|
|
|
// 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";
|