Sidebar - replace tree component with ag-Grid #91
Labels
No Label
Bug
Deployed to: Production
Deployed to: Staging
Feature Request
Obsolete
Out-there Idea
Ready to Deploy
Regression
Scope: Code Editor
Scope: Databases
Scope: Files
Scope: Forms
Scope: Menu & Navigation
Scope: Plugins
Scope: UI Cleanup
Scope: WYSIWYG
Under Development
Won't Fix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Noded/frontend#91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 3rd-party tree component we use on the sidebar, while nice looking, is slow and doesn't scale well with larger trees.
Instead, let's replace it with ag-Grid in tree mode and we can load the nodes in a flat structure, rather than nested, using a tree num system.
Here, also, add the ability to filter by node type (database, code snippet, file box, &c.)
Decided to do a custom implementation, since tree-listing in ag-grid is heavier than we need, and requires enterprise-edition.