plane/web/components/issues/issue-layouts/list
rahulramesha e2affc3fa6
chore: virtualization ish behaviour for issue layouts (#3538)
* Virtualization like core changes with intersection observer

* Virtualization like changes for spreadsheet

* Virtualization like changes for list

* Virtualization like changes for kanban

* add logic to render all the issues at once

* revert back the changes for list to follow the old pattern of grouping

* fix column shadow in spreadsheet for rendering rows

* fix constant draggable height while dragging and rendering blocks in kanban

* fix height glitch while rendered rows adjust to default height

* remove loading animation for issue layouts

* reduce requestIdleCallback timer to 300ms

* remove logic for index tarcking to force render as the same effect seems to be achieved by removing requestIdleCallback

* Fix Kanban droppable height

* fix spreadsheet sub issue loading

* force change in reference to re render the render if visible component when the order of list changes

* add comments and minor changes
2024-02-09 15:53:15 +05:30
..
headers fix: Handled the draft issue from issue create modal and optimised the draft issue store (#3588) 2024-02-07 20:45:05 +05:30
roots chore: active cycle issue transfer validation (#3560) 2024-02-05 14:47:40 +05:30
base-list-root.tsx chore: virtualization ish behaviour for issue layouts (#3538) 2024-02-09 15:53:15 +05:30
block.tsx chore: virtualization ish behaviour for issue layouts (#3538) 2024-02-09 15:53:15 +05:30
blocks-list.tsx chore: virtualization ish behaviour for issue layouts (#3538) 2024-02-09 15:53:15 +05:30
default.tsx chore: virtualization ish behaviour for issue layouts (#3538) 2024-02-09 15:53:15 +05:30
index.ts chore: implemented new store and issue layouts for issues and updated new data structure for issues (#2843) 2023-12-07 19:59:35 +05:30
list-view-types.d.ts chore: active cycle issue transfer validation (#3560) 2024-02-05 14:47:40 +05:30
quick-add-issue-form.tsx chore: posthog events improved (#3554) 2024-02-05 13:19:07 +05:30