| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | i18n | Mark Felder | 2019-05-31 |
| | | |||
| * | Merge branch 'fix-dropdown' into 'develop' | Shpuld Shpludson | 2019-05-29 |
| |\ | | | | | | | | | | | | | move drowdown menu to popper Closes #559 See merge request pleroma/pleroma-fe!814 | ||
| | * | move drowdown menu to popper | Henry Jameson | 2019-05-27 |
| | | | |||
| * | | i18n/Add Japanese with kanji (2) | Hakaba Hitoyo | 2019-05-29 |
| |/ | |||
| * | Merge branch 'fetags' into 'develop' | HJ | 2019-05-20 |
| |\ | | | | | | | | | add tags to data and to status component See merge request pleroma/pleroma-fe!801 | ||
| | * | switch from method to computed property | Moonman | 2019-05-20 |
| | | | |||
| | * | formatting | Moonman | 2019-05-20 |
| | | | |||
| | * | add tags to data and to status component | Moonman | 2019-05-20 |
| | | | |||
| * | | Merge branch 'masto-remains' into 'develop' | HJ | 2019-05-20 |
| |\ \ | | | | | | | | | | | | | Interactions 2.0, removing last bits of qvitter api. Only login/register and change background remains after that See merge request pleroma/pleroma-fe!792 | ||
| | * | | fix lint | Henry Jameson | 2019-05-15 |
| | | | | |||
| | * | | Cleanup, little documentation, localization | Henry Jameson | 2019-05-15 |
| | | | | |||
| | * | | removed unused masto api, added initial version of interactions timeline | Henry Jameson | 2019-05-14 |
| | | | | |||
| * | | | Merge branch 'webpack-4-dart-sass' into 'develop' | HJ | 2019-05-20 |
| |\ \ \ | | | | | | | | | | | | | | | | | Massive update for dependencies See merge request pleroma/pleroma-fe!734 | ||
| | * | | | moved setting styles into common to avoid bug with shared styles | Henry Jameson | 2019-05-19 |
| | | | | | |||
| | * | | | get rid of reply-left, we decided it should go long time ago | Henry Jameson | 2019-05-14 |
| | | | | | |||
| | * | | | fix prod build | Henry Jameson | 2019-05-13 |
| | |/ / | |||
| * | | | Remove auto-hyphenation | Senko-san | 2019-05-20 |
| | | | | | | | | | | | | | | | | | | | Auto-hyphenation has terrible heuristics on all browsers, disable it. Source: https://justmarkup.com/articles/2019-01-28-a-look-at-css-hyphenation-in-2019/ | ||
| * | | | make staff label visible | taehoon | 2019-05-19 |
| | | | | |||
| * | | | move visibility-tray css in local scope | taehoon | 2019-05-19 |
| | | | | |||
| * | | | refactor css | taehoon | 2019-05-19 |
| | | | | |||
| * | | | make only screen name as link | taehoon | 2019-05-19 |
| | | | | |||
| * | | | refactor css for visibility tray | taehoon | 2019-05-19 |
| | | | | |||
| * | | | hide three dot menu button if has no items | taehoon | 2019-05-19 |
| | |/ |/| | |||
| * | | Line up rich text format picker with the status form | Shpuld Shpludson | 2019-05-15 |
| | | | |||
| * | | remove needless importing | taehoon | 2019-05-15 |
| | | | |||
| * | | show pinned state only in the user timeline | taehoon | 2019-05-15 |
| | | | |||
| * | | improve performance by caching pinned status ids into user object | taehoon | 2019-05-15 |
| | | | |||
| * | | improve error handling logic | taehoon | 2019-05-15 |
| | | | |||
| * | | use text color instead | taehoon | 2019-05-15 |
| | | | |||
| * | | revert unnecessary changes | taehoon | 2019-05-15 |
| | | | |||
| * | | add translation | taehoon | 2019-05-15 |
| | | | |||
| * | | use pinned property from status directly | taehoon | 2019-05-15 |
| | | | |||
| * | | refactor error handling of pinStatus | taehoon | 2019-05-15 |
| | | | |||
| * | | refactor pin/unpin status logic | taehoon | 2019-05-15 |
| | | | |||
| * | | filter pinned statuses based on pinned entity instead of a separate user entity | taehoon | 2019-05-15 |
| | | | |||
| * | | remove pinned timeline, instead, use simple entity of user object | taehoon | 2019-05-15 |
| | | | |||
| * | | #468 - hide status menu after action button is clicked | dave | 2019-05-15 |
| | | | |||
| * | | #468 - shwo pin button for valid statuses (public & unlisted) | dave | 2019-05-15 |
| | | | |||
| * | | #468 - add extra buttons for status actions | dave | 2019-05-15 |
| | | | |||
| * | | #468 - fix plus button size issue, use scss variable properly | dave | 2019-05-15 |
| | | | |||
| * | | #468 - clean up | dave | 2019-05-15 |
| | | | |||
| * | | #468 - show pin status API error | dave | 2019-05-15 |
| | | | |||
| * | | #468 - update pinned status after actions(remove, add) | dave | 2019-05-15 |
| | | | |||
| * | | #468 - show pinned timeline and add pinned label to the status | dave | 2019-05-15 |
| | | | |||
| * | | #468 - show pin for own statuses only | dave | 2019-05-15 |
| | | | |||
| * | | #468 - pin/unpin status | dave | 2019-05-15 |
| | | | |||
| * | | make reply icon not hoverable if disabled | taehoon | 2019-05-14 |
| | | | |||
| * | | show reply button and count when logged out as well | taehoon | 2019-05-14 |
| |/ | |||
| * | Merge branch '527' into 'develop' | HJ | 2019-05-09 |
| |\ | | | | | | | | | | | | | Fix "Liking/reprööting posts while post is highlighted in conversation fails to update the liked/reprööted status" Closes #527 See merge request pleroma/pleroma-fe!787 | ||
| | * | reduce needless calculation | taehoon | 2019-05-07 |
| | | | |||
