]> cat aescling's git repositories - mastodon.git/commit
Show suggested follows on search screen in mobile layout (#9010)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 22 Oct 2018 22:08:39 +0000 (00:08 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Oct 2018 22:08:39 +0000 (00:08 +0200)
commitad510db3a19640267f94062756d558a45472af14
tree2c93133cf30373eea533e74fa89ebd110dd924f5
parent969a10a5d1c0c8354acf133947460be7bee31d7f
Show suggested follows on search screen in mobile layout (#9010)

Reminder: Suggestions were added in #7918 and are based on who you
interact with who you do not follow. E.g. if you boost someone a lot
from seeing other people's boosts of that person, it makes sense you
might be interested in following the original source; or if you reply
to someone a lot, maybe you'd want to follow them

Each suggestion can be dismissed
app/javascript/mastodon/actions/suggestions.js [new file with mode: 0644]
app/javascript/mastodon/components/account.js
app/javascript/mastodon/features/compose/components/search_results.js
app/javascript/mastodon/features/compose/containers/search_results_container.js
app/javascript/mastodon/reducers/index.js
app/javascript/mastodon/reducers/suggestions.js [new file with mode: 0644]