[Update Account Settings] Restyle Wallet Page#35806
Conversation
| walletSectionTitle: { | ||
| fontFamily: FontUtils.fontFamily.platform.EXP_NEUE_BOLD, | ||
| fontWeight: FontUtils.fontWeight.bold, | ||
| }, |
There was a problem hiding this comment.
We already have the same style called accountSettingsSectionTitle.
| subtitle={translate(`walletPage.${hasActivatedWallet ? 'sendAndReceiveMoney' : 'enableWalletToSendAndReceiveMoney'}`)} | ||
| title={translate('walletPage.expensifyWallet')} | ||
| isCentralPane | ||
| titleStyles={styles.walletSectionTitle} |
There was a problem hiding this comment.
| titleStyles={styles.walletSectionTitle} | |
| titleStyles={styles.accountSettingsSectionTitle} |
| subtitle={translate('walletPage.assignedCardsDescription')} | ||
| title={translate('walletPage.assignedCards')} | ||
| isCentralPane | ||
| titleStyles={styles.walletSectionTitle} |
There was a problem hiding this comment.
| titleStyles={styles.walletSectionTitle} | |
| titleStyles={styles.accountSettingsSectionTitle} |
| subtitle={translate('walletPage.addBankAccountToSendAndReceive')} | ||
| title={translate('walletPage.bankAccounts')} | ||
| isCentralPane | ||
| titleStyles={styles.walletSectionTitle} |
There was a problem hiding this comment.
| titleStyles={styles.walletSectionTitle} | |
| titleStyles={styles.accountSettingsSectionTitle} |
|
@AndrewGable Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
AndrewGable
left a comment
There was a problem hiding this comment.
Looks good to me, @mountiny or @francoisl might have more context, so I will let them review too.
francoisl
left a comment
There was a problem hiding this comment.
LGTM based on what was discussed with the design team
|
@mountiny is this ready to merge or do I need some more approves 😀 |
|
Seems like reviewer checklist is missing here |
Reviewer Checklist
Screenshots/VideosAndroid: Native35806-android-native.mp4Android: mWeb Chrome35806-android-chrome.mp4iOS: Native35806-ios-native.mp4iOS: mWeb Safari35806-ios-safari.mp4MacOS: Chrome / Safari35806-web.mp4MacOS: Desktop35806-desktop.mp4 |
|
Please hold on with the merge. I will add here a small fix: empty workspace list state is missing the background. |
c6c48ec
|
@SzymczakJ @kosmydel Just one small thing. The popover menu is cut off at the bottom of the window when the bottom account is not the default account resulting in two menu items. I'm guessing this should not be happening as the popover menu should open in the other direction if the space at the bottom is not enough to display it completely. 35806-web.mp4 |
|
@akinwale @kosmydel @SzymczakJ I dont think we have to block on this, but we should fix this in a follow up at least |
|
I've also noticed that the top margin is wrong (should be 12px) |
fixed |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
@kavimuru added |
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.4.41-12 🚀
|

Details
This PR radjusts Wallet Page to current designs.
Fixed Issues
$ #35722
$ #35604
PROPOSAL: N/A
Tests
- [x] Have few cards that are Exepensify cards
- [x] Have few cards that are not from expensify
- [x] Have few bank accounts linked
Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting 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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel so the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
android.mov
Android: mWeb Chrome
androidweb.mov
iOS: Native
ios.mov
iOS: mWeb Safari
iosweb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov