-
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
Parsing the welcome message into html in the create new room action #30609
Parsing the welcome message into html in the create new room action #30609
Conversation
@cubuspl42 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] |
Should be: In "Testing", you should list the necessary betas, if present
Select any workspace and create the room
I'd prefer stating expectations as "Ensure that"..., if you don't mind |
Actually, no. Not any. It has to be my workspace. If I select another person's workspace I can't edit the welcome message, so the testing steps don't work. |
Reviewer Checklist
Screenshots/VideosWebempty-welcome-message-web.mp4Mobile Web - Chromeempty-welcome-message-android-web-compressed.mp4Mobile Web - Safariempty-welcome-message-ios-web.mp4DesktopiOSempty-welcome-message-ios.mp4Androidempty-welcome-message-android-compressed.mp4 |
@abzokhattab Please add the suggested corrections to the testing steps and we'll be good |
Thanks @cubuspl42 for your suggestions, i have modified the description please let me know if it looks good for you now |
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.
Nice, thank you!
Congrats, that’s your 5th PR merged! 🎉 Do you know about the ContributorPlus role? It’s an opportunity to earn more in the Expensify Open Source community. Keep up the great work - thanks! |
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.95-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.95-9 🚀
|
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.96-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.96-15 🚀
|
Details
Fixed Issues
$ #29612
PROPOSAL: #29612 (comment)
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 methodWaiting 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)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
Web
Screen.Recording.2023-10-14.at.7.42.19.PM.mov
Desktop
Screen.Recording.2023-10-30.at.10.05.09.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-10-30.at.10.03.02.PM.mov
Mobile Web - Safari
Screen.Recording.2023-10-30.at.10.00.20.PM.mov
iOS
Screen.Recording.2023-10-30.at.9.58.59.PM.mov
Android
Screen.Recording.2023-10-30.at.10.07.34.PM.mov