| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Display loading and error indicator for conversation page | tusooa | 2024-04-14 |
| | | |||
| * | Fix merge conflicts | Sean King | 2022-08-08 |
| |\ | |||
| | * | made quick settings into their own component, added quick view settings, | Henry Jameson | 2022-08-01 |
| | | | | | | | | | added both to conversation view | ||
| * | | Fix merge conflicts | Sean King | 2022-08-01 |
| |\| | |||
| | * | --fix | Henry Jameson | 2022-07-31 |
| | | | |||
| * | | Only refetch status on highlight if streaming is not enabled | Sean King | 2022-06-11 |
| | | | |||
| * | | Fetch status when highlighting it | Sean King | 2022-06-11 |
| |/ | |||
| * | Clean up dead code | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Make fading ancestors optional | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Split conversation display style into two different settings | Tusooa Zhu | 2022-03-07 |
| | | | | | | | linear => linear (now default) simple_tree => tree / conversationTreeAdvanced=false tree => tree / conversationTreeAdvanced=true | ||
| * | Fix timeline jump when scrolling | Tusooa Zhu | 2022-03-07 |
| | | | | | Ref: tree-threading | ||
| * | Make replying and mediaPlaying controlled | Tusooa Zhu | 2022-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 threading | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Fix virtual scrolling for tree threading | Tusooa Zhu | 2022-03-07 |
| | | | | | Ref: tree-threading | ||
| * | Make position of other replies button a pref | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Improve "show full conversation" interaction | Tusooa Zhu | 2022-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). | ||
| * | Reset thread open state when collapsed | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Clean up | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Highlight ancestor of the current status when diving back to top | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Implement Misskey-style tree view | Tusooa Zhu | 2022-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. | ||
| * | Fix status undefined in parentOf | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Add settings for max depth in thread | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Use mergedConfig properly | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Fallback to simpleTree style | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Undive when collapsed | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Clean up | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Lint | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Add simple tree style navigation | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Add dive functionality | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Support diving into one status in a conversation | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Make status display controlled | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Implement thread folding/expanding | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Add tree-style thread display | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Timeline virtual scrolling | Shpuld Shpludson | 2020-09-29 |
| | | |||
| * | change emoji reactions to use new format | Shpuld Shpuldson | 2020-01-26 |
| | | |||
| * | fix merge conflicts | Shpuld Shpuldson | 2020-01-13 |
| |\ | |||
| | * | restore muted users collapsing logic on other user’s profiles | taehoon | 2019-11-25 |
| | | | |||
| * | | add fetching for emoji reactions, draft design | Shpuld Shpuldson | 2019-11-15 |
| |/ | |||
| * | do not change word based muting logic | taehoon | 2019-09-13 |
| | | |||
| * | do not collapse muted user's posts on muted user's profile page | taehoon | 2019-09-13 |
| | | |||
| * | update prop name | taehoon | 2019-09-06 |
| | | |||
| * | stop fetching whole conversation when change highlighted status | taehoon | 2019-09-06 |
| | | |||
| * | refactoring | taehoon | 2019-09-06 |
| | | |||
| * | accept status id instead of status obj as statusoid prop | taehoon | 2019-09-06 |
| | | |||
| * | remove dead code | taehoon | 2019-08-28 |
| | | |||
| * | fix crazy watch logic in conversation | taehoon | 2019-08-23 |
| | | |||
| * | generate idObj at timeline level | taehoon | 2019-08-17 |
| | | |||
| * | fix pin showing logic in conversation | taehoon | 2019-08-17 |
| | | |||
| * | all the manual fixes | Henry Jameson | 2019-07-07 |
| | | |||
| * | npm eslint --fix . | Henry Jameson | 2019-07-05 |
| | | |||
