-
- Downloads
Remember scroll position when navigating back, do not needlessly reload
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time
Showing
- app/assets/javascripts/components/actions/accounts.jsx 10 additions, 1 deletionapp/assets/javascripts/components/actions/accounts.jsx
- app/assets/javascripts/components/actions/timelines.jsx 10 additions, 1 deletionapp/assets/javascripts/components/actions/timelines.jsx
- app/assets/javascripts/components/components/status_list.jsx 23 additions, 5 deletionsapp/assets/javascripts/components/components/status_list.jsx
- app/assets/javascripts/components/containers/mastodon.jsx 3 additions, 1 deletionapp/assets/javascripts/components/containers/mastodon.jsx
- app/assets/javascripts/components/features/home_timeline/index.jsx 1 addition, 1 deletion...s/javascripts/components/features/home_timeline/index.jsx
- app/assets/javascripts/components/features/mentions_timeline/index.jsx 1 addition, 1 deletion...vascripts/components/features/mentions_timeline/index.jsx
- app/assets/javascripts/components/features/ui/index.jsx 2 additions, 2 deletionsapp/assets/javascripts/components/features/ui/index.jsx
- app/assets/javascripts/components/reducers/timelines.jsx 5 additions, 7 deletionsapp/assets/javascripts/components/reducers/timelines.jsx
- package.json 2 additions, 1 deletionpackage.json
- yarn.lock 19 additions, 0 deletionsyarn.lock
... | ... | @@ -41,6 +41,7 @@ |
"sinon": "^1.17.6" | ||
}, | ||
"dependencies": { | ||
"react-responsive": "^1.1.5" | ||
"react-responsive": "^1.1.5", | ||
"react-router-scroll": "^0.3.2" | ||
} | ||
} |
Please register or sign in to comment