aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation
Commit message (Collapse)AuthorAge
* Display loading and error indicator for conversation pagetusooa2024-04-14
|
* fix transparency blur in statuses on firefoxHenry Jameson2024-03-29
|
* Make unloaded statuses follow panel stylingHenry Jameson2024-03-25
|
* fix conversations panels shadowsHenry Jameson2024-03-07
|
* lintHenry Jameson2024-03-04
|
* remove all "fallback variables"Henry Jameson2024-03-04
|
* panels/statuses are looking really good now even with transparencyHenry Jameson2024-03-04
|
* fix borders in statuses and linear viewHenry Jameson2024-02-19
|
* more fixesHenry Jameson2024-02-13
|
* Use stylelinttusooa2023-01-09
|
* Make timeline a list of articlestusooa2022-11-07
|
* Merge remote-tracking branch 'origin/develop' into scrolltotopHenry Jameson2022-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 conflictsSean King2022-08-08
| |\
| * \ Fix merge conflictsSean King2022-08-01
| |\ \
| * | | Only refetch status on highlight if streaming is not enabledSean King2022-06-11
| | | |
| * | | Fetch status when highlighting itSean King2022-06-11
| | | |
* | | | move definitions for timeline header buttons to Panel.scss, now calledHenry Jameson2022-10-09
| |_|/ |/| | | | | | | | rightside buttons
* | | lintHenry Jameson2022-08-04
| | |
* | | made quick settings into their own component, added quick view settings,Henry Jameson2022-08-01
| |/ |/| | | | | added both to conversation view
* | --fixHenry Jameson2022-07-31
|/
* fix inline conversation's shadow showing through outer headerHenry Jameson2022-05-09
|
* better formattingHenry Jameson2022-04-26
|
* unified how panel-footer works between regular timelines and user timelineHenry Jameson2022-04-25
|
* fixate conversation headingHenry Jameson2022-04-19
|
* fix extra padding in thread viewHenry Jameson2022-04-10
|
* restore margins for inline convosHenry Jameson2022-04-10
|
* re-fix i18n warnings againHenry Jameson2022-03-29
|
* fix i18n at placesHenry Jameson2022-03-23
|
* Make $status-margin fallback onlyTusooa Zhu2022-03-07
|
* Clean up dead codeTusooa Zhu2022-03-07
|
* Make fading ancestors optionalTusooa 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 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
* Make position of other replies button a prefTusooa 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
|
* 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
|