-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Profile - Avatar edit modal can be opened while app is loading #48259
Comments
Triggered auto assignment to @adelekennedy ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @dangrous ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.User can open avatar edit modal when the app is loading. Remove photo option is shown even when the account has default avatar when the app is loading. What is the root cause of that problem?this is new feature What changes do you think we should make in order to solve the problem?We will disable this avatar while the app is loading in here
with
What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.We can edit the avatar while the app is loading. What is the root cause of that problem?Before the account switcher PR, the avatar is only shown on the initial settings page and a skeleton will replace it if the app is "loading". Now, we also show/move the editable avatar on the profile page. App/src/pages/settings/Profile/ProfilePage.tsx Lines 158 to 160 in e77f204
But we never replace it with a skeleton when the app is loading. What changes do you think we should make in order to solve the problem?We can have the same skeleton condition from InitialSettingsPage and show the skeleton when satisfied.
We can use the existing AvatarSkeleton, but we need to make some adjustments to the component. Currently, the skeleton has a static size of 28. App/src/components/AvatarSkeleton.tsx Lines 9 to 22 in e77f204
|
@dangrous this doesn't seem like a deploy blocker to me |
Yeah I don't think this needs to block, not a regression just a minor issue with a new feature. But yeah, let's get this fixed soonish! |
assigning rushat to this one |
@rushatgabhane let us know what you're thinking about this one, thanks! |
i guess we should add skeleton for avatar when it is loading |
@dangrous, @rushatgabhane, @adelekennedy Whoops! This issue is 2 days overdue. Let's get this updated quick! |
That sounds good @rushatgabhane! |
@dangrous, @rushatgabhane, @adelekennedy Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@rushatgabhane @dangrous how are we doing with this one? I see it's been grouped up with other issues here should we drop the priority of this one? |
PR is in C review! |
This was deployed to production 9/19, so we can close on 9/26 assuming all goes well. No payment needed on this one since it was a bug from copilot, right? |
@dangrous I think that makes sense - all payment for these issues are being grouped together? |
yep! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v9.0.26-1
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): applausetester [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Precondition:
Expected Result:
User should not be able to open avatar edit modal when the app is loading (production behavior).
Actual Result:
User can open avatar edit modal when the app is loading. Remove photo option is shown even when the account has default avatar when the app is loading.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6586366_1724926270465.20240829_180604.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: