You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mountiny opened this issue
Feb 20, 2025
· 4 comments
Assignees
Labels
BugSomething is broken. Auto assigns a BugZero manager.DailyKSv2ExternalAdded to denote the issue can be worked on by a contributorReviewingHas a PR in review
Currently, the app uses loading indicators (skeletons and loading bars) to show when data is being retrieved. The loading states were originally implemented to provide visual feedback during data fetching operations.
Problem:
We currently often land in the infinite loading state. When the app displays loading indicators at inappropriate times (such as when no data is being fetched), it causes user confusion and perceived performance issues, which results in unnecessary wait times and degraded user experience.
There are three specific scenarios to focus on:
Chat with completely missing message history (no report actions)
Chat with only the latest message visible (1 report action)
Simultaneous infinite loaders appearing on both LHN and report view (no reports & report actions)
Solution:
Improve the cases highlighted above so that we do not show the loader when we do not fetch data
BugSomething is broken. Auto assigns a BugZero manager.DailyKSv2ExternalAdded to denote the issue can be worked on by a contributorReviewingHas a PR in review
Background:
Currently, the app uses loading indicators (skeletons and loading bars) to show when data is being retrieved. The loading states were originally implemented to provide visual feedback during data fetching operations.
Problem:
We currently often land in the infinite loading state. When the app displays loading indicators at inappropriate times (such as when no data is being fetched), it causes user confusion and perceived performance issues, which results in unnecessary wait times and degraded user experience.
There are three specific scenarios to focus on:
Solution:
Improve the cases highlighted above so that we do not show the loader when we do not fetch data
@adhorodyski
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @fedirjhThe text was updated successfully, but these errors were encountered: