aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation
Commit message (Collapse)AuthorAge
* removing unnecessary conversions since it should already be converted in ↵Henry Jameson2019-01-17
| | | | normalizer
* Merge branch 'switch-to-string-ids' into favoritesHenry Jameson2019-01-17
|\ | | | | | | | | | | | | | | | | | | | | | | with some changes/merge conflicts resolution * switch-to-string-ids: fixx????? fix notifications? fix lint fix tests, removed one unused function, fix real problem that tests helped to surface added some more explicit to string conversion since BE seem to be sending numbers and it could cause an issue. Remove all explicit and implicit conversions of statusId to number, changed explicit ones so that they convert them to string
| * Remove all explicit and implicit conversions of statusId to number, changedHenry Jameson2019-01-11
| | | | | | | | explicit ones so that they convert them to string
* | separated normalization into a another file, removed catchall and added more ↵Henry Jameson2019-01-13
|/ | | | stuff
* fix collapse link being too smallHenry Jameson2018-09-03
|
* fixHenry Jameson2018-08-30
|
* Pass the "Collapse" label throught the translation functionchip2018-05-19
|
* Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, ↵shpuld2018-04-11
| | | | status fadein.
* Merge hj's css overhaul and fix conflictsshpuld2018-04-10
|\
| * getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
| |
* | small fixesshpuld2018-04-09
|/
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵shpuld2017-11-17
|\ | | | | | | feature/custom-theme
| * Move previews from conversation to status, put the reply preview arrow back ↵shpuld2017-11-13
| | | | | | | | on timeline statuses, add a spinner when the preview is still loading.
* | Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
|/ | | | of base16 assignments for better consistency.
* imo this looks ugly, compared to general timeline appearanceHenry Jameson2017-11-13
|
* some fixes towards how conversations appearHenry Jameson2017-11-13
|
* Add a bunch of missed localization strings, update english and finnish to match.shpuld2017-11-08
|
* Add back relative numbering.Roger Braun2017-07-29
|
* Only run through replies once.Roger Braun2017-07-29
|
* Revert "Throttle getReplies so it isn't called that often."Roger Braun2017-07-28
| | | | This reverts commit 86773579ed924e0a8a38eac4812f1bc10e353870.
* Throttle getReplies so it isn't called that often.Roger Braun2017-07-28
|
* Small cleanup.Roger Braun2017-06-07
|
* lint fixShpuld Shpuldson2017-06-07
|
* 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..
* Re-use conversation property.Roger Braun2017-06-05
|
* 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.
* Fix statusoid == undefined bug that prevented conversation opening in new tabs.Shpuld Shpuldson2017-04-14
|
* lint fixesShpuld Shpuldson2017-04-12
|
* 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
|\
| * eslint fixes.Roger Braun2017-03-08
| |
| * Put conversation 'Collapse' back on the same line with the rest of the heading.'shpuld2017-03-07
| |
| * Highlight original notice when expanding retweetswakarimasen2017-03-06
| |
| * Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵shpuld2017-03-06
| |\ | | | | | | | | | feature/load-new-statuses-in-heading
| | * Style fixes.Roger Braun2017-03-05
| | |
| | * 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.
* 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.