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
After I have explored some expanded parts of a conversation, I would like to be able to collapse that part by e.g. clicking the top-level tweet of that thread, so that my screen does not get cluttered, allowing me to focus on other threads which I have not explored yet. You could also add toggling collapse/expand with the space button.
This would need a method on TweetTree called collapseNodes, which would just hide them from the UI (but would keep the tweet content so that it does not get reloaded if I toggle it back). Its implementation could be done by adding a isVisible field on TweetNode, which would skip rendering it and all of its children if set to true.
Does the above description make sense? Great tool otherwise, thanks for building it!
The text was updated successfully, but these errors were encountered:
After I have explored some expanded parts of a conversation, I would like to be able to collapse that part by e.g. clicking the top-level tweet of that thread, so that my screen does not get cluttered, allowing me to focus on other threads which I have not explored yet. You could also add toggling collapse/expand with the space button.
This would need a method on
TweetTree
calledcollapseNodes
, which would just hide them from the UI (but would keep the tweet content so that it does not get reloaded if I toggle it back). Its implementation could be done by adding aisVisible
field onTweetNode
, which would skip rendering it and all of its children if set to true.Does the above description make sense? Great tool otherwise, thanks for building it!
The text was updated successfully, but these errors were encountered: