-
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
fix create block send message view #38571
Conversation
@nkdengineer what's the next step here? |
@nkdengineer any updates? |
@luacmartins We're still discussing in the issue #37688 (comment). |
@shubham1206agra 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] |
Reviewer Checklist
Screenshots/VideosAndroid: Native |
@nkdengineer Can you get translation confirmation here? |
I asked for translations in Slack. Gonna update here if there are any changes needed. |
Translations are good! |
✋ 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.77-0 🚀
|
@luacmartins Is it Internal QA? |
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.77-11 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.77-11 🚀
|
Hi, one of my test account blocked from any chat. It show What condition that make the account blocked and how to unblock it? the account: [email protected] |
@wildan-m Can you please show what is written on |
I've tried to re-login, but it keep blocked |
@@ -153,6 +158,7 @@ function ReportFooter({ | |||
/> | |||
)} | |||
{isArchivedRoom && <ArchivedReportFooter report={report} />} | |||
{!isArchivedRoom && blockedFromChat && <BlockedReportFooter />} |
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.
This is causing a console error on main (may crash on iOS/Android):
Unexpected text node: . A text node cannot be a child of a <View>.
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.
@roryabraham Can you tell me how to reproduce the bug, pls?
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.
created #43083 to fix it
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 open any report
Details
Fixed Issues
$ #37688
PROPOSAL: #37688 (comment)
Tests
[email protected]
, that is blocked by internal team hereOffline tests
QA Steps
[email protected]
, that is blocked by internal team herePR 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-27.at.15.15.00.mov
Android: mWeb Chrome
Screen.Recording.2024-05-27.at.15.19.47.mov
iOS: Native
Screen.Recording.2024-05-27.at.15.14.27.mov
iOS: mWeb Safari
Screen.Recording.2024-05-27.at.15.18.38.mov
MacOS: Chrome / Safari
Screen.Recording.2024-05-27.at.15.13.20.mov
MacOS: Desktop
Screen.Recording.2024-05-27.at.15.13.57.mov