aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.js
Commit message (Collapse)AuthorAge
* Extract conversation and create conversation page.Roger Braun2017-02-04
|
* Throw out retweets from conversations.Roger Braun2016-11-28
|
* Switch from moment.js to vue-timeago.Roger Braun2016-11-28
| | | | | Much smaller filesize for vendor.js, although we'll have to see if all the intervals are ok.
* Fetch conversation again on route change.Roger Braun2016-11-28
| | | | This might happen when you visit other convos via the notifications bar.
* Move some interactions to the backendInteractorRoger Braun2016-11-26
| | | | | The idea is that all interactions should move there, so components don't have to pass around credentials all the time.
* Add status / conversation component.Roger Braun2016-11-24
And wire it up.