NestedFolders: Virtual tree view (#66102)

* poc for virtual tree

* remove my silly debug stuff

* wip

* style table

* improve styles

* fix

* start to split tree into seperate component

* cleanup unused function

* split into more components

* more better

* secondary color type column

* simple tests for DashboardsTree

* restore styles from dodgy rebase

* remove my weirdo text component thing
This commit is contained in:
Josh Hunt
2023-04-17 11:08:24 +01:00
committed by GitHub
parent f58a63b2df
commit 9b15c79e19
10 changed files with 495 additions and 84 deletions
@@ -115,7 +115,7 @@ export const SearchView = ({ showManage, folderDTO, hidePseudoFolders, keyboardE
}
return (
<div style={{ height: '100%', width: '100%' }}>
<div style={{ content: 'auto-sizer-wrapper', height: '100%', width: '100%' }}>
<AutoSizer>
{({ width, height }) => {
const props: SearchResultsProps = {