* 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
...
* upstream/develop: (83 commits)
Password reset page
add a comment
force img updating immediately
Fixed "sequimiento" to "seguimiento".
Replace `/api/externalprofile/show.json` with a MastoAPI equialent
Use mastodon api in follow requests
"Optional" in lowercase.
Update es.json
fix pin/unpin status logic
rename a mutation
update
fix user avatar fallback logic
remove dead code
Corrected "Media Proxy" translation.
Update es.json
make bio textarea resizable vertically only
remove dead code
Make image orientation consistent on FF, fix videos w/ modal
remove dead code
fix crazy watch logic in conversation
...
* upstream/develop: (116 commits)
Password reset page
add a comment
force img updating immediately
Fixed "sequimiento" to "seguimiento".
Replace `/api/externalprofile/show.json` with a MastoAPI equialent
Use mastodon api in follow requests
"Optional" in lowercase.
Update es.json
fix pin/unpin status logic
rename a mutation
update
fix user avatar fallback logic
remove dead code
Corrected "Media Proxy" translation.
Update es.json
make bio textarea resizable vertically only
remove dead code
Make image orientation consistent on FF, fix videos w/ modal
remove dead code
fix crazy watch logic in conversation
...
* upstream/develop: (193 commits)
fix user avatar fallback logic
remove dead code
make bio textarea resizable vertically only
remove dead code
remove dead code
fix crazy watch logic in conversation
show three dot button only if needed
hide mute conversation button to guests
update keyBy
generate idObj at timeline level
fix pin showing logic in conversation
Show a message when JS is disabled
Initialize chat only if user is logged in and it wasn't initialized before
i18n/Update Japanese
i18n/Update pedantic Japanese
sync profile tab state with location query
refactor TabSwitcher
use better name of controlled prop
fix potential bug to render active tab in controlled way
remove unused param
...