-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add new Display Name page #12142
Add new Display Name page #12142
Conversation
@eVoloshchak FYI you probably can't test this yet, till the server-side changes make it to Staging So code is ready for review, but can't merge till the server-side PR is merged |
Also I need a bit of help testing on android mweb - my android sims are not playing nicely today 🙃 |
@Beamanator |
Thanks for letting me know @eVoloshchak ! |
@stitesExpensify do you have time to test this or do you prefer we assign a new C+? FYI it's not possible for C+ to test in staging YET (waiting on a Web-E PR) |
I can test it. I'll try to get to it today |
Thanks @stitesExpensify ! |
I'll do this tomorrow. Looks like web is still in review as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI the offline test does not appear to be working (on both android/web, and web/incognito). LMK if I'm doing something wrong
2022-11-03_13-07-37.mp4
Huh I swear that was working when I tested 😆 |
Weird, I just tested (Chrome, normal + incognito) and I saw it working as expected 😡 Video: Screen.Recording.2022-11-04.at.1.41.09.PM.movJust to make sure, you did pull |
hmm I could have sworn I did, but I'll try again! |
Merging main so we're testing on latest 👍 |
Sorry for the delay, I found out that my local pusher was broken which caused it to not work (obviously). Test passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks great! Nice work!
@stitesExpensify looks like this was merged without the checklist test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Removing emergency label, I guess the PR reviewer checklist may not have been filled out when this was merged 😅 |
I could have sworn I checked all of those boxes 🙃 My bad |
🚀 Deployed to staging by @stitesExpensify in version: 1.2.25-0 🚀
|
🚀 Deployed to production by @yuwenmemon in version: 1.2.25-0 🚀
|
Currently holding on implementation of the
UpdateDisplayName
command - cc @dangrousCommand
beingcreated here: https://github.com/Expensify/Web-Expensify/pull/35315Details
This is the new Display Name page that comes from the N7 Free Plan Account Settings doc. This PR just implements the page, which you'll need to manually navigate to for now. Once all of these pages are built (there's ~ 5 more), we'll hook them all up in a modified Profile page!
Fixed Issues
$ #11572
Tests
Offline test
QA Steps
Offline test
PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots
Web
Screen.Recording.2022-11-01.at.1.52.38.PM.mov
Mobile Web - Chrome
Couldn't get Android chrome working :'( Asking for C+ / reviewer for assistance
Mobile Web - Safari
Screen.Recording.2022-11-01.at.2.02.04.PM.mov
Desktop
Can't test yet, b/c page isn't hooked up to a button & can't manually navigate in desktop
iOS
Can't test yet, b/c page isn't hooked up to a button & can't manually navigate in native
Android
Can't test yet, b/c page isn't hooked up to a button & can't manually navigate in native