aboutsummaryrefslogtreecommitdiff
path: root/src/components/thread_tree/thread_tree.js
Commit message (Collapse)AuthorAge
* Make replying and mediaPlaying controlledTusooa Zhu2022-03-07
| | | | | | | | | $refs is not a reliable way to deal with child components under tree threading as it is not reactive, but the children may change at any time. The only good way seems to be making these states aggregated on the conversation component. Ref: tree-threading
* Clean up debug code for tree threadingTusooa Zhu2022-03-07
|
* Fix virtual scrolling for tree threadingTusooa Zhu2022-03-07
| | | | Ref: tree-threading
* Add simple tree style navigationTusooa Zhu2022-03-07
|
* Add dive functionalityTusooa Zhu2022-03-07
|
* Support diving into one status in a conversationTusooa Zhu2022-03-07
|
* Make status display controlledTusooa Zhu2022-03-07
|
* Implement thread folding/expandingTusooa Zhu2022-03-07
|
* Add tree-style thread displayTusooa Zhu2022-03-07