Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard: Prevent scroll to top on pagination #2883

Merged
merged 2 commits into from
Jul 1, 2020

Commits on Jun 30, 2020

  1. moving scroll to top in dashboard to be associated with filtering by …

    …status to prevent scroll to top on new page load. adding memo() to my stories content and header as they are pure components recieving the same props and LOTS of props. To expand on this later. Limiting search results to first 5 and memoizing, there is no need to pass the whole list of results to the typeahead right now as it is only showing the first few results. Note: come back and enable scrolling.
    BrittanyIRL committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c8591ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3088c80 View commit details
    Browse the repository at this point in the history