aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation
Commit message (Collapse)AuthorAge
* show pinned state only in the user timelinetaehoon2019-05-15
|
* use pinned property from status directlytaehoon2019-05-15
|
* #468 - show pinned timeline and add pinned label to the statusdave2019-05-15
|
* Revert "eliminate expandable prop in favor of inConversation"taehoon2019-05-06
| | | | This reverts commit 1455e1f9d50dc85b4467f410e6119480b6d1ebf1.
* fix wrong inlineExpandedtaehoon2019-05-06
|
* eliminate expandable prop in favor of inConversationtaehoon2019-05-06
|
* refactor showing favs and repeats logicBrenden Bice2019-04-11
|
* display favs & reblogged users on expanded post in timeline viewBrenden Bice2019-04-11
|
* display avatars list on highlighted postBrenden Bice2019-04-11
|
* improve code qualityBrenden Bice2019-04-11
|
* rename favourite to favoriteBrenden Bice2019-04-11
|
* improve code qualityBrenden Bice2019-04-11
|
* fetch parent post boost users informationBrenden Bice2019-04-11
|
* fetch reblogged usersBrenden Bice2019-04-11
|
* fetch favorited usersBrenden Bice2019-04-11
|
* maintain conversationsObject storagetaehoon2019-04-11
|
* remove unused importingtaehoon2019-04-11
|
* get statuses in a conversation from the global repository instead of local statetaehoon2019-04-11
|
* #486 - remove expand button on conversation pagejared2019-04-09
|
* #433 - update sort by for conversationdave2019-03-28
|
* Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵dave2019-03-28
|\ | | | | | | issue-433-status-reply-form
| * Apparently, MastoAPI gives status in ancestors if you try opening a repeat...Henry Jameson2019-03-27
| |
* | #433 - sort conversation for retweets and clean updave2019-03-27
| |
* | #433 - fix retweet abnormal behaviordave2019-03-25
| |
* | #433 - consider page on focuseddave2019-03-25
| |
* | #433 - remove needless nesting/bloatingdave2019-03-25
| |
* | #433 - Fix conversation page highlight, fetch conversation on converation pagedave2019-03-25
| |
* | Resolve merge conflict,dave2019-03-25
|\| | | | | | | Fix few issues (conversation page highlight, fetch conversation, ...)
| * reviewHenry Jameson2019-03-25
| |
| * less hackery, more direct usage of mastoapiHenry Jameson2019-03-21
| |
| * minor UI improvements - keep current behavior of showing originating post ↵Henry Jameson2019-03-21
| | | | | | | | initially
| * why did i do thatHenry Jameson2019-03-21
| |
| * Fetching convos via MastoAPI. Had to change conversation component a bit forHenry Jameson2019-03-09
| | | | | | | | better support, since MastoAPI doesn't have coversation ids
* | #433 - fix broken conversation pagedave2019-03-25
| |
* | #433: persistency of status formdave2019-03-11
| |
* | #433: do not remove the reply dialogdave2019-03-11
|/
* fix convosHenry Jameson2019-02-14
|
* #341 - fix namingdave2019-02-12
|
* #341 - automatic scroll with repeats/reportsdave2019-02-12
|
* i should take it easyHenry Jameson2019-01-25
|
* hotfixHenry Jameson2019-01-25
|
* quickfixHenry Jameson2019-01-25
|
* this attempts converting id to number to sort them numerically, since "99" >Henry Jameson2019-01-25
| | | | "100" while 99 < 100
* 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
|