| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use trimmed keyword for filtering emojis | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Limit the width of unsupported multichar emojis | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Make emoji picker work with vue3 | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Make StillImage react to src changes | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Lint | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Add English translation for unicode emoji group names | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Add icons for unicode emoji groups | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Make emoji picker use grouped unicode emojis | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Scroll active tab header into view in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Clean up emoji picker css | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Use StillImage to render emojis in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Fix error on emoji picker first load | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Group emojis only by pack and remove pack: prefix | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Lint | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Lazy-load emoji picker in post form | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | When clicking the reply button, we used to load the whole emoji picker. This causes a considerable delay even if the user is not going to use the emoji picker. Now the content of the emoji picker is loaded only after the user has explicitly opened the emoji picker. Ref: grouped-emoji-picker | ||
| * | Fix sticker picker heading tab | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Fix vertical scrollbar of emoji picker header | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Use StillImage for emoji group header | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Remove useless class `disabled` in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Clean up unused variables | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Fix scrol->highlight behaviour | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Clean up legacy code in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Use lozad for lazy image loading | Tusooa Zhu | 2022-09-18 |
| | | | | | Ref: grouped-emoji-picker | ||
| * | Lint | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Optimise emoji picker loading process | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Load emoji properly on first showing | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Load visible emoji groups when scrolling | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Display all emoji groups on emoji picker header | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Fix load more emoji action | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Group custom emojis by pack in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | |||
| * | Merge branch 'apology-fixes' into 'develop' | HJ | 2022-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 loaded | Henry Jameson | 2022-08-23 |
| | | | |||
| | * | add a mask to load shape to flow text around quicker | Henry Jameson | 2022-08-23 |
| | | | |||
| * | | Merge branch 'add/edit-status' into 'develop' | tusooa | 2022-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 King | 2022-08-22 |
| | |\ \ | | | | | | | | | | | | | add/edit-status | ||
| | * \ \ | Fix merge conflicts | Sean King | 2022-08-08 |
| | |\ \ \ | |||
| | * | | | | Allow for template inside Timeago component that shows unless the time ↵ | Sean King | 2022-08-02 |
| | | | | | | | | | | | | | | | | | | | | | string is 'just now' | ||
| | * | | | | Refresh the relative time object for a Timeago component if the time changes | Sean King | 2022-08-01 |
| | | | | | | |||
| | * | | | | Fix lint errors and warnings | Sean King | 2022-08-01 |
| | | | | | | |||
| | * | | | | Fix merge conflicts | Sean King | 2022-08-01 |
| | |\ \ \ \ | |||
| | * | | | | | Remove guard for raw_html | Sean King | 2022-07-10 |
| | | | | | | | |||
| | * | | | | | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵ | Sean King | 2022-07-10 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | add/edit-status | ||
| | * \ \ \ \ \ | Merge branch 'from/edit-status/tusooa/indicator' into 'add/edit-status' | Sean King | 2022-07-11 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edited indicator on status See merge request seanking/pleroma-fe!4 | ||
| | | * | | | | | | Do not show edited indicator in history items | Tusooa Zhu | 2022-06-22 |
| | | | | | | | | | |||
| | | * | | | | | | Add English translation for last edited at indicator | Tusooa Zhu | 2022-06-22 |
| | | | | | | | | | |||
| | | * | | | | | | Add last edited at indicator in status | Tusooa Zhu | 2022-06-22 |
| | | | | | | | | | |||
| | * | | | | | | | Merge branch 'from/edit-status/tusooa/1' into 'add/edit-status' | Sean King | 2022-07-11 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle explicit mention changes in status updates See merge request seanking/pleroma-fe!3 | ||
| | | * | | | | | | | Handle explicit mention changes in status updates | Tusooa Zhu | 2022-06-11 |
| | | | | | | | | | | |||
| | * | | | | | | | | Refactor to delete the properties for originalStatus in showStatusHistory in ↵ | Sean King | 2022-06-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a better way | ||
| | * | | | | | | | | Use a better way to clone the original status | Sean King | 2022-06-26 |
| | | | | | | | | | | |||
