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

fix(issues): Avoid streamline issue layout rerenders #79327

Merged
merged 4 commits into from
Oct 18, 2024

Commits on Oct 17, 2024

  1. fix(issues): Avoid streamline issue layout rerenders

    the page seems to rerender when scrolling the page due to setNav + isStuck triggering dispatch. by containing it in its own component we can avoid rerendering
    scttcper committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0dfaca0 View commit details
    Browse the repository at this point in the history
  2. avoid nav rerender

    scttcper committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3d37fd5 View commit details
    Browse the repository at this point in the history
  3. pass dispatch down

    scttcper committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1556783 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c1510d9 View commit details
    Browse the repository at this point in the history