| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | restore muted users collapsing logic on other user’s profiles | taehoon | 2019-11-25 |
| | | |||
| * | do not change word based muting logic | taehoon | 2019-09-13 |
| | | |||
| * | do not collapse muted user's posts on muted user's profile page | taehoon | 2019-09-13 |
| | | |||
| * | generate idObj at timeline level | taehoon | 2019-08-17 |
| | | |||
| * | fix pin showing logic in conversation | taehoon | 2019-08-17 |
| | | |||
| * | fix merge conflict | Henry Jameson | 2019-07-06 |
| | | |||
| * | eslint --fix --ext .js,.vue src | Henry Jameson | 2019-07-05 |
| | | |||
| * | show pinned state only in the user timeline | taehoon | 2019-05-15 |
| | | |||
| * | use pinned property from status directly | taehoon | 2019-05-15 |
| | | |||
| * | #468 - show pinned timeline and add pinned label to the status | dave | 2019-05-15 |
| | | |||
| * | Revert "eliminate expandable prop in favor of inConversation" | taehoon | 2019-05-06 |
| | | | | | This reverts commit 1455e1f9d50dc85b4467f410e6119480b6d1ebf1. | ||
| * | fix wrong inlineExpanded | taehoon | 2019-05-06 |
| | | |||
| * | eliminate expandable prop in favor of inConversation | taehoon | 2019-05-06 |
| | | |||
| * | #486 - remove expand button on conversation page | jared | 2019-04-09 |
| | | |||
| * | #433 - remove needless nesting/bloating | dave | 2019-03-25 |
| | | |||
| * | #433 - Fix conversation page highlight, fetch conversation on converation page | dave | 2019-03-25 |
| | | |||
| * | #433 - fix broken conversation page | dave | 2019-03-25 |
| | | |||
| * | #433: persistency of status form | dave | 2019-03-11 |
| | | |||
| * | #433: do not remove the reply dialog | dave | 2019-03-11 |
| | | |||
| * | fix collapse link being too small | Henry Jameson | 2018-09-03 |
| | | |||
| * | fix | Henry Jameson | 2018-08-30 |
| | | |||
| * | Pass the "Collapse" label throught the translation function | chip | 2018-05-19 |
| | | |||
| * | Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, ↵ | shpuld | 2018-04-11 |
| | | | | | status fadein. | ||
| * | Merge hj's css overhaul and fix conflicts | shpuld | 2018-04-10 |
| |\ | |||
| | * | getting rid of baseXX, some small fixes. Seems to be usable. | Henry Jameson | 2018-04-07 |
| | | | |||
| * | | small fixes | shpuld | 2018-04-09 |
| |/ | |||
| * | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵ | shpuld | 2017-11-17 |
| |\ | | | | | | | feature/custom-theme | ||
| | * | Move previews from conversation to status, put the reply preview arrow back ↵ | shpuld | 2017-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 ↵ | shpuld | 2017-11-17 |
| |/ | | | | of base16 assignments for better consistency. | ||
| * | imo this looks ugly, compared to general timeline appearance | Henry Jameson | 2017-11-13 |
| | | |||
| * | some fixes towards how conversations appear | Henry Jameson | 2017-11-13 |
| | | |||
| * | Add a bunch of missed localization strings, update english and finnish to match. | shpuld | 2017-11-08 |
| | | |||
| * | Add floating status-previews on reply-link mouseover in conversations and ↵ | Shpuld Shpuldson | 2017-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 Shpuldson | 2017-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 Shpuldson | 2017-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 ↵ | shpuld | 2017-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-develop | Roger Braun | 2017-03-09 |
| |\ | |||
| | * | Put conversation 'Collapse' back on the same line with the rest of the heading.' | shpuld | 2017-03-07 |
| | | | |||
| | * | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵ | shpuld | 2017-03-06 |
| | |\ | | | | | | | | | | feature/load-new-statuses-in-heading | ||
| | | * | Add focused prop to status | wakarimasen | 2017-03-05 |
| | | | | |||
| | * | | Merged from develop, made 'new notices' into a 'show new' button placed on ↵ | shpuld | 2017-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 status | wakarimasen | 2017-03-05 |
| |/ | |||
| * | Revert "Show actual status in notifications when mentioned." | Roger Braun | 2017-02-23 |
| | | | | | This reverts commit 0e1ab69c33f155865adc27d940a2542ffdcec30a. | ||
| * | Show actual status in notifications when mentioned. | Roger Braun | 2017-02-22 |
| | | |||
| * | Extract conversation and create conversation page. | Roger Braun | 2017-02-04 |
| | | |||
| * | Add styling with base16. | Roger Braun | 2017-01-15 |
| | | | | | Solarized-dark for now. | ||
| * | Add status / conversation component. | Roger Braun | 2016-11-24 |
| And wire it up. | |||
