Skip to content

Fix: Sometimes profile pictures are not loading properly#4362

Merged
QThund merged 3 commits into
devfrom
fix/profile-pictures-sometimes-not-loading
Jun 6, 2025
Merged

Fix: Sometimes profile pictures are not loading properly#4362
QThund merged 3 commits into
devfrom
fix/profile-pictures-sometimes-not-loading

Conversation

@QThund

@QThund QThund commented Jun 6, 2025

Copy link
Copy Markdown
Contributor

Pull Request Description

What does this PR change?

When showing a panel that contained profile pictures, they sometimes loaded on time but sometimes they were loading forever (internally, they were failing).

ProfilePictureView.SetProfileDataProvider has been removed, now it is provided in the Setup method along with the rest of dependencies instead of being injected as a separate step, which was error-prone.

Test Instructions

It requires smoke testing in all panels that show profile pictures. They should load as expected.

ProfilePictureView.SetProfileDataProvider removed, now it is provided in the Setup method along with the rest of dependencies instead of being injected as a separate step, which was error-prone.
@QThund QThund added this to the Cycle 12 milestone Jun 6, 2025
@QThund QThund self-assigned this Jun 6, 2025
@QThund
QThund requested a review from a team as a code owner June 6, 2025 13:28
@QThund QThund added the bug Something isn't working label Jun 6, 2025
@QThund
QThund requested a review from a team as a code owner June 6, 2025 13:28
@QThund QThund added 1-high Severely degrades primary features. Workaround may exist but user experience is very poor. ui labels Jun 6, 2025
@github-actions

github-actions Bot commented Jun 6, 2025

Copy link
Copy Markdown
Contributor

@Ludmilafantaniella Ludmilafantaniella left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Tested on both Windows and Mac
Profile pictures are now loading consistently across panels. I couldn’t reproduce the issue of pictures getting stuck loading — everything seems to be working as expected.

❗ On Windows, there are a few profile pictures that don’t load — they just show a colored background. But Ale mentioned this can happen sometimes and it’s not a blocker for approval.

I checked:

  • Nearby
  • DMs pictures
  • Friends tab
  • Request tab
  • Gallery info profile pictures
  • Friends request and accept flow
  • Profile picture on Notifications for friend request
profile.picture.mp4
4362-evidence.mp4

✅ Regressions was performed in order to verify that the normal flow is working as expected:

  • ✔️ Backpack and wearables in world
  • ✔️ Emotes in world and in backpack
  • ✔️ Teleport
  • ✔️ Chat and multiplayer
  • ✔️ Profile card
  • ✔️ Gallery

@github-project-automation github-project-automation Bot moved this from Todo to In Progress in Explorer Alpha Jun 6, 2025
@QThund
QThund enabled auto-merge (squash) June 6, 2025 17:47
@QThund
QThund merged commit e10396a into dev Jun 6, 2025
@QThund
QThund deleted the fix/profile-pictures-sometimes-not-loading branch June 6, 2025 18:30
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Explorer Alpha Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1-high Severely degrades primary features. Workaround may exist but user experience is very poor. bug Something isn't working ui

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants