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 |
stitesExpensify
left a comment
There was a problem hiding this comment.
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! |
stitesExpensify
left a comment
There was a problem hiding this comment.
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
UpdateDisplayNamecommand - 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 Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*filesWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris 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 Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick).src/languages/*filesWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarhave been tested & I retested again)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris 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