-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Include an add workspace button when selecting participants #41811
Conversation
@shawnborton @ishpaul777 One of you needs to 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-05-10.at.12.50.12.AM.movAndroid: mWeb ChromeScreen.Recording.2024-05-10.at.12.52.46.AM.moviOS: NativeScreen.Recording.2024-05-10.at.12.39.08.AM.moviOS: mWeb SafariScreen.Recording.2024-05-10.at.12.41.01.AM.movMacOS: Chrome / SafariScreen.Recording.2024-05-10.at.12.34.38.AM.movMacOS: DesktopScreen.Recording.2024-05-10.at.12.58.45.AM.mov |
Related to #41465, just curious why cant we have the new workspace name to be in same pattern we have "username's Workspace" ? ![]() |
@ishpaul777 This gets set when the response from the server comes back. For the optimistic case, it's like you have suggested. @thienlnam already has an internal issue for handling this 😄 |
ah sorry i didn't noticed that i just assumed we set it this way |
bug: share to accountant flow seems broken after click "new workspace" Screen.Recording.2024-05-08.at.3.13.20.AM.mov |
I will resume this tomorrow, have to go offline for the night 💤 |
The screenshots in the original comment look pretty good to me. |
@allroundexperts did you get a chance to look into #41811 (comment) |
@ishpaul777 Fixed. Screen.Recording.2024-05-09.at.1.23.56.PM.mov |
<Button | ||
success | ||
text={translate('workspace.new.newWorkspace')} | ||
onPress={() => onFinish()} |
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.
onPress={() => onFinish()} | |
onPress={onFinish} |
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.
Just minor comment. Rest looks Great!
Looks good, just one merge conflict now! |
@thienlnam Ready. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/thienlnam in version: 1.4.74-0 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.4.74-6 🚀
|
Details
Details: #40823
Fixed Issues
$ #40823
PROPOSAL: N/A
Tests
Pre-Req: Make sure that you have a existing workspace on your account.
create new workspace
button shows up in the workspace selection page.Repeat steps 1-2, and click on the Share with accountant whisper
Verify that you are redirected to the request confirmation page and upon confirmation, you're able to see an invite members page.
Offline tests
N/A
QA Steps
Pre-Req: Make sure that you have a existing workspace on your account.
create new workspace
button shows up in the workspace selection page.Repeat steps 1-2, and click on the Share with accountant whisper
Verify that you are redirected to the request confirmation page and upon confirmation, you're able to see an invite members page.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-05-08.at.1.01.43.AM.mov
Android: mWeb Chrome
Screen.Recording.2024-05-08.at.1.03.55.AM.mov
iOS: Native
Screen.Recording.2024-05-08.at.1.05.20.AM.mov
iOS: mWeb Safari
Screen.Recording.2024-05-08.at.1.09.27.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-05-08.at.12.58.53.AM.mov
MacOS: Desktop
Screen.Recording.2024-05-08.at.12.56.27.AM.mov