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
The current live platform File Nav view is actually an Expands with many nested sequences etc. Instead, let's make a (configurable) FileTreeView Component / Cell over which we can have better control.
Note that such a Cell/Component could be made up of more configurable sub-components (FileLine, DirectoryLine, FileTreeButtons, etc). This way we still leave some composability / customization capability to the Python user.
The text was updated successfully, but these errors were encountered:
The current live platform File Nav view is actually an
Expands
with many nested sequences etc. Instead, let's make a (configurable)FileTreeView
Component / Cell over which we can have better control.Note that such a Cell/Component could be made up of more configurable sub-components (
FileLine
,DirectoryLine
,FileTreeButtons
, etc). This way we still leave some composability / customization capability to the Python user.The text was updated successfully, but these errors were encountered: