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
Showing
- app/assets/javascripts/components/features/home_timeline/index.jsx 1 addition, 8 deletions...s/javascripts/components/features/home_timeline/index.jsx
- app/assets/javascripts/components/features/notifications/index.jsx 1 addition, 9 deletions...s/javascripts/components/features/notifications/index.jsx
- app/assets/javascripts/components/features/ui/index.jsx 7 additions, 2 deletionsapp/assets/javascripts/components/features/ui/index.jsx
- app/assets/javascripts/components/reducers/accounts.jsx 7 additions, 1 deletionapp/assets/javascripts/components/reducers/accounts.jsx
Loading
Please register or sign in to comment