plane/web/components/issues/issue-layouts/spreadsheet
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
..
columns feat: Keyboard navigation spreadsheet layout for issues (#3564) 2024-02-08 11:49:00 +05:30
roots chore: active cycle issue transfer validation (#3560) 2024-02-05 14:47:40 +05:30
base-spreadsheet-root.tsx chore: active cycle issue transfer validation (#3560) 2024-02-05 14:47:40 +05:30
index.ts chore: Refactor Spreadsheet view for better code maintainability and performance (#3322) 2024-01-22 13:19:43 +05:30
issue-column.tsx feat: Keyboard navigation spreadsheet layout for issues (#3564) 2024-02-08 11:49:00 +05:30
issue-row.tsx chore: virtualization ish behaviour for issue layouts (#3538) 2024-02-09 15:53:15 +05:30
quick-add-issue-form.tsx chore: posthog events improved (#3554) 2024-02-05 13:19:07 +05:30
spreadsheet-header-column.tsx feat: Keyboard navigation spreadsheet layout for issues (#3564) 2024-02-08 11:49:00 +05:30
spreadsheet-header.tsx feat: Keyboard navigation spreadsheet layout for issues (#3564) 2024-02-08 11:49:00 +05:30
spreadsheet-table.tsx chore: virtualization ish behaviour for issue layouts (#3538) 2024-02-09 15:53:15 +05:30
spreadsheet-view.tsx chore: virtualization ish behaviour for issue layouts (#3538) 2024-02-09 15:53:15 +05:30