aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | Merge branch 'from/develop/tusooa/tree-threading' into 'develop'HJ2022-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the option to display threads as trees See merge request pleroma/pleroma-fe!1407
| * | | | | | | | | | | | | Fix "max depth in thread" settingTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make maxDepthInThread instance-defaultTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make $status-margin fallback onlyTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Clean up dead codeTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translations for fading ancestor optionTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make fading ancestors optionalTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Update English translation for tree view settingsTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Split conversation display style into two different settingsTusooa Zhu2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linear => linear (now default) simple_tree => tree / conversationTreeAdvanced=false tree => tree / conversationTreeAdvanced=true
| * | | | | | | | | | | | | Make 'Show full conversation' button have left border in embbeded modeTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix showingLongSubject not correctly propagatedTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix timeline jump when scrollingTusooa Zhu2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: tree-threading
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | Fix controlled status display togglesTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translations for other replies countTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add other replies count for reply list linkTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Do not display replies inside status as link if there are no other repliesTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translation for position of other replies button prefTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make position of other replies button a prefTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translation for show all conversation button improvementTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Improve "show full conversation" interactionTusooa Zhu2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we only show that button when there are other statuses out of sight (other toplevel statuses exist outside of the current thread tree).
| * | | | | | | | | | | | | Make other replies button stretch along the rowTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Optimise thread ancestor bordersTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Optimise thread ancestor display styleTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Reset thread open state when collapsedTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Clean upTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Highlight ancestor of the current status when diving back to topTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translation for Misskey-style tree viewTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Implement Misskey-style tree viewTusooa Zhu2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the tree will be always rooted at the highlighted status, and all its ancestors shown linearly on the top. Enhancement: If an ancestor has more than one reply (i.e. it has a child that is not on current status's ancestor chain), we are given a link to root the thread at that status.
| * | | | | | | | | | | | | Remove horizontal border and thicken vertical border in a thread treeTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make dive/undive button clickable along the whole rowTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Optimize thread border radiusTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Optimize thread displayTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix the bug where toggleShowingTall does not workTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix status undefined in parentOfTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translations for max depth in threadTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add settings for max depth in threadTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Use mergedConfig properlyTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fallback to simpleTree styleTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Undive when collapsedTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Clean upTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | LintTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translation for simple treeTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add simple tree style navigationTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translation for divingTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add dive functionalityTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translations for divingTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Support diving into one status in a conversationTusooa Zhu2022-03-07
| | | | | | | | | | | | | |