aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.vue
Commit message (Collapse)AuthorAge
* Add floating status-previews on reply-link mouseover in conversations and ↵Shpuld Shpuldson2017-06-07
| | | | make them optional in the settings, fix a small visual inconsistency in muted statuses while editing the file already..
* Add list of replies under the name/links in conversation statuses, clicking ↵Shpuld Shpuldson2017-06-04
| | | | them will highlight the statuses and scroll you to them, expanding a status will scroll you to that status once the conversation has opened.
* Goto-original-arrow button now sets conversation highlight/focus even when ↵Shpuld Shpuldson2017-04-12
| | | | inline, setting focus now scrolls you to the focused post smoothly. Hide the arrow button when not expanded.
* Add a border to conversation heading to add distinction between it and a ↵shpuld2017-03-10
| | | | hilighted post. (TODO: add the same base03-border to all headings for consistency's sake if it looks alright?)
* Merge branch 'develop' into wakarimasen/pleroma-fe-developRoger Braun2017-03-09
|\
| * Put conversation 'Collapse' back on the same line with the rest of the heading.'shpuld2017-03-07
| |
| * Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵shpuld2017-03-06
| |\ | | | | | | | | | feature/load-new-statuses-in-heading
| | * Add focused prop to statuswakarimasen2017-03-05
| | |
| * | Merged from develop, made 'new notices' into a 'show new' button placed on ↵shpuld2017-03-05
| |/ | | | | | | the heading element, updated headings and buttons to be more consistent with new changes (log-in, notifications/read, conversation/collapse), changed bottom 'load older' block to not disappear on click to keep screen from scrolling and changed its styling more consistent with everything else.
* / Add inConversation prop to statuswakarimasen2017-03-05
|/
* Revert "Show actual status in notifications when mentioned."Roger Braun2017-02-23
| | | | This reverts commit 0e1ab69c33f155865adc27d940a2542ffdcec30a.
* Show actual status in notifications when mentioned.Roger Braun2017-02-22
|
* Extract conversation and create conversation page.Roger Braun2017-02-04
|
* Add styling with base16.Roger Braun2017-01-15
| | | | Solarized-dark for now.
* Add status / conversation component.Roger Braun2016-11-24
And wire it up.