mastodon/app/javascript/mastodon/actions
Eugen Rochko 330401bec0 Optimize the process of following someone (#9220)
* Eliminate extra accounts select query from FollowService

* Optimistically update follow state in web UI and hide loading bar

Fix #6205

* Asynchronize NotifyService in FollowService

And fix failing test

* Skip Webfinger resolve routine when called from FollowService if possible

If an account is ActivityPub, then webfinger re-resolving is not necessary
when called from FollowService. Improve options of ResolveAccountService
2018-11-23 22:12:26 +01:00
..
importer Fix empty display name precedence over username in web UI (#9163) 2018-10-30 17:06:12 +01:00
push_notifications
accounts.js Optimize the process of following someone (#9220) 2018-11-23 22:12:26 +01:00
alerts.js
blocks.js
bundles.js
columns.js
compose.js Fix JS error when posting from page without router context (#9073) 2018-10-24 01:31:31 +02:00
conversations.js
custom_emojis.js
domain_blocks.js
dropdown_menu.js
emojis.js
favourites.js
filters.js
height_cache.js
interactions.js
lists.js
modal.js
mutes.js
notifications.js
onboarding.js
pin_statuses.js
reports.js
search.js
settings.js
statuses.js Fix dimensions of preview cards, fix crash in web UI, fix warning (#9133) 2018-10-29 04:42:07 +01:00
store.js
streaming.js
suggestions.js Show suggested follows on search screen in mobile layout (#9010) 2018-10-23 00:08:39 +02:00
timelines.js