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 sidebar lag when subscribed to a large amount of communities #1452

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

hjiangsu
Copy link
Member

Pull Request Description

This PR fixes an issue where the drawer experiences lag when there are a large amount of subscribed communities. To do this, I migrated over to using slivers and a CustomScrollView which improves scrolling performance.

Additionally, I fixed an issue with the search page where if you subscribe to a community while in the "View All" view, it would refresh and reset the view back to the trending view.

Issue Being Fixed

Issue Number: #1450

Screenshots / Recordings

Checklist

  • If a new package was added, did you ensure it uses an appropriate license and is actively maintained?
  • Did you use localized strings (and added appropriate descriptions) where applicable?
  • Did you add semanticLabels where applicable for accessibility?

Copy link
Member

@micahmo micahmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hjiangsu hjiangsu merged commit e1d797d into develop Jun 17, 2024
1 check passed
@hjiangsu hjiangsu deleted the fix/drawer-jank branch June 17, 2024 17:57
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants