#255 - add emoji input component
Closes #255 (closed)
Edited by Jared Redford
Merge request reports
Activity
added 4 commits
-
b97a0338...2f1e6904 - 3 commits from branch
pleroma:develop
- 441deb40 - Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into 255-emoji-input
-
b97a0338...2f1e6904 - 3 commits from branch
added 2 commits
- 29274542 - #255 (closed) - support textarea and update user settings page
- 6dc2ceda - #255 (closed) - clean up user settings page with self-closing html tags
added 11 commits
-
8fe9101f...e750b2f1 - 10 commits from branch
pleroma:develop
- 37b33fc6 - Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into 255-emoji-input
-
8fe9101f...e750b2f1 - 10 commits from branch
mentioned in commit 25370083
Anyway, I'm currently adding emoji selector as in #101 (closed).
Which will work similar to Mastodon FE.
Please let me know your thoughts on this.
this is basically same thing as !551 (merged) but thankfully it doesn't replace actual post textarea.
@jaredr before you do emoji picker, or anything else - please do refactor of this MR. Wrapping input/textarea in a vue component and piping trough everything trough it is a no way to go. Make EmojiInput take input/textarea in a slot and only do changes that needed.
Please register or sign in to reply