-
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
Add default description for Workspace #38487
Add default description for Workspace #38487
Conversation
cc @luacmartins |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-03-19.at.6.38.21.in.the.evening.movAndroid: mWeb ChromeScreen.Recording.2024-03-19.at.5.29.27.in.the.afternoon.moviOS: NativeScreen.Recording.2024-03-19.at.6.35.55.in.the.evening.moviOS: mWeb SafariScreen.Recording.2024-03-19.at.6.15.10.in.the.evening.movMacOS: Chrome / SafariScreen.Recording.2024-03-19.at.5.12.27.in.the.afternoon.movMacOS: DesktopScreen.Recording.2024-03-19.at.6.44.22.in.the.evening.mov |
@luacmartins @narefyev91 just to confirm if this is expected. the default description is converted to markdown only after saving it or on invite page. Screen.Recording.2024-03-19.at.5.15.46.in.the.afternoon.mov |
Fixed! |
@narefyev91 TS errors |
Error: src/pages/EnablePayments/OnfidoStep.tsx(6,1): error TS2578: Unused '@ts-expect-error' directive. |
Will be fixed once #38596 is merged. |
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.
@narefyev91 #38596 is merged, lets pull main one more time.
Failing TS checks are on unrelated files and those have been fixed on main. I'm gonna merge this PR to get this out of the door sooner. |
@luacmartins looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
See comment above |
✋ 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/luacmartins in version: 1.4.55-0 🚀
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.55-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.4.55-3 🚀
|
|
||
useEffect(() => { | ||
if (!isEmptyObject(invitedEmailsToAccountIDsDraft)) { | ||
setWelcomeNote(getDefaultWelcomeNote()); | ||
setWelcomeNote(parser.htmlToMarkdown(getDefaultWelcomeNote())); |
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.
Changes in this file caused regression.
More details about the root cause: #42668 (comment)
Details
Add default description to Workspace and make changes for Invite member flow
Fixed Issues
$ #38268
PROPOSAL:
Tests
Offline tests
QA Steps
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
android.mov
Android: mWeb Chrome
android-web.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-web.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov