* emoji-selector-update: (48 commits)
eslint
fix emoji inputs in user-settings, styles update
bump z-index so that picker/suggest doesn't get overlapped by mobile button
Scroll emoji picker into view if it's obstructed
very important fix
comment, cleanup and improve autoresize/autoscroll
Fix formatting in oc.json
avoid using global class
fix logo moving bug when lightbox is open
Reserve scrollbar gap when body scroll is locked
setting display: initial makes trouble, instead, toggle display: none using classname
lock body scroll
add body-scroll-lock directive
install body-scroll-lock
wire up props with PostStatusModal
rename component
recover autofocusing behavior
refactor MobilePostStatusModal using new PostStatusModal
add new module and modal to post new status
remove needless condition
...
* upstream/develop: (42 commits)
Fix formatting in oc.json
avoid using global class
fix logo moving bug when lightbox is open
Reserve scrollbar gap when body scroll is locked
setting display: initial makes trouble, instead, toggle display: none using classname
lock body scroll
add body-scroll-lock directive
install body-scroll-lock
wire up props with PostStatusModal
rename component
recover autofocusing behavior
refactor MobilePostStatusModal using new PostStatusModal
add new module and modal to post new status
remove needless condition
add mention button
wire up user state with global store
collapse fav/repeat notifications from muted users
do not collapse thread muted posts in conversation
detect thread-muted posts
do not change word based muting logic
...
* emoji-selector-update:
autoscroll post form on typing + some minor improvements
split spam mode into two separate options (one in settings page)
Apply suggestion to src/components/emoji_input/emoji_input.js
changelog
Update docs/USER_GUIDE.md
docs update
unit test for emoji input, for now covering only insertion mechanism
Do not collapse thread muted posts when it's expanded/on the thread page and do not collapse muted user's posts on muted user's profile page
Closes#656
See merge request pleroma/pleroma-fe!953