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 Unnecessary Rerendering #602

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Conversation

ricoberger
Copy link
Member

In the list and details view we were listening on changes in the AppRepository, which caused unnecessary rerenderings and reloadings when a user marked a namespaces as his favorite. Since we do not have to listen for changes in the AppRepository, we removed it.

In the list and details view we were listening on changes in the
`AppRepository`, which caused unnecessary rerenderings and reloadings
when a user marked a namespaces as his favorite. Since we do not have to
listen for changes in the `AppRepository`, we removed it.
@ricoberger ricoberger added the changelog: fixed Something which wasn't working is fixed label Apr 20, 2024
@ricoberger ricoberger merged commit e9b79c9 into main Apr 20, 2024
2 checks passed
@ricoberger ricoberger deleted the fix-unnecessary-rerenderings branch April 20, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fixed Something which wasn't working is fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant