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
* emoji-selector-update:
fix bottom-left icons being too damn wide
improved post form's icons at bottom display
updated logic for padding with spaces, improved spam mode
* emoji-selector-update:
update status/user card to use same gradient mask fading effect instead of background hack
Fixed scrollability not being obvious, added fade effect
* emoji-selector-update:
review/naming + bugfix for stickers
updated logic for hiding picker and also added ability to hide suggestions with esc key
Remove emoji zoom
* emoji-selector-update:
updated logic for hiding picker and also added ability to hide suggestions with esc key
Remove emoji zoom
Apply suggestion to src/components/emoji_picker/emoji_picker.vue
Apply suggestion to src/components/emoji_picker/emoji_picker.js
better hitbox for status emoji
* emoji-selector-update: (24 commits)
fix aspect
Apply suggestion to src/components/emoji_input/emoji_input.js
scale emoji on hover
added emoji zoom for picker
fixed scroll when switching back to emoji
fixed some bugs, added spam mode, minor collateral fixes
fixed a lot of bugs with emoji picker, improved relevant components
initial attempts at making emoji-picker somewhat extensible
rename for consistency
linting
cleanup and appropriation for new emoji-input component API, styles updates
rename emoji-selector to emoji-picker
post-merge fix
#101 - remove unused code
#101 - bind outside click, add emoji to post status form
#101 - click outside of emoji implementation
#101 - update caret pos after emoji's inserted
#101 - bind scroll event, highlight relevent section by tabs
#101 - update hard-coded server url
merge develop
...