-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Embedded method tree conversion #9052
base: master
Are you sure you want to change the base?
[WIP] Embedded method tree conversion #9052
Conversation
Screen.Recording.2024-01-29.at.6.51.49.PM.mov |
635ab05
to
444ef60
Compare
Checked commit jeffbonson@444ef60 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
This pull request is not mergeable. Please rebase and repush. |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
1 similar comment
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
Note: This is an experimental work. Also trying a different approach to avoid the tree structure in another PR.
AeInlineMethods
component to render the list and add method buttonmodal
to display the tree component.MiqTree
componentMiqTreeNode
component to display a row in treeMiqtreeParentNode
to render a parent itemMiqTreeChildNode
to render the child itemsMiqTreeNode
component inMiqTreeChildNode
as a recursive function to reuse the codeAeInlineMethods
to add them to the arrayAeInlineMethods
loader
near to the selected itemBefore
After
react-wooden-tree
package.Upadted on Jan 29, 2023 - #9052 (comment)