-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
UX: Reduce flickering when refreshing search results #4917
Copy link
Copy link
Closed
Labels
frontendRequires experience with HTML/JS/CSSRequires experience with HTML/JS/CSSperformancePerformance OptimizationPerformance OptimizationreleasedAvailable in a stable releaseAvailable in a stable releasetestedChanges have been tested successfullyChanges have been tested successfullyuxImpacts User ExperienceImpacts User Experience
Metadata
Metadata
Assignees
Labels
frontendRequires experience with HTML/JS/CSSRequires experience with HTML/JS/CSSperformancePerformance OptimizationPerformance OptimizationreleasedAvailable in a stable releaseAvailable in a stable releasetestedChanges have been tested successfullyChanges have been tested successfullyuxImpacts User ExperienceImpacts User Experience
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
Release 🌈
Leaving
this.loadinguntouched in the frontend components that display search results avoids flickering when results are refreshed, which would lead to a smoother experience.If it doesn't cause any problems or unwanted side effects, the line can be removed in the next step:
For now, we'll leave it commented out in
page/photos.vueand similar search result pages likelabels.vueandalbums.vue.