]> cat aescling's git repositories - mastodon.git/commit
Fix #222 - Update followers count when following/unfollowing
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 19 Jan 2017 09:54:18 +0000 (10:54 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 19 Jan 2017 09:54:18 +0000 (10:54 +0100)
commit46be4631ae046c45edc3cc8e01c8fc4144ff6444
treec94b389b24384188ede137d7a72a8aaa16b2ec6e
parentf051c2e8131616018486cfb9f4a80a120ca71f6e
Fix #222 - Update followers count when following/unfollowing

Also, since the root component connects to the stream that updates home/notification columns,
there is pretty much no case for refreshing those columns beyond initial load. So, move the
loading of those columns into the root component, to prevent unneccessary reloads when switching tabs
on mobile or resizing desktop window between mobile/desktop layouts
app/assets/javascripts/components/features/home_timeline/index.jsx
app/assets/javascripts/components/features/notifications/index.jsx
app/assets/javascripts/components/features/ui/index.jsx
app/assets/javascripts/components/reducers/accounts.jsx