* upstream/develop: (24 commits)
link interaction avatars to the user profile
Use more clear explanation in the scope notice, make sure the hide button doesn't overlap with text in notice.
use backendInteractor
refactor api service functions using new helper
clean up
update favorite number earlier
update status interaction upon retweet action response
sync up favoritedBy with favorite/unfavorite action
do not regenerate status object
reduce needless calculation
Move scope visibility notice to the status form, make it dismissible
Revert "eliminate expandable prop in favor of inConversation"
status attention doesn’t have relationship entities
make it short
fix wrong inlineExpanded
expanded is always false, eliminate it
eliminate expandable prop in favor of inConversation
fix conversationId comparision bug using integer format
Display additional scope description above the status form for mobile users.
Update es.json
...
Fix "Liking/reprööting posts while post is highlighted in conversation fails to update the liked/reprööted status"
Closes#527
See merge request pleroma/pleroma-fe!787
* upstream/develop: (29 commits)
update api services
use native scrollbar
refactor using List component
remove transition css
update api endpoint url
rewrite checkbox component
fix panel title overflow issue in mobile
fix double scrollbar display bug in mobile
prevent parent scroll
use custom scrollbar
modal style improvements
Update promisedRequest helper to support json payload
Improve mobile layout
Add a css class to the checkbox indicator
update copy
update generic error message
add translations
add error message
reset modal state if api request is completed
add processing state and close modal after api request is completed
...