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
5 lines
145 B
TypeScript
5 lines
145 B
TypeScript
export * from "./spreadsheet-view";
|
|
export * from "./single-issue";
|
|
export * from "./spreadsheet-columns";
|
|
export * from "./spreadsheet-issues";
|