mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
- This makes the list slightly more efficient for small collections, less efficient for larger collections. If this becomes a problem in future we may need to look at a solution that grabs all the root nodes to start, then lazy loads any expanded nodes as secondary AJAX requests. - Write tests for the Tree trait improvements Fixes #1647