| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Display loading and error indicator for conversation page | tusooa | 2024-04-14 |
| | | |||
| * | fix transparency blur in statuses on firefox | Henry Jameson | 2024-03-29 |
| | | |||
| * | Make unloaded statuses follow panel styling | Henry Jameson | 2024-03-25 |
| | | |||
| * | fix conversations panels shadows | Henry Jameson | 2024-03-07 |
| | | |||
| * | lint | Henry Jameson | 2024-03-04 |
| | | |||
| * | remove all "fallback variables" | Henry Jameson | 2024-03-04 |
| | | |||
| * | panels/statuses are looking really good now even with transparency | Henry Jameson | 2024-03-04 |
| | | |||
| * | fix borders in statuses and linear view | Henry Jameson | 2024-02-19 |
| | | |||
| * | more fixes | Henry Jameson | 2024-02-13 |
| | | |||
| * | Use stylelint | tusooa | 2023-01-09 |
| | | |||
| * | Make timeline a list of articles | tusooa | 2022-11-07 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into scrolltotop | Henry Jameson | 2022-10-09 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (89 commits) Update dependency @vuelidate/validators to v2.0.0 Remove lolex package Remove diff package Pin dependencies Update dependency sass to v1.55.0 Make suggestor suggest according to cldr annotations Make chunks named Use import() for emoji.json Add regional indicators Support filtering by keywords from cldr Display localized unicode emoji names Load unicode emoji annotations Extract language list to its own file using the half-shit approach since proper approach is full-shit Make unicode emoji phrases match with _ Use console.info Fix non-square emojis being truncated Fix emoji picker lint Fix emoji picker lint Tweak efficiency when changing filter keywords in emoji picker ... | ||
| | * | Fix merge conflicts | Sean King | 2022-08-08 |
| | |\ | |||
| | * \ | Fix merge conflicts | Sean King | 2022-08-01 |
| | |\ \ | |||
| | * | | | 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 |
| | | | | | |||
| * | | | | move definitions for timeline header buttons to Panel.scss, now called | Henry Jameson | 2022-10-09 |
| | |_|/ |/| | | | | | | | | rightside buttons | ||
| * | | | lint | Henry Jameson | 2022-08-04 |
| | | | | |||
| * | | | made quick settings into their own component, added quick view settings, | Henry Jameson | 2022-08-01 |
| | |/ |/| | | | | | added both to conversation view | ||
| * | | --fix | Henry Jameson | 2022-07-31 |
| |/ | |||
| * | fix inline conversation's shadow showing through outer header | Henry Jameson | 2022-05-09 |
| | | |||
| * | better formatting | Henry Jameson | 2022-04-26 |
| | | |||
| * | unified how panel-footer works between regular timelines and user timeline | Henry Jameson | 2022-04-25 |
| | | |||
| * | fixate conversation heading | Henry Jameson | 2022-04-19 |
| | | |||
| * | fix extra padding in thread view | Henry Jameson | 2022-04-10 |
| | | |||
| * | restore margins for inline convos | Henry Jameson | 2022-04-10 |
| | | |||
| * | re-fix i18n warnings again | Henry Jameson | 2022-03-29 |
| | | |||
| * | fix i18n at places | Henry Jameson | 2022-03-23 |
| | | |||
| * | Make $status-margin fallback only | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | 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 | ||
| * | Make 'Show full conversation' button have left border in embbeded mode | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | 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). | ||
| * | Make other replies button stretch along the row | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Optimise thread ancestor borders | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Optimise thread ancestor display style | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | 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. | ||
| * | Remove horizontal border and thicken vertical border in a thread tree | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Make dive/undive button clickable along the whole row | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Optimize thread border radius | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Optimize thread display | Tusooa Zhu | 2022-03-07 |
| | | |||
