You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than simultaneously maintain four implementations of the dual list selector:
dynamic list style dual list selector
dynamic tree style dual list selector
composable list style dual list selector
composable tree style dual list selector
We should instead only be maintaining one. All four types of the dual list selector should be able to be implemented using the composable tree building blocks.
We could still also export an additional implementation, which will compose the most basic list and tree styles automatically. Almost like exportable demos.
remake all existing examples using tree style dual list selector
remove the wiring for the dynamic list and tree configurations
wrap and make export-able the basic tree and list examples
Be sure the next implementation addresses the following issues:
Rather than simultaneously maintain four implementations of the dual list selector:
We should instead only be maintaining one. All four types of the dual list selector should be able to be implemented using the composable tree building blocks.
We could still also export an additional implementation, which will compose the most basic list and tree styles automatically. Almost like exportable demos.
Be sure the next implementation addresses the following issues:
The text was updated successfully, but these errors were encountered: