aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Load emoji properly on first showingTusooa Zhu2022-09-18
|
* Load visible emoji groups when scrollingTusooa Zhu2022-09-18
|
* Display all emoji groups on emoji picker headerTusooa Zhu2022-09-18
|
* Fix load more emoji actionTusooa Zhu2022-09-18
|
* Group custom emojis by pack in emoji pickerTusooa Zhu2022-09-18
|
* Merge branch 'apology-fixes' into 'develop'HJ2022-09-14
|\ | | | | | | | | | | | | add a mask to load shape to flow text around quicker Closes #1183 See merge request pleroma/pleroma-fe!1618
| * fetch text height only after mask has been loadedHenry Jameson2022-08-23
| |
| * add a mask to load shape to flow text around quickerHenry Jameson2022-08-23
| |
* | Merge branch 'add/edit-status' into 'develop'tusooa2022-09-11
|\ \ | | | | | | | | | | | | Add edit status functionality See merge request pleroma/pleroma-fe!1537
| * \ Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-08-22
| |\ \ | | | | | | | | | | | | add/edit-status
| * \ \ Fix merge conflictsSean King2022-08-08
| |\ \ \
| * | | | Allow for template inside Timeago component that shows unless the time ↵Sean King2022-08-02
| | | | | | | | | | | | | | | | | | | | string is 'just now'
| * | | | Refresh the relative time object for a Timeago component if the time changesSean King2022-08-01
| | | | |
| * | | | Fix lint errors and warningsSean King2022-08-01
| | | | |
| * | | | Fix merge conflictsSean King2022-08-01
| |\ \ \ \
| * | | | | Remove guard for raw_htmlSean King2022-07-10
| | | | | |
| * | | | | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-07-10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | add/edit-status
| * \ \ \ \ \ Merge branch 'from/edit-status/tusooa/indicator' into 'add/edit-status'Sean King2022-07-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edited indicator on status See merge request seanking/pleroma-fe!4
| | * | | | | | Do not show edited indicator in history itemsTusooa Zhu2022-06-22
| | | | | | | |
| | * | | | | | Add English translation for last edited at indicatorTusooa Zhu2022-06-22
| | | | | | | |
| | * | | | | | Add last edited at indicator in statusTusooa Zhu2022-06-22
| | | | | | | |
| * | | | | | | Merge branch 'from/edit-status/tusooa/1' into 'add/edit-status'Sean King2022-07-11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle explicit mention changes in status updates See merge request seanking/pleroma-fe!3
| | * | | | | | | Handle explicit mention changes in status updatesTusooa Zhu2022-06-11
| | | | | | | | |
| * | | | | | | | Refactor to delete the properties for originalStatus in showStatusHistory in ↵Sean King2022-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a better way
| * | | | | | | | Use a better way to clone the original statusSean King2022-06-26
| | | | | | | | |
| * | | | | | | | Use watch to change localDescriptionSean King2022-06-26
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Use <p> elements instead of <br> for notice on edit status formSean King2022-06-21
| | | | | | | |
| * | | | | | | Add ability to detect whether backend supports editingSean King2022-06-21
| | | | | | | |
| * | | | | | | Add ability to view status history for edited statusesSean King2022-06-20
| | | | | | | |
| * | | | | | | Change message on unsupported edit featuresSean King2022-06-12
| | | | | | | |
| * | | | | | | Clarification on unsupported edit features warningSean King2022-06-11
| | | | | | | |
| * | | | | | | Add warning for editing statusesSean King2022-06-11
| | | | | | | |
| * | | | | | | Only refetch status on highlight if streaming is not enabledSean King2022-06-11
| | | | | | | |
| * | | | | | | Fetch status when highlighting itSean King2022-06-11
| | | | | | | |
| * | | | | | | Credit to the chad tusooaSean King2022-06-11
| |/ / / / / /
| * | | | | | Don't pollute the original timeline when new media attachment is addedSean King2022-06-11
| | | | | | |
| * | | | | | Use statusId instead of repliedUser.idSean King2022-06-11
| | | | | | |
| * | | | | | Merge branch 'from/edit-status/tusooa/1' into 'add/edit-status'Sean King2022-06-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display attachment description updates properly See merge request seanking/pleroma-fe!2
| | * | | | | | Display attachment description updates properlyTusooa Zhu2022-06-11
| |/ / / / / /
| * | | | | | Remove comment regarding Mastodon in API serviceSean King2022-06-11
| | | | | | |
| * | | | | | Merge branch 'from/edit-status/tusooa/1' into 'add/edit-status'Sean King2022-06-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display edited status See merge request seanking/pleroma-fe!1
| | * | | | | | Display edited statusTusooa Zhu2022-06-11
| |/ / / / / /
| * | | | | | Add edit status functionalitySean King2022-06-07
| | | | | | |
* | | | | | | Merge branch 'from/develop/tusooa/fix-follow-req' into 'develop'HJ2022-09-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix follow request count See merge request pleroma/pleroma-fe!1638
| * | | | | | | Fix follow request countTusooa Zhu2022-09-07
|/ / / / / / /
* | | | | | | Merge branch 'renovate/font-awesome' into 'develop'tusooa2022-09-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Font Awesome to v6.2.0 See merge request pleroma/pleroma-fe!1637
| * | | | | | | Update Font Awesome to v6.2.0Pleroma Renovate Bot2022-09-05
|/ / / / / / /
* | | | | | | Merge branch 'renovate/sass-1.x' into 'develop'tusooa2022-09-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency sass to v1.54.8 See merge request pleroma/pleroma-fe!1633
| * | | | | | | Update dependency sass to v1.54.8Pleroma Renovate Bot2022-09-01
| | | | | | | |
* | | | | | | | Merge branch 'renovate/vue-monorepo' into 'develop'tusooa2022-09-04
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Update vue monorepo to v3.2.38 See merge request pleroma/pleroma-fe!1635