Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit ba3b498

Browse files
Travis1282Travis Clarkhlomzik
authored
fix: DEV-1567: virtualize tree data (#471)
* add react-vtree and react-window as dependencies * agnostic virtual large tree data viewing component * integrate virtual tree component with taxonomy selector * imput and scrollbar padding adjustment, fix height on search and browser percentage calcualtion * removed react-vtree from dependencies, replicated functionality with react-window alone * support adding child components and couting total nested children * adjust window hight and scrolling * null block treeStructure when menu is closed * new row is actual row, expand parent * new Items add at top of list, remove unused * update enzyme-adapter to work with react@17 * update yarn.lock * trigger CI * update node version to 14 * update enzyme dependencies * update lock-files. again Co-authored-by: Travis Clark <“[email protected]”> Co-authored-by: hlomzik <[email protected]>
1 parent 3116fcb commit ba3b498

File tree

11 files changed

+6166
-25555
lines changed

11 files changed

+6166
-25555
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
# increment it in case if you need to reset cache
9-
CACHE_NAME_PREFIX: v2
9+
CACHE_NAME_PREFIX: v3
1010
NODE: '14'
1111

1212
jobs:

0 commit comments

Comments
 (0)