mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
e08fc59114
* feat: spreadsheet view * fix: fix scroll and overflow issues, feat: updated issue properties component, style: ui improvements * feat: sub-issue toggle and sub-issue hook added, chore: code refactor * fix: only render parent issue * feat: sub issue fetching hook updated and nested sub issue added, chore: code refactor * style: title sticky to left on scroll and column styling * fix: tooltip , filter and view z-index fix * feat: spreadsheet view column sorting, fix: sticky scroll issue fix * feat: updated issue view filter for spreadsheet view * style: spreadsheet view column * feat: double click to edit title * fix: estimate sorting fix * style: spreadsheet view columns * fix: spreadsheet view mutation, feat: edit , copy and delete option added * fix: edit sub issue fix
20 lines
665 B
TypeScript
20 lines
665 B
TypeScript
export * from "./board-view";
|
|
export * from "./calendar-view";
|
|
export * from "./gantt-chart-view";
|
|
export * from "./list-view";
|
|
export * from "./spreadsheet-view";
|
|
export * from "./sidebar";
|
|
export * from "./bulk-delete-issues-modal";
|
|
export * from "./existing-issues-list-modal";
|
|
export * from "./filters-list";
|
|
export * from "./gpt-assistant-modal";
|
|
export * from "./image-upload-modal";
|
|
export * from "./issues-view-filter";
|
|
export * from "./issues-view";
|
|
export * from "./link-modal";
|
|
export * from "./image-picker-popover";
|
|
export * from "./feeds";
|
|
export * from "./theme-switch";
|
|
export * from "./custom-theme-selector";
|
|
export * from "./color-picker-input";
|