Add tree widget#229
Draft
hydra wants to merge 25 commits into
Draft
Conversation
* nothing renders at all.
* "root" renders, no children.
hydra
force-pushed
the
add-tree-widget
branch
from
February 4, 2025 16:19
8bdd34c to
6e21161
Compare
* the expand/collapse button doesn't work yet.
…ns into the nodes that need to refer to the tree and the node itself.
… callbacks. * delete buttons only work for the root.
…ct location in the tree. Cleanup the API for `children_keys`.
� Conflicts: � examples/tree.rs
…ound in the window when expanding/collapsing nodes.
hydra
force-pushed
the
add-tree-widget
branch
from
February 4, 2025 16:33
6e21161 to
1a335e0
Compare
Contributor
Author
|
rebased |
ecton
marked this pull request as draft
March 7, 2025 20:39
Member
|
I'm not sure what specific questions there are for me to address on this PR. At this time this control is not something that I personally have a desire for in Cushy so I am not going to be working to finish this myself anytime soon. I will answer questions if you have them. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First attempt add adding a dynamic tree widget.
Features:
TODO
>andv..contain()which is currently there for visualization/debugging purposes.Issues:
Notes:
Probably there's some unnecessary cloning going on too, maybe on the whole tree itself including all the nodes.CloneforTreehas been removed.